2024-06-26 21:03:39 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConnectionsListItem</class>
|
|
|
|
<widget class="QFrame" name="ConnectionsListItem">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2024-07-03 21:01:52 +01:00
|
|
|
<width>178</width>
|
|
|
|
<height>157</height>
|
2024-06-26 21:03:39 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-08-09 06:29:28 +01:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">.ConnectionsListItem { border-width: 1px; }</string>
|
|
|
|
</property>
|
2024-07-03 21:01:52 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2024-06-26 21:03:39 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_Map">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Map</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_Offset">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Offset</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_Direction">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Direction</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
2024-07-02 19:05:54 +01:00
|
|
|
<widget class="QToolButton" name="button_Delete">
|
2024-07-08 16:44:23 +01:00
|
|
|
<property name="toolTip">
|
2024-08-19 23:49:57 +01:00
|
|
|
<string>Remove this connection.</string>
|
2024-07-08 16:44:23 +01:00
|
|
|
</property>
|
2024-06-26 21:03:39 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/images.qrc">
|
|
|
|
<normaloff>:/icons/delete.ico</normaloff>:/icons/delete.ico</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
2024-07-08 16:44:23 +01:00
|
|
|
<widget class="NoScrollComboBox" name="comboBox_Direction">
|
|
|
|
<property name="toolTip">
|
2024-08-19 23:49:57 +01:00
|
|
|
<string>Where the connected map should be positioned relative to the current map.</string>
|
2024-07-08 16:44:23 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2024-06-26 21:03:39 +01:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2">
|
2024-07-08 16:44:23 +01:00
|
|
|
<widget class="NoScrollComboBox" name="comboBox_Map">
|
|
|
|
<property name="toolTip">
|
2024-08-19 23:49:57 +01:00
|
|
|
<string>The name of the map to connect to the current map.</string>
|
2024-07-08 16:44:23 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2024-06-26 21:03:39 +01:00
|
|
|
</item>
|
|
|
|
<item row="2" column="1" colspan="2">
|
2024-07-08 16:44:23 +01:00
|
|
|
<widget class="NoScrollSpinBox" name="spinBox_Offset">
|
|
|
|
<property name="toolTip">
|
2024-08-19 23:49:57 +01:00
|
|
|
<string>The number of spaces to move the connected map perpendicular to its connected direction.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QToolButton" name="button_OpenMap">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Open the connected map.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/images.qrc">
|
|
|
|
<normaloff>:/icons/map_go.ico</normaloff>:/icons/map_go.ico</iconset>
|
2024-07-08 16:44:23 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2024-06-26 21:03:39 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>NoScrollComboBox</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>noscrollcombobox.h</header>
|
|
|
|
</customwidget>
|
2024-07-08 16:44:23 +01:00
|
|
|
<customwidget>
|
|
|
|
<class>NoScrollSpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
|
|
|
<header>noscrollspinbox.h</header>
|
|
|
|
</customwidget>
|
2024-06-26 21:03:39 +01:00
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|