2021-04-29 20:36:25 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>koboxAppsDialog</class>
|
2021-04-30 09:49:33 -07:00
|
|
|
<widget class="QDialog" name="koboxAppsDialog">
|
2021-04-29 20:36:25 -07:00
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-04-30 09:49:33 -07:00
|
|
|
<width>468</width>
|
|
|
|
<height>361</height>
|
2021-04-29 20:36:25 -07:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2021-04-30 09:49:33 -07:00
|
|
|
<item row="3" column="0">
|
2021-04-29 20:36:25 -07:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="cancelBtn">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Inter</family>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Back</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="launchBtn">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Inter</family>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Launch</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2021-04-30 09:49:33 -07:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QListView" name="appsList"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="headerLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Inter</family>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>KoBox apps launcher</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="definitionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Please select an application and click on 'Launch' to start it.</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-04-29 20:36:25 -07:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|