mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 15:15:39 +08:00
Login UI/lookup improvements
* made tool -> push buttons as easier to spot * reverse lookup of model before login -> always latest DB data * use "text only" ICAO code if loading from DB yields no result
This commit is contained in:
committed by
Mat Sutcliffe
parent
985674f1cf
commit
13c67e4838
@@ -30,9 +30,9 @@
|
||||
<widget class="QLineEdit" name="le_Icao"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="tb_Dialog">
|
||||
<widget class="QPushButton" name="pb_Dialog">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../blackmisc/blackmisc.qrc">
|
||||
@@ -44,7 +44,7 @@
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>le_Icao</tabstop>
|
||||
<tabstop>tb_Dialog</tabstop>
|
||||
<tabstop>pb_Dialog</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../../blackmisc/blackmisc.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user