mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T703, get partner callsign and validate it
* added functions in network details * validation and login with partner callsign
This commit is contained in:
committed by
Mat Sutcliffe
parent
6adea91618
commit
dd70a67cf0
@@ -250,9 +250,9 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="le_Copilot">
|
||||
<widget class="QLineEdit" name="le_PartnerCallsign">
|
||||
<property name="placeholderText">
|
||||
<string>partner callsign</string>
|
||||
<string>partner callsign (pilot/co-pilot)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -276,7 +276,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_Copilot">
|
||||
<property name="text">
|
||||
<string>Co/Pilot callsign</string>
|
||||
<string>Partner callsign</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -418,7 +418,7 @@
|
||||
<tabstop>comp_VatsimServers</tabstop>
|
||||
<tabstop>pb_DetailsVatsim</tabstop>
|
||||
<tabstop>pb_OverrideCredentialsVatsim</tabstop>
|
||||
<tabstop>le_Copilot</tabstop>
|
||||
<tabstop>le_PartnerCallsign</tabstop>
|
||||
<tabstop>comp_OtherServers</tabstop>
|
||||
<tabstop>pb_RefreshOtherServers</tabstop>
|
||||
<tabstop>pb_OtherServersGotoSettings</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user