1 Star 0 Fork 1

dyck/pyside6_tpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.ui 9.72 KB
一键复制 编辑 原始数据 按行查看 历史
dyck 提交于 2024-11-29 10:38 +08:00 . 0.0.1
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>main</class>
<widget class="QWidget" name="main">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>392</width>
<height>368</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>41</red>
<green>68</green>
<blue>94</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>84</green>
<blue>115</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>41</red>
<green>68</green>
<blue>94</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>84</green>
<blue>115</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>84</green>
<blue>115</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>50</red>
<green>84</green>
<blue>115</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="128">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
<bold>true</bold>
</font>
</property>
<property name="windowTitle">
<string notr="true">pyside6-template</string>
</property>
<property name="windowIcon">
<iconset resource="qrc/img.qrc">
<normaloff>:/img/mirror.ico</normaloff>:/img/mirror.ico</iconset>
</property>
<widget class="QLabel" name="lbTitle">
<property name="geometry">
<rect>
<x>32</x>
<y>0</y>
<width>291</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string notr="true">pyside6模板</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="lbIcon">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="pixmap">
<pixmap resource="qrc/img.qrc">:/img/mirror.ico</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="Line" name="line_h0">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>361</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="btn_min">
<property name="geometry">
<rect>
<x>320</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="icon">
<iconset resource="qrc/img.qrc">
<normaloff>:/img/min.ico</normaloff>:/img/min.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="btn_close">
<property name="geometry">
<rect>
<x>360</x>
<y>0</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="icon">
<iconset resource="qrc/img.qrc">
<normaloff>:/img/close.ico</normaloff>:/img/close.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="btn_button">
<property name="geometry">
<rect>
<x>30</x>
<y>310</y>
<width>341</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string notr="true">button</string>
</property>
</widget>
<widget class="QLabel" name="lb_label">
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string notr="true">label</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="ple_plainLineEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>230</y>
<width>341</width>
<height>71</height>
</rect>
</property>
<property name="toolTip">
<string notr="true">请输入初始值</string>
</property>
<property name="plainText">
<string notr="true">plain text edit</string>
</property>
<property name="overwriteMode">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="le_lineEdit">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="text">
<string notr="true">line edit</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>140</x>
<y>160</y>
<width>111</width>
<height>22</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="currentText">
<string notr="true">combo box</string>
</property>
<item>
<property name="text">
<string notr="true">combo box</string>
</property>
</item>
</widget>
</widget>
<resources>
<include location="qrc/img.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dike/pyside6_tpl.git
git@gitee.com:dike/pyside6_tpl.git
dike
pyside6_tpl
pyside6_tpl
master

搜索帮助