-
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.
added in mainwindow ui file, added in new hero banner and qrc file
- Loading branch information
1 parent
3c28ddf
commit 895fa26
Showing
14 changed files
with
137 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<RCC> | ||
<qresource prefix="images"> | ||
<file>images/cyrus_background.png</file> | ||
<file>images/CYRUS_HERO.png</file> | ||
<file>images/CYRUS_BANNER.png</file> | ||
<file>images/CYRUS_BANNER_TINY.png</file> | ||
<file>images/CYRUS_ICON_TINY.png</file> | ||
<file>images/Designer.png</file> | ||
<file>images/logo_big.png</file> | ||
</qresource> | ||
</RCC> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
File renamed without changes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>MainWindow</class> | ||
<widget class="QMainWindow" name="MainWindow"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>1600</width> | ||
<height>1080</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>MainWindow</string> | ||
</property> | ||
<property name="autoFillBackground"> | ||
<bool>false</bool> | ||
</property> | ||
<widget class="QWidget" name="centralwidget"> | ||
<widget class="QTabWidget" name="tabWidget"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>-10</x> | ||
<y>70</y> | ||
<width>1631</width> | ||
<height>1091</height> | ||
</rect> | ||
</property> | ||
<property name="tabPosition"> | ||
<enum>QTabWidget::West</enum> | ||
</property> | ||
<property name="tabShape"> | ||
<enum>QTabWidget::Rounded</enum> | ||
</property> | ||
<property name="currentIndex"> | ||
<number>0</number> | ||
</property> | ||
<widget class="QWidget" name="combat_tab"> | ||
<attribute name="title"> | ||
<string>Combat</string> | ||
</attribute> | ||
</widget> | ||
<widget class="QWidget" name="creature_tab"> | ||
<attribute name="title"> | ||
<string>Creatures</string> | ||
</attribute> | ||
</widget> | ||
<widget class="QWidget" name="world_tab"> | ||
<attribute name="title"> | ||
<string>World</string> | ||
</attribute> | ||
</widget> | ||
<widget class="QWidget" name="settings_tab"> | ||
<attribute name="title"> | ||
<string>Settings</string> | ||
</attribute> | ||
</widget> | ||
</widget> | ||
<widget class="QWidget" name="horizontalLayoutWidget"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>2050</width> | ||
<height>71</height> | ||
</rect> | ||
</property> | ||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||
<item> | ||
<widget class="QLabel" name="label"> | ||
<property name="text"> | ||
<string/> | ||
</property> | ||
<property name="pixmap"> | ||
<pixmap resource="graphics.qrc">:/images/images/CYRUS_HERO.png</pixmap> | ||
</property> | ||
<property name="scaledContents"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</widget> | ||
</widget> | ||
<resources> | ||
<include location="resources.qrc"/> | ||
<include location="graphics.qrc"/> | ||
</resources> | ||
<connections/> | ||
</ui> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>images/cyrus_logo.png</file> | ||
<file>images/cyrus_background.png</file> | ||
<file>icons/monster.png</file> | ||
<file>icons/initiative.png</file> | ||
</qresource> | ||
</RCC> | ||
<qresource prefix="/"> | ||
<file>icons/monster.png</file> | ||
<file>icons/initiative.png</file> | ||
</qresource> | ||
</RCC> |