diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:19 -0600 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-27 04:12:43 +0200 | 
| commit | f586d1dbd5bca4f4c499d2562d7f9cc00285e08f (patch) | |
| tree | 64d07987ce4501837ecdb697e337163e19587846 /src/ui_NetParamsWizard.ui | |
| parent | 86f58f6a29b7352da65d1bd8670eed533a0f6856 (diff) | |
| download | wlassistant-f586d1dbd5bca4f4c499d2562d7f9cc00285e08f.tar.gz wlassistant-f586d1dbd5bca4f4c499d2562d7f9cc00285e08f.zip | |
Remove additional unneeded tq method conversions
(cherry picked from commit 06c2dd77f692b319d32a4abfe71566885196ee2a)
Diffstat (limited to 'src/ui_NetParamsWizard.ui')
| -rw-r--r-- | src/ui_NetParamsWizard.ui | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/src/ui_NetParamsWizard.ui b/src/ui_NetParamsWizard.ui index 9ee709a..22967fe 100644 --- a/src/ui_NetParamsWizard.ui +++ b/src/ui_NetParamsWizard.ui @@ -46,7 +46,7 @@  <p>You will be asked a few questions necessary to configure this connection.</p>  <p><i>Press Next to continue.</i></p></string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>WordBreak|AlignTop</set>  </property>  </widget> @@ -99,7 +99,7 @@  <property name="text">  <string>ESSID:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -312,7 +312,7 @@  <property name="text">  <string>Secondary DNS:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -339,7 +339,7 @@  <property name="text">  <string>IP:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -350,7 +350,7 @@  <property name="text">  <string>Netmask:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -369,7 +369,7 @@  <property name="text">  <string>Primary DNS:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -380,7 +380,7 @@  <property name="text">  <string>Gateway:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -404,7 +404,7 @@  <property name="text">  <string>Domain:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -415,7 +415,7 @@  <property name="text">  <string>Broadcast:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -641,7 +641,7 @@  <property name="text">  <string>WEP key:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -746,7 +746,7 @@  <property name="text">  <string>WPA Key:</string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>AlignVCenter|AlignRight</set>  </property>  </widget> @@ -868,7 +868,7 @@  <p>You have successfully finished configuring this connection.</p>  <p><b>Press Finish to connect!</b></p></string>  </property> -<property name="tqalignment"> +<property name="alignment">  <set>WordBreak|AlignTop</set>  </property>  </widget> | 
