2020-06-07 15:46:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TechnicPage</class>
|
|
|
|
<widget class="QWidget" name="TechnicPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>546</width>
|
|
|
|
<height>405</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<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>
|
2021-06-19 14:19:39 +00:00
|
|
|
<widget class="QLineEdit" name="searchEdit">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Search and filter ...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-06-07 15:46:12 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="searchButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2022-02-20 14:50:37 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
2020-06-07 15:46:12 +00:00
|
|
|
</property>
|
2022-02-20 14:50:37 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QTextBrowser" name="packDescription"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListView" name="packView">
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-11-02 21:28:07 +00:00
|
|
|
</item>
|
2020-06-07 15:46:12 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-11-02 21:28:07 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>searchEdit</tabstop>
|
|
|
|
<tabstop>searchButton</tabstop>
|
|
|
|
</tabstops>
|
2020-06-07 15:46:12 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|