<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ProblemList</class>
|
<widget class="QMainWindow" name="ProblemList">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1031</width>
|
<height>609</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<widget class="QComboBox" name="comboBox_company">
|
<property name="editable">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QTableWidget" name="tableWidget">
|
<attribute name="horizontalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="verticalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<row>
|
<property name="text">
|
<string>新建行</string>
|
</property>
|
</row>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>新建列</string>
|
</property>
|
</column>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QPushButton" name="pushButton_addRow">
|
<property name="text">
|
<string>增加一行</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="text">
|
<string>要删除某一行直接右击删除即可</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>40</width>
|
<height>20</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_save">
|
<property name="text">
|
<string>保存</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1031</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|