Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <?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>1012</width>
- <height>678</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QWidget" name="widget" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>981</width>
- <height>561</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1012</width>
- <height>26</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu">
- <property name="title">
- <string>文件</string>
- </property>
- <addaction name="action_new"/>
- <addaction name="action_open"/>
- <addaction name="action_save"/>
- </widget>
- <widget class="QMenu" name="menu_2">
- <property name="title">
- <string>页面切换</string>
- </property>
- <addaction name="action_plc"/>
- <addaction name="action_hmi"/>
- </widget>
- <addaction name="menu"/>
- <addaction name="menu_2"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="action_new">
- <property name="text">
- <string>New</string>
- </property>
- </action>
- <action name="action_open">
- <property name="text">
- <string>Open</string>
- </property>
- </action>
- <action name="action_save">
- <property name="text">
- <string>Save</string>
- </property>
- </action>
- <action name="action_plc">
- <property name="text">
- <string>PLC</string>
- </property>
- </action>
- <action name="action_hmi">
- <property name="text">
- <string>HMI</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|