Files
PyQt5-Tests/WidgetInWidget/Mainview2.ui
2020-04-29 17:17:45 +02:00

241 lines
5.6 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PyOnePass</class>
<widget class="QMainWindow" name="PyOnePass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1000</width>
<height>580</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1000</width>
<height>580</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>580</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QListWidget" name="lstWidVaults">
<property name="geometry">
<rect>
<x>5</x>
<y>25</y>
<width>180</width>
<height>120</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="lstWidCategories">
<property name="geometry">
<rect>
<x>5</x>
<y>170</y>
<width>180</width>
<height>230</height>
</rect>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="lblVaults">
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>50</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Vaults:</string>
</property>
</widget>
<widget class="QLabel" name="lblItems">
<property name="geometry">
<rect>
<x>5</x>
<y>150</y>
<width>70</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Categories:</string>
</property>
</widget>
<widget class="QLabel" name="lblTags">
<property name="geometry">
<rect>
<x>5</x>
<y>405</y>
<width>50</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Tags:</string>
</property>
</widget>
<widget class="QListWidget" name="lstWidTags">
<property name="geometry">
<rect>
<x>5</x>
<y>425</y>
<width>180</width>
<height>125</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="lstWidItems">
<property name="geometry">
<rect>
<x>220</x>
<y>90</y>
<width>250</width>
<height>460</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>220</x>
<y>70</y>
<width>57</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Items:</string>
</property>
</widget>
<widget class="QLineEdit" name="tbSearch">
<property name="geometry">
<rect>
<x>220</x>
<y>25</y>
<width>220</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="lblSearchbox">
<property name="geometry">
<rect>
<x>220</x>
<y>5</y>
<width>57</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>search:</string>
</property>
</widget>
<widget class="QComboBox" name="cbFilterItems">
<property name="geometry">
<rect>
<x>260</x>
<y>60</y>
<width>210</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<family>Hack</family>
</font>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
</widget>
<widget class="QPushButton" name="btnAddItem">
<property name="geometry">
<rect>
<x>444</x>
<y>25</y>
<width>26</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QLabel" name="lblLogoutTimer">
<property name="geometry">
<rect>
<x>860</x>
<y>5</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string comment="doubleclick to deactivate auto logout" extracomment="doubleclick to deactivate auto logout"/>
</property>
<property name="toolTipDuration">
<number>8</number>
</property>
<property name="text">
<string>00:00:00 until logout</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>480</x>
<y>30</y>
<width>491</width>
<height>521</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1000</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionExit"/>
</widget>
<addaction name="menuFile"/>
</widget>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>