2016-11-07 20:49:33 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>UpdateAllAircraftMessage</class>
|
|
|
|
<widget class="QWidget" name="UpdateAllAircraftMessage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>607</width>
|
|
|
|
<height>44</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2017-01-25 18:18:11 +01:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/app-icon-large</normaloff>:/app-icon-large</iconset>
|
|
|
|
</property>
|
2016-11-07 20:49:33 +01:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p>%1 aircraft have updates available. (<a href="action:hide"><span style=" text-decoration: underline; color:#0000ff;">Click</span></a> to hide this)</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="updateAllButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Update all</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-01-25 18:18:11 +01:00
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
2016-11-07 20:49:33 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|