This commit is contained in:
doitux
2008-09-18 11:27:15 +00:00
parent 2748799679
commit ca3f131965
30 changed files with 439 additions and 526 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

+51
View File
@@ -0,0 +1,51 @@
<RCC>
<qresource prefix="gfx" >
<file>media_podcast.png</file>
<file>audio_input_microphone_small.png</file>
<file>book.png</file>
<file>system_users_big.png</file>
<file>document_import.png</file>
<file>document_export.png</file>
<file>bday.png</file>
<file>document_multiple.png</file>
<file>tools_wizard.png</file>
<file>speaker.png</file>
<file>player_stop.png</file>
<file>player_play.png</file>
<file>folder_sound.png</file>
<file>arrow_right_double.png</file>
<file>view_refresh.png</file>
<file>arrow_left_double.png</file>
<file>list_remove_user.png</file>
<file>archive_extract.png</file>
<file>preferences_system_time.png</file>
<file>archive_remove.png</file>
<file>audio_x_monkey.png</file>
<file>user.png</file>
<file>application_exit.png</file>
<file>system_users.png</file>
<file>list_add_user.png</file>
<file>document_new.png</file>
<file>kontact_date.png</file>
<file>list_add.png</file>
<file>applications_education.png</file>
<file>go_jump_today.png</file>
<file>document_properties.png</file>
<file>audio_input_microphone.png</file>
<file>dialog_close.png</file>
<file>systemsettings.png</file>
<file>archive_insert.png</file>
<file>sound.png</file>
<file>document_preview.png</file>
<file>editdelete.png</file>
<file>user_properties.png</file>
<file>printer1.png</file>
<file>pdf.png</file>
<file>view_calendar_day.png</file>
<file>clock.png</file>
<file>preferences_desktop_user.png</file>
<file>dialog_ok_apply.png</file>
<file>filesave.png</file>
<file>view_calendar_list.png</file>
</qresource>
</RCC>
Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

File diff suppressed because it is too large Load Diff
+12 -2
View File
@@ -106,7 +106,7 @@
<x>0</x>
<y>0</y>
<width>444</width>
<height>28</height>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuPokerTH" >
@@ -158,11 +158,19 @@
</property>
</action>
<action name="actionConfigure_PokerTH" >
<property name="icon" >
<iconset resource="resources/pokerth.qrc" >
<normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset>
</property>
<property name="text" >
<string>Configure PokerTH ...</string>
</property>
</action>
<action name="actionQuit" >
<property name="icon" >
<iconset resource="resources/pokerth.qrc" >
<normaloff>:/gfx/application_exit.png</normaloff>:/gfx/application_exit.png</iconset>
</property>
<property name="text" >
<string>Quit</string>
</property>
@@ -181,7 +189,9 @@
</property>
</action>
</widget>
<resources/>
<resources>
<include location="resources/pokerth.qrc" />
</resources>
<connections>
<connection>
<sender>actionQuit</sender>
+1
View File
@@ -104,6 +104,7 @@ int main( int argc, char **argv )
// #endif
a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 12px; }");
#endif
a.setStyleSheet("QDialogButtonBox { dialogbuttonbox-buttons-have-icons: 1; dialog-ok-icon: url(:/gfx/dialog_ok_apply.png); dialog-cancel-icon: url(:/gfx/dialog_close.png); dialog-close-icon: url(:/gfx/dialog_close.png);}");
QPixmap *pixmap = new QPixmap(myAppDataPath + "gfx/gui/misc/welcomepokerth.png");
StartSplash splash(*pixmap);