in the server move central server combo box to the left
This commit is contained in:
parent
78f810249e
commit
b8d4654538
2 changed files with 11 additions and 8 deletions
|
@ -18,8 +18,11 @@
|
||||||
|
|
||||||
- save client settings on Linux cmdline termination signal, coded by pljones (#70)
|
- save client settings on Linux cmdline termination signal, coded by pljones (#70)
|
||||||
|
|
||||||
|
|
||||||
TODO fix .tar.gz Linux release 3.5.3 on Sourceforge (gives compile errors)
|
TODO fix .tar.gz Linux release 3.5.3 on Sourceforge (gives compile errors)
|
||||||
|
|
||||||
|
TODO remove central server selection combo box in settings dialog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -104,10 +104,10 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
@ -210,8 +210,8 @@
|
||||||
<tabstop>chbStartOnOSStart</tabstop>
|
<tabstop>chbStartOnOSStart</tabstop>
|
||||||
<tabstop>chbUseCCLicence</tabstop>
|
<tabstop>chbUseCCLicence</tabstop>
|
||||||
<tabstop>chbRegisterServer</tabstop>
|
<tabstop>chbRegisterServer</tabstop>
|
||||||
<tabstop>edtCentralServerAddress</tabstop>
|
|
||||||
<tabstop>cbxCentServAddrType</tabstop>
|
<tabstop>cbxCentServAddrType</tabstop>
|
||||||
|
<tabstop>edtCentralServerAddress</tabstop>
|
||||||
<tabstop>edtServerName</tabstop>
|
<tabstop>edtServerName</tabstop>
|
||||||
<tabstop>edtLocationCity</tabstop>
|
<tabstop>edtLocationCity</tabstop>
|
||||||
<tabstop>cbxLocationCountry</tabstop>
|
<tabstop>cbxLocationCountry</tabstop>
|
||||||
|
|
Loading…
Reference in a new issue