mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-06 23:04:19 +02:00
263 lines
10 KiB
XML
263 lines
10 KiB
XML
<?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>
|
|
<width>1718</width>
|
|
<height>1139</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<property name="tabShape">
|
|
<enum>QTabWidget::TabShape::Rounded</enum>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QTabWidget" name="central_tab">
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="dock_area_tab">
|
|
<attribute name="title">
|
|
<string>Dock Area</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="leftMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="BECDockArea" name="dock_area"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="vscode_tab">
|
|
<attribute name="icon">
|
|
<iconset theme="QIcon::ThemeIcon::Computer"/>
|
|
</attribute>
|
|
<attribute name="title">
|
|
<string>Visual Studio Code</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<property name="leftMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="VSCodeEditor" name="vscode"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1718</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="action_BEC_docs"/>
|
|
<addaction name="action_BEC_widgets_docs"/>
|
|
<addaction name="action_bug_report"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTheme">
|
|
<property name="title">
|
|
<string>Theme</string>
|
|
</property>
|
|
<addaction name="action_light"/>
|
|
<addaction name="action_dark"/>
|
|
</widget>
|
|
<addaction name="menuTheme"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QDockWidget" name="dock_scan_control">
|
|
<property name="windowTitle">
|
|
<string>Scan Control</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>2</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="ScanControl" name="scan_control"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="dock_status_2">
|
|
<property name="windowTitle">
|
|
<string>BEC Service Status</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>2</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_3">
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="BECStatusBox" name="bec_status_box_2"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="dock_queue">
|
|
<property name="windowTitle">
|
|
<string>Scan Queue</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>2</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_4">
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="BECQueue" name="bec_queue">
|
|
<row/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<item row="0" column="0"/>
|
|
<item row="0" column="1"/>
|
|
<item row="0" column="2"/>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<action name="action_BEC_docs">
|
|
<property name="icon">
|
|
<iconset theme="QIcon::ThemeIcon::DialogQuestion"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>BEC Docs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_BEC_widgets_docs">
|
|
<property name="icon">
|
|
<iconset theme="QIcon::ThemeIcon::DialogQuestion"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>BEC Widgets Docs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_bug_report">
|
|
<property name="icon">
|
|
<iconset theme="QIcon::ThemeIcon::DialogError"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bug Report</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_light">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Light</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_dark">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dark</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>WebsiteWidget</class>
|
|
<extends>QWebEngineView</extends>
|
|
<header>website_widget</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>BECQueue</class>
|
|
<extends>QTableWidget</extends>
|
|
<header>bec_queue</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>ScanControl</class>
|
|
<extends>QWidget</extends>
|
|
<header>scan_control</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>VSCodeEditor</class>
|
|
<extends>WebsiteWidget</extends>
|
|
<header>vs_code_editor</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>BECStatusBox</class>
|
|
<extends>QWidget</extends>
|
|
<header>bec_status_box</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>BECDockArea</class>
|
|
<extends>QWidget</extends>
|
|
<header>dock_area</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>QWebEngineView</class>
|
|
<extends></extends>
|
|
<header location="global">QtWebEngineWidgets/QWebEngineView</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|