1 Star 1 Fork 18

Qt(开源集合)/ZenShot

forked from Gitee 极速下载/ZenShot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
zentaosubmit.ui 4.26 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-09-09 17:21 . * submit bug to zentao
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ZTSubmitDlg</class>
<widget class="QDialog" name="ZTSubmitDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>475</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>780</width>
<height>475</height>
</size>
</property>
<property name="windowTitle">
<string>submit</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="9,0,1">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QStackedWidget" name="framesWidget">
<widget class="QWidget" name="previewPage"/>
<widget class="QWidget" name="demandPage"/>
<widget class="QWidget" name="bugPage"/>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>0</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="leftMargin">
<number>150</number>
</property>
<property name="rightMargin">
<number>150</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="btnDemand">
<property name="minimumSize">
<size>
<width>204</width>
<height>90</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>204</width>
<height>90</height>
</size>
</property>
<property name="text">
<string>demand</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnBug">
<property name="minimumSize">
<size>
<width>204</width>
<height>90</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>204</width>
<height>90</height>
</size>
</property>
<property name="text">
<string>bug</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>280</number>
</property>
<property name="rightMargin">
<number>280</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<item>
<widget class="QPushButton" name="btnCancel">
<property name="minimumSize">
<size>
<width>100</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>28</height>
</size>
</property>
<property name="text">
<string>cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnNext">
<property name="minimumSize">
<size>
<width>100</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>28</height>
</size>
</property>
<property name="text">
<string>nextstep</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/qt-open-source-collection/ZenShot.git
git@gitee.com:qt-open-source-collection/ZenShot.git
qt-open-source-collection
ZenShot
ZenShot
main

搜索帮助