log button to startwindow also for desktop

This commit is contained in:
doitux
2012-12-24 14:19:37 +01:00
parent 59e329789a
commit 74afc8d46f
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@
<file>tab-close.png</file> <file>tab-close.png</file>
<file>tab-new-background.png</file> <file>tab-new-background.png</file>
<file>loader.gif</file> <file>loader.gif</file>
<file>text-x-log.png</file>
</qresource> </qresource>
<qresource prefix="/cflags"> <qresource prefix="/cflags">
<file>cflags/ad.png</file> <file>cflags/ad.png</file>
+10 -2
View File
@@ -164,11 +164,20 @@
</item> </item>
<item row="4" column="0"> <item row="4" column="0">
<widget class="QPushButton" name="pushButton_Logs"> <widget class="QPushButton" name="pushButton_Logs">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text"> <property name="text">
<string>&amp;5 Logs</string> <string>&amp;5 Logs</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="resources/pokerth_android.qrc"> <iconset resource="resources/pokerth.qrc">
<normaloff>:/gfx/text-x-log.png</normaloff>:/gfx/text-x-log.png</iconset> <normaloff>:/gfx/text-x-log.png</normaloff>:/gfx/text-x-log.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@@ -325,7 +334,6 @@
</widget> </widget>
<resources> <resources>
<include location="resources/pokerth.qrc"/> <include location="resources/pokerth.qrc"/>
<include location="resources/pokerth_android.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>