forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add splash screen to Object Creator (CleverRaven#67965)
* Add splash screen to creator_main * Add another splash screen to the main window * Streamline initialization of windows * Properly show the splashscreen with loading message - Favor showmessage() instead of QPainter since it's less lines of code - Remove unnecessary code - Put in the sleep so it actually works on linux too. * Apparently the windows version requires the unistd import * Wrap unistd in a linux condition * Change sleep to std::this_thread::sleep_for
- Loading branch information
Showing
3 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters