qt/LedOK/mprogrammanagera.ui

215 lines
5.0 KiB
Plaintext
Raw Normal View History

2022-01-04 18:11:48 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>mProgramManagerA</class>
<widget class="QWidget" name="mProgramManagerA">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>936</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
<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="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0,0">
<property name="spacing">
<number>16</number>
</property>
<property name="leftMargin">
<number>24</number>
</property>
<property name="topMargin">
<number>15</number>
</property>
<property name="rightMargin">
<number>16</number>
</property>
<property name="bottomMargin">
<number>13</number>
</property>
<item>
<widget class="QPushButton" name="bnNew">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>New</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bnEdit">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bnDelete">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>Delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bnImport">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>Import</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bnExport">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>Export</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bnSend">
<property name="minimumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>88</width>
<height>38</height>
</size>
</property>
<property name="text">
<string>Publish</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="QLineEdit" name="txtSearch">
<property name="minimumSize">
<size>
<width>240</width>
<height>36</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>240</width>
<height>36</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="LoQTreeWidget" name="wProgramList">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>LoQTreeWidget</class>
<extends>QTreeWidget</extends>
<header>LoQClass/loqtreewidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>