Files
pcdefenser-ui/tablepagewidget.ui
2024-04-07 19:16:05 +08:00

211 lines
4.9 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TablePageWidget</class>
<widget class="QWidget" name="TablePageWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>526</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="tableWidget">
<property name="styleSheet">
<string notr="true">border:1px solid rgb(220,220,220);</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<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="QLabel" name="labTotal">
<property name="text">
<string>共0条</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnFront">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>&lt;</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn1">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn2">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn3">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn4">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>4</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn5">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>5</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnBehind">
<property name="styleSheet">
<string notr="true">QToolButton{
border-style:none;
color:black;
background-color:white;
}
QToolButton:checked{
color:rgb(9,96,189);
border:1px bolid rgb(9,96,189);
}</string>
</property>
<property name="text">
<string>&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox"/>
</item>
<item>
<widget class="QLabel" name="labJunp">
<property name="styleSheet">
<string notr="true">QLabel{
color:black;
font:14px;
}</string>
</property>
<property name="text">
<string>跳至</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="sboxPage"/>
</item>
<item>
<widget class="QLabel" name="labPage">
<property name="styleSheet">
<string notr="true">QLabel{
color:black;
font:14px;
}</string>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>