<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ClientMainWindow</class>
|
<widget class="QMainWindow" name="ClientMainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1075</width>
|
<height>723</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>ClientMainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="currentIndex">
|
<number>1</number>
|
</property>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>封面</string>
|
</attribute>
|
</widget>
|
<widget class="QWidget" name="tab_2">
|
<attribute name="title">
|
<string>审计</string>
|
</attribute>
|
<layout class="QGridLayout" name="gridLayout_2">
|
<item row="0" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout">
|
<item>
|
<widget class="QPushButton" name="pushButton_auditPro">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>审计项目</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_auditWorkload">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>内审工作量</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_problemMoney">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>问题金额</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_problemCount">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>问题个数</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_problemRectification">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>问题整改</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_problemNotMoney">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>问题整改--非金额</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_punish">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>处分</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_caseClue">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="text">
|
<string>案件线索</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QStackedWidget" name="stackedWidget">
|
<property name="minimumSize">
|
<size>
|
<width>400</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="currentIndex">
|
<number>-1</number>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menuBar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1075</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</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"/>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|