2024-03-02 22:33:27 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2024-03-09 18:35:23 +01:00
|
|
|
<width>1600</width>
|
|
|
|
<height>900</height>
|
2024-03-02 22:33:27 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>SwayMux</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<property name="sizePolicy">
|
2024-03-07 17:37:18 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2024-03-02 22:33:27 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-03-12 11:48:43 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>20</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2024-03-02 22:33:27 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2024-03-07 17:37:18 +01:00
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<property name="currentIndex">
|
2024-03-07 20:44:00 +01:00
|
|
|
<number>1</number>
|
2024-03-02 22:33:27 +01:00
|
|
|
</property>
|
2024-03-07 17:37:18 +01:00
|
|
|
<widget class="QWidget" name="tree_page">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-03-11 10:18:39 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayoutTree">
|
2024-03-07 17:37:18 +01:00
|
|
|
<item row="0" column="0">
|
2024-03-12 11:48:43 +01:00
|
|
|
<widget class="QTreeView" name="treeView"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QTableView" name="windowDetails"/>
|
2024-03-07 17:37:18 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="help_page">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2024-03-11 10:18:39 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayoutKeys">
|
2024-03-12 11:48:43 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QTableView" name="tableView"/>
|
2024-03-07 20:44:00 +01:00
|
|
|
</item>
|
2024-03-07 17:37:18 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-03-02 22:33:27 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|