mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Hide info window with no data, correcte field to le_SmCategories
This commit is contained in:
@@ -152,9 +152,12 @@
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gl_StatusMessage">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_SmType">
|
||||
<widget class="QLabel" name="lbl_SmCategories">
|
||||
<property name="toolTip">
|
||||
<string>Categories</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Type</string>
|
||||
<string>Cat.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -169,7 +172,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="le_SmType">
|
||||
<widget class="QLineEdit" name="le_SmCategories">
|
||||
<property name="text">
|
||||
<string>type</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user