mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T131, added a warning messages about conflicts using XSwiftBus
This commit is contained in:
@@ -67,14 +67,17 @@
|
||||
<string>Download and install XSwiftBus</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_XSwiftBusPluginDir">
|
||||
<property name="text">
|
||||
<string>Install directory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<item row="3" column="1">
|
||||
<widget class="QComboBox" name="cb_DownloadFile"/>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="le_XSwiftBusPluginDir">
|
||||
<property name="placeholderText">
|
||||
<string>X-Plane/Resources/plugins</string>
|
||||
@@ -82,40 +85,37 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="cb_DownloadFile"/>
|
||||
<widget class="QLineEdit" name="le_DownloadDir"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="lbl_Version">
|
||||
<property name="text">
|
||||
<string>Version:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="le_DownloadDir"/>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_DownloadDirectory">
|
||||
<property name="text">
|
||||
<string>Download directory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<item row="1" column="3">
|
||||
<widget class="QPushButton" name="pb_OpenInstallDir">
|
||||
<property name="text">
|
||||
<string>open</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_DownloadDirectory">
|
||||
<property name="text">
|
||||
<string>Download directory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<widget class="QPushButton" name="pb_OpenDownloadDir">
|
||||
<property name="text">
|
||||
<string>open</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2" colspan="2">
|
||||
<item row="3" column="2" colspan="2">
|
||||
<widget class="QPushButton" name="pb_Download">
|
||||
<property name="toolTip">
|
||||
<string>download and install</string>
|
||||
@@ -126,6 +126,20 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QToolButton" name="tb_DialogInstallDir">
|
||||
<property name="toolTip">
|
||||
<string>change directory</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>change directory</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../blackmisc/blackmisc.qrc">
|
||||
<normaloff>:/diagona/icons/diagona/icons/folder--pencil.png</normaloff>:/diagona/icons/diagona/icons/folder--pencil.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2">
|
||||
<widget class="QToolButton" name="tb_DialogDownloadDir">
|
||||
<property name="toolTip">
|
||||
<string>change directory</string>
|
||||
@@ -139,17 +153,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QToolButton" name="tb_DialogInstallDir">
|
||||
<property name="toolTip">
|
||||
<string>change directory</string>
|
||||
<item row="0" column="0" colspan="4">
|
||||
<widget class="QLabel" name="lbl_Warning">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-weight:600;">Warning: </span>There might be conflicts with other XPlane plugins using the same libraries as <span style=" font-style:italic;">swift</span>, such as <span style=" font-style:italic;">XSquawkBox</span>. You have to disable those pluigns before you can use <span style=" font-style:italic;">swift</span><span style=" font-style:italic;">XSwiftBus</span>.</p></body></html></string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>change directory</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../blackmisc/blackmisc.qrc">
|
||||
<normaloff>:/diagona/icons/diagona/icons/folder--pencil.png</normaloff>:/diagona/icons/diagona/icons/folder--pencil.png</iconset>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user