Bread_Editor/gui/raw_ui/main_window.ui

200 lines
5.2 KiB
Text
Raw Normal View History

<?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>861</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
<string>Bread Editor</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="openFileTabs">
2024-11-21 16:40:37 +01:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
2024-11-21 16:40:37 +01:00
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
2024-11-19 19:05:28 +01:00
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>861</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="fileMenu">
<property name="title">
<string>File</string>
</property>
<addaction name="openFile"/>
2024-11-19 18:32:52 +01:00
<addaction name="saveFile"/>
</widget>
2024-11-21 16:40:37 +01:00
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="menuSettings"/>
</widget>
<addaction name="fileMenu"/>
2024-11-21 16:40:37 +01:00
<addaction name="menuEdit"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
2024-11-21 16:40:37 +01:00
<widget class="QDockWidget" name="settingsDock">
<property name="enabled">
<bool>true</bool>
</property>
2024-11-21 20:19:37 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>124</height>
</size>
</property>
2024-11-21 16:40:37 +01:00
<property name="accessibleName">
<string/>
</property>
<property name="accessibleDescription">
<string/>
</property>
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
</property>
<property name="windowTitle">
<string> Settings</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="settingsDockContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="settingsTabs">
2024-11-21 20:19:37 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2024-11-21 16:40:37 +01:00
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="appearanceSettingsTab">
2024-11-21 20:19:37 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2024-11-21 16:40:37 +01:00
<property name="accessibleName">
<string/>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<attribute name="title">
<string>Appearance</string>
</attribute>
2024-11-21 20:19:37 +01:00
<widget class="QCheckBox" name="highlightOnesSetting">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Highlight ones</string>
</property>
</widget>
<widget class="QCheckBox" name="bitsAreSquaresSetting">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>119</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Bits are squares</string>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
2024-11-21 16:40:37 +01:00
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<action name="openFile">
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
</action>
2024-11-19 18:32:52 +01:00
<action name="saveFile">
<property name="text">
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
2024-11-21 16:40:37 +01:00
<action name="menuSettings">
<property name="text">
<string>Settings</string>
</property>
<property name="visible">
<bool>true</bool>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>