This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/SoftwareDesign/Lab5/lab5_1_painter/mainwindow.ui

95 lines
2.2 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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>实验5-2020114490-江一和</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>绘制</string>
</property>
<addaction name="drawLine"/>
<addaction name="drawCir"/>
<addaction name="drawRec"/>
<addaction name="drawClear"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>设置</string>
</property>
<addaction name="styCor"/>
<addaction name="StyBon"/>
<addaction name="styOut"/>
<addaction name="styBcor"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
</widget>
<action name="drawLine">
<property name="text">
<string>直线</string>
</property>
</action>
<action name="drawCir">
<property name="text">
<string>圆形</string>
</property>
</action>
<action name="drawRec">
<property name="text">
<string>矩形</string>
</property>
</action>
<action name="drawClear">
<property name="text">
<string>晴空</string>
</property>
<property name="toolTip">
<string>清空</string>
</property>
</action>
<action name="styCor">
<property name="text">
<string>边框颜色</string>
</property>
</action>
<action name="StyBon">
<property name="text">
<string>边框粗细</string>
</property>
</action>
<action name="styOut">
<property name="text">
<string>边框样式</string>
</property>
</action>
<action name="styBcor">
<property name="text">
<string>背景颜色</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>