diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:28 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-27 04:12:43 +0200 |
| commit | 86f58f6a29b7352da65d1bd8670eed533a0f6856 (patch) | |
| tree | 0b95d15701baa5d36e855460ebc8c95708b9b831 /src/ui_main.ui | |
| parent | f10327b809c5d47ac651ff9610e0f1f892afedc0 (diff) | |
| download | wlassistant-86f58f6a29b7352da65d1bd8670eed533a0f6856.tar.gz wlassistant-86f58f6a29b7352da65d1bd8670eed533a0f6856.zip | |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 896459f74f89281a69958d130ccc490a369d33ce)
Diffstat (limited to 'src/ui_main.ui')
| -rw-r--r-- | src/ui_main.ui | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/ui_main.ui b/src/ui_main.ui index 8db0707..acdeb3e 100644 --- a/src/ui_main.ui +++ b/src/ui_main.ui @@ -23,7 +23,7 @@ <property name="name"> <cstring>buttonOptions</cstring> </property> -<property name="tqminimumSize"> +<property name="minimumSize"> <size> <width>0</width> <height>0</height> @@ -75,7 +75,7 @@ <property name="enabled"> <bool>false</bool> </property> -<property name="tqminimumSize"> +<property name="minimumSize"> <size> <width>120</width> <height>0</height> @@ -129,7 +129,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>21</width> <height>120</height> @@ -184,7 +184,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> -<property name="tqminimumSize"> +<property name="minimumSize"> <size> <width>0</width> <height>20</height> @@ -209,7 +209,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> -<property name="tqminimumSize"> +<property name="minimumSize"> <size> <width>60</width> <height>0</height> @@ -350,7 +350,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> -<property name="tqminimumSize"> +<property name="minimumSize"> <size> <width>0</width> <height>20</height> @@ -366,7 +366,7 @@ <set>WordBreak|AlignVCenter</set> </property> <property name="whatsThis" stdset="0"> -<string><p><b>tqStatus Bar</b></p> +<string><p><b>Status Bar</b></p> <p>Messages describing current process are shown in this area.</p></string> </property> </widget> @@ -521,7 +521,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>21</width> <height>20</height> @@ -538,7 +538,7 @@ <property name="sizeType"> <enum>Fixed</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>21</width> <height>20</height> @@ -625,7 +625,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>101</width> <height>21</height> @@ -642,7 +642,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>118</width> <height>21</height> @@ -679,7 +679,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>201</width> <height>21</height> @@ -713,7 +713,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> -<property name="tqsizeHint"> +<property name="sizeHint"> <size> <width>20</width> <height>31</height> @@ -745,7 +745,7 @@ <slot>setDeviceList()</slot> </Q_SLOTS> <functions> -<function>updatetqStatus(char sts)</function> +<function>updateStatus(char sts)</function> </functions> <layoutdefaults spacing="6" margin="11"/> <includehints> |
