diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-16 23:01:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-16 23:01:29 +0000 |
commit | 4304e8d9dab8e20513e38e71b0debdf6937b630c (patch) | |
tree | 76a86f013a811449a5b5bfbbbb962e7db0bbcc6a /src/info_Dialog.ui | |
parent | ba24506b3bb46312d998468ad3c1a7f28058b2bd (diff) | |
download | tdepowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.tar.gz tdepowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.zip |
Finish TQt4 port of kpowersave
This enables both Qt3 and Qt4 builds
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1228282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/info_Dialog.ui')
-rw-r--r-- | src/info_Dialog.ui | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/info_Dialog.ui b/src/info_Dialog.ui index 43e1479..8230f21 100644 --- a/src/info_Dialog.ui +++ b/src/info_Dialog.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>info_Dialog</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>info_Dialog</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -19,11 +19,11 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QPushButton" row="3" column="4"> + <widget class="TQPushButton" row="3" column="4"> <property name="name"> <cstring>buttonOK</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>90</width> <height>0</height> @@ -46,7 +46,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>171</width> <height>21</height> @@ -63,24 +63,24 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>151</width> <height>21</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="1" rowspan="2" colspan="2"> + <widget class="TQLabel" row="0" column="1" rowspan="2" colspan="2"> <property name="name"> <cstring>iconPixmap</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>32</width> <height>32</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>32</width> <height>32</height> @@ -93,11 +93,11 @@ <bool>false</bool> </property> </widget> - <widget class="QLabel" row="0" column="3" rowspan="2" colspan="4"> + <widget class="TQLabel" row="0" column="3" rowspan="2" colspan="4"> <property name="name"> <cstring>msgText</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>370</width> <height>50</height> @@ -106,7 +106,7 @@ <property name="text"> <string></string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignTop</set> </property> </widget> @@ -120,7 +120,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>10</width> <height>20</height> @@ -137,7 +137,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>10</width> <height>20</height> @@ -154,18 +154,18 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>61</width> <height>21</height> </size> </property> </spacer> - <widget class="QCheckBox" row="2" column="3" rowspan="1" colspan="3"> + <widget class="TQCheckBox" row="2" column="3" rowspan="1" colspan="3"> <property name="name"> <cstring>dontShowAgain</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>330</width> <height>0</height> @@ -188,7 +188,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>31</width> <height>21</height> @@ -210,8 +210,8 @@ <slot>ButtonOK_clicked()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>ButtonOK_clicked()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |