diff options
Diffstat (limited to 'src/countdown_Dialog.ui')
-rw-r--r-- | src/countdown_Dialog.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/countdown_Dialog.ui b/src/countdown_Dialog.ui index eda8d01..0cecb99 100644 --- a/src/countdown_Dialog.ui +++ b/src/countdown_Dialog.ui @@ -1,10 +1,10 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>countdown_Dialog</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>countdown_Dialog</cstring> </property> - <property name="geometry"> + <property name="tqgeometry"> <rect> <x>0</x> <y>0</y> @@ -40,14 +40,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>142</width> <height>21</height> </size> </property> </spacer> - <widget class="QPushButton" row="2" column="4"> + <widget class="TQPushButton" row="2" column="4"> <property name="name"> <cstring>pB_cancel</cstring> </property> @@ -68,7 +68,7 @@ <property name="sizeType"> <enum>Maximum</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>30</width> <height>20</height> @@ -85,24 +85,24 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>144</width> <height>21</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>iconPixmap</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>48</width> <height>48</height> </size> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>48</width> <height>48</height> @@ -125,14 +125,14 @@ <property name="sizeType"> <enum>Fixed</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>5</width> <height>20</height> </size> </property> </spacer> - <widget class="QLabel" row="0" column="3" rowspan="1" colspan="4"> + <widget class="TQLabel" row="0" column="3" rowspan="1" colspan="4"> <property name="name"> <cstring>textLabel</cstring> </property> @@ -142,7 +142,7 @@ <property name="textFormat"> <enum>AutoText</enum> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> @@ -156,7 +156,7 @@ <property name="sizeType"> <enum>Maximum</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>30</width> <height>20</height> @@ -175,7 +175,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>200</width> <height>20</height> @@ -197,8 +197,8 @@ <slot>pB_cancel_pressed()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>pB_cancel_pressed()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |