mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Improved status bar, connection handling, displaying ATC station as tooltip
when it matches a frequency
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6aa6058c57
commit
431b347cfd
@@ -338,7 +338,19 @@ QSizeGrip {
|
||||
image: url(:/blackgui/icons/resize.png);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}</string>
|
||||
}
|
||||
|
||||
QStatusBar {
|
||||
background: darkslategray;
|
||||
}
|
||||
|
||||
QStatusBar::item {
|
||||
border: none;
|
||||
}
|
||||
|
||||
QStatusBar QLabel {
|
||||
border: none;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonIconOnly</enum>
|
||||
@@ -584,8 +596,8 @@ QSizeGrip {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>326</width>
|
||||
<height>267</height>
|
||||
<width>90</width>
|
||||
<height>55</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
|
||||
Reference in New Issue
Block a user