63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
Plaintext
|
<?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>
|
||
|
<widget class="QLineEdit" name="searchEdit"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="searchButton">
|
||
|
<property name="text">
|
||
|
<string>Search</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<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>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|