<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>VCSMainWindow</class>
|
<widget class="QMainWindow" name="VCSMainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>562</width>
|
<height>503</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>客户端版本管理系统</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QStackedWidget" name="stackedWidget">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>110</y>
|
<width>521</width>
|
<height>371</height>
|
</rect>
|
</property>
|
<widget class="QWidget" name="page"/>
|
<widget class="QWidget" name="page_2"/>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>80</y>
|
<width>561</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QWidget" name="">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>30</y>
|
<width>501</width>
|
<height>43</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QPushButton" name="pushButton">
|
<property name="minimumSize">
|
<size>
|
<width>101</width>
|
<height>41</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>上传文件</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="minimumSize">
|
<size>
|
<width>101</width>
|
<height>41</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>版本发布</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_4">
|
<property name="minimumSize">
|
<size>
|
<width>101</width>
|
<height>41</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>版本回滚</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_3">
|
<property name="minimumSize">
|
<size>
|
<width>101</width>
|
<height>41</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<family>微软雅黑</family>
|
<pointsize>12</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>查看日志</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|