2021-03-25 05:00:19 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>apps</class>
|
|
|
|
<widget class="QWidget" name="apps">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2021-04-23 19:23:24 -07:00
|
|
|
<height>321</height>
|
2021-03-25 05:00:19 -07:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2021-04-23 19:23:24 -07:00
|
|
|
<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>
|
2021-03-25 05:00:19 -07:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2021-04-29 20:36:25 -07:00
|
|
|
<item row="4" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2021-03-25 05:00:19 -07:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Apps</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="7" column="1">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QPushButton" name="calculatorLaunchBtn">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-03-26 20:17:14 -07:00
|
|
|
<family>Inter</family>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-25 05:00:19 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Launch</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="5" column="1">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QPushButton" name="calendarLaunchBtn">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-03-26 20:17:14 -07:00
|
|
|
<family>Inter</family>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-25 05:00:19 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Launch</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="8" column="0">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QLabel" name="label_2">
|
2021-03-30 18:37:31 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-30 18:37:31 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Light Maps</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-26 20:17:14 -07:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="scribbleLabel">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-04-29 20:36:25 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-25 05:00:19 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Scribble</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="6" column="1">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QPushButton" name="savedWordsLaunchBtn">
|
2021-04-13 07:23:12 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-07-05 13:01:32 -07:00
|
|
|
<family>Inter</family>
|
2021-04-13 07:23:12 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-07-05 13:01:32 -07:00
|
|
|
<string>Launch</string>
|
2021-04-13 07:23:12 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="reversiLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Reversi</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QLabel" name="label_3">
|
2021-04-13 07:23:12 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Saved words</string>
|
2021-07-05 13:01:32 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-26 20:17:14 -07:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
2021-07-05 13:01:32 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>KoBox apps</string>
|
2021-04-13 07:23:12 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="5" column="0">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QLabel" name="calendarLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Calendar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="8" column="1">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QPushButton" name="lightmapsLaunchBtn">
|
2021-04-29 20:36:25 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Inter</family>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
2021-04-29 20:36:25 -07:00
|
|
|
<italic>false</italic>
|
2021-07-05 13:01:32 -07:00
|
|
|
<bold>true</bold>
|
2021-04-29 20:36:25 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Launch</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QPushButton" name="reversiLaunchBtn">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Launch</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="9" column="1">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QPushButton" name="vncLaunchBtn">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-03-26 20:17:14 -07:00
|
|
|
<family>Inter</family>
|
2021-03-25 05:00:19 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Launch</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-26 20:17:14 -07:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="koboxAppsOpenButton">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-03-26 20:17:14 -07:00
|
|
|
<family>Inter</family>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Open</string>
|
2021-07-05 13:01:32 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="7" column="0">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QLabel" name="label_4">
|
2021-07-05 13:01:32 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-25 05:00:19 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>Calculator</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="9" column="0">
|
2022-03-26 20:17:14 -07:00
|
|
|
<widget class="QLabel" name="vncViewerLabel">
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-26 20:17:14 -07:00
|
|
|
<string>VNC viewer</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-26 20:17:14 -07:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="scribbleLaunchBtn">
|
2021-04-29 20:36:25 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-01-26 08:56:43 -08:00
|
|
|
<family>Inter</family>
|
2021-04-29 20:36:25 -07:00
|
|
|
<weight>75</weight>
|
2022-01-26 08:56:43 -08:00
|
|
|
<italic>false</italic>
|
2021-04-29 20:36:25 -07:00
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-01-26 08:56:43 -08:00
|
|
|
<string>Launch</string>
|
2021-04-29 20:36:25 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QPushButton" name="g2048LaunchBtn">
|
2021-03-30 18:37:31 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-07-05 13:01:32 -07:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2021-03-30 18:37:31 -07:00
|
|
|
</font>
|
|
|
|
</property>
|
2021-03-25 05:00:19 -07:00
|
|
|
<property name="text">
|
2022-03-27 20:17:02 -07:00
|
|
|
<string>Launch</string>
|
2022-03-26 20:17:14 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-27 20:17:02 -07:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="g2048Label">
|
2022-03-26 20:17:14 -07:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-03-27 20:17:02 -07:00
|
|
|
<string>2048</string>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2021-04-29 20:36:25 -07:00
|
|
|
<item row="3" column="0">
|
2021-04-22 04:38:54 -07:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2021-03-25 05:00:19 -07:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
2021-04-24 06:34:35 -07:00
|
|
|
<number>3</number>
|
2021-03-25 05:00:19 -07:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|