Files
EsfRixsApps/scratch/furkaRIXS.ui
2024-08-28 08:45:18 +02:00

149 lines
3.9 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>888</width>
<height>863</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="_wdHlayout">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>160000</width>
<height>160000</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QSplitter" name="_wdSplitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="_wdVert0" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="_wdVert1" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</widget>
<widget class="QWidget" name="_wdVert2" native="true">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>888</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="_mnHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="_actAbout"/>
</widget>
<widget class="QMenu" name="_mnAdvanced">
<property name="title">
<string>&amp;Advanced</string>
</property>
</widget>
<widget class="QMenu" name="_mnSetup">
<property name="title">
<string>&amp;View</string>
</property>
</widget>
<widget class="QMenu" name="_mnFile">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="_actPreferences"/>
<addaction name="separator"/>
<addaction name="_actQuit"/>
</widget>
<addaction name="_mnFile"/>
<addaction name="_mnSetup"/>
<addaction name="_mnAdvanced"/>
<addaction name="_mnHelp"/>
</widget>
<widget class="QStatusBar" name="_statusbar"/>
<widget class="QToolBar" name="_toolbar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="_actPreferences">
<property name="text">
<string>Preferences</string>
</property>
</action>
<action name="_actAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="_actQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionHome_Fast_Stages">
<property name="text">
<string>Home Fast Stages</string>
</property>
</action>
<action name="actionUser_Storage">
<property name="text">
<string>P-Group</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>