代码拉取完成,页面将自动刷新
同步操作将从 NII/QT_PaintPanel 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PaintPanelMainWindow</class>
<widget class="QMainWindow" name="PaintPanelMainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>921</width>
<height>593</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<italic>false</italic>
<strikeout>false</strikeout>
<kerning>true</kerning>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="windowTitle">
<string notr="true">PaintPanelMainWindow</string>
</property>
<property name="windowFilePath">
<string notr="true"/>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="animated">
<bool>false</bool>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<property name="tabShape">
<enum>QTabWidget::Triangular</enum>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QGroupBox" name="selectGroupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="lineSelectLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>线条粗细</string>
</property>
</widget>
<widget class="QSpinBox" name="lineSelectSpinBox">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="maximum">
<number>10</number>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>90</x>
<y>0</y>
<width>20</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="lineColorPushButton">
<property name="geometry">
<rect>
<x>240</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>线条颜色</string>
</property>
</widget>
<widget class="QFrame" name="lineColorFrame">
<property name="geometry">
<rect>
<x>240</x>
<y>50</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>140</x>
<y>0</y>
<width>131</width>
<height>91</height>
</rect>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
<x>330</x>
<y>0</y>
<width>20</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="fillColorPushButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>360</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>填充色</string>
</property>
</widget>
<widget class="QFrame" name="fillColorFrame">
<property name="geometry">
<rect>
<x>360</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="Line" name="line_4">
<property name="geometry">
<rect>
<x>460</x>
<y>0</y>
<width>20</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QPushButton" name="clearPushButton">
<property name="geometry">
<rect>
<x>500</x>
<y>20</y>
<width>61</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>清屏</string>
</property>
</widget>
<widget class="QPushButton" name="delPushButton">
<property name="geometry">
<rect>
<x>590</x>
<y>20</y>
<width>61</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>回退</string>
</property>
</widget>
<widget class="Line" name="line_5">
<property name="geometry">
<rect>
<x>690</x>
<y>0</y>
<width>20</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QComboBox" name="shapSelectComboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>74</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>宋体</family>
<pointsize>10</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>直线</string>
</property>
</item>
<item>
<property name="text">
<string>圆形</string>
</property>
</item>
<item>
<property name="text">
<string>长方形</string>
</property>
</item>
<item>
<property name="text">
<string>画笔</string>
</property>
</item>
</widget>
<widget class="QLabel" name="shapeSelectLabel">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>选择形状</string>
</property>
</widget>
<widget class="Line" name="line_6">
<property name="geometry">
<rect>
<x>660</x>
<y>0</y>
<width>16</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_7">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>671</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_8">
<property name="geometry">
<rect>
<x>-11</x>
<y>0</y>
<width>31</width>
<height>91</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>921</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="fileMenu">
<property name="title">
<string>文件(&F)</string>
</property>
<addaction name="newAction"/>
<addaction name="openAction"/>
<addaction name="separator"/>
<addaction name="saveAction"/>
<addaction name="SaveAsAction"/>
</widget>
<widget class="QMenu" name="editMenu">
<property name="title">
<string>编辑(&E)</string>
</property>
</widget>
<widget class="QMenu" name="helpMenu">
<property name="title">
<string>帮助(&H)</string>
</property>
</widget>
<addaction name="fileMenu"/>
<addaction name="editMenu"/>
<addaction name="helpMenu"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="newAction">
<property name="text">
<string>新建(&N)</string>
</property>
</action>
<action name="action_S">
<property name="text">
<string>保存(&S)</string>
</property>
</action>
<action name="action_A">
<property name="text">
<string>另存为(A)</string>
</property>
</action>
<action name="openAction">
<property name="text">
<string>打开(&O)</string>
</property>
</action>
<action name="saveAction">
<property name="text">
<string>保存(&S)</string>
</property>
</action>
<action name="SaveAsAction">
<property name="text">
<string>另存为(A)</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>clearPushButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。