diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:19 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:19 -0600 |
| commit | 06c2dd77f692b319d32a4abfe71566885196ee2a (patch) | |
| tree | c3415a1dcc32e9c66e2789a57c7acff0e48f4a58 /src/ui_NetParamsWizard.ui | |
| parent | 896459f74f89281a69958d130ccc490a369d33ce (diff) | |
| download | wlassistant-06c2dd77f692b319d32a4abfe71566885196ee2a.tar.gz wlassistant-06c2dd77f692b319d32a4abfe71566885196ee2a.zip | |
Remove additional unneeded tq method conversions
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> |
