2017-04-23 15:05:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-06-22 17:41:29 +02:00
|
|
|
<width>352</width>
|
|
|
|
<height>220</height>
|
2017-04-23 15:05:48 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>KShare</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2017-05-01 12:03:37 +02:00
|
|
|
<iconset>
|
2017-04-23 15:05:48 +02:00
|
|
|
<normaloff>:/icons/icon.jpg</normaloff>:/icons/icon.jpg</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<property name="sizePolicy">
|
2017-04-23 20:39:39 +02:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2017-04-23 15:05:48 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-04-25 22:36:33 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2017-06-22 17:41:29 +02:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QPushButton" name="settings">
|
2017-04-25 22:36:33 +02:00
|
|
|
<property name="text">
|
2017-06-22 17:41:29 +02:00
|
|
|
<string>Settings</string>
|
2017-04-25 22:36:33 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-17 13:55:07 +02:00
|
|
|
<item row="0" column="0">
|
2017-06-22 17:41:29 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Log</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListWidget" name="logBox"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-06-17 17:32:47 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-23 20:39:39 +02:00
|
|
|
</layout>
|
2017-04-23 15:05:48 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-06-22 17:41:29 +02:00
|
|
|
<width>352</width>
|
2017-06-04 22:58:29 +02:00
|
|
|
<height>25</height>
|
2017-04-23 15:05:48 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>Fi&le</string>
|
|
|
|
</property>
|
2017-06-22 17:41:29 +02:00
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
<addaction name="separator"/>
|
2017-04-23 15:05:48 +02:00
|
|
|
<addaction name="actionQuit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuScreenshot">
|
|
|
|
<property name="title">
|
2017-05-17 13:55:07 +02:00
|
|
|
<string>Scree&nshot</string>
|
2017-04-23 15:05:48 +02:00
|
|
|
</property>
|
|
|
|
<addaction name="actionFullscreen"/>
|
|
|
|
<addaction name="actionArea"/>
|
|
|
|
</widget>
|
2017-05-16 15:52:15 +02:00
|
|
|
<widget class="QMenu" name="menuUtilities">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Utilities</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionColor_Picker"/>
|
|
|
|
</widget>
|
2017-06-18 23:31:40 +02:00
|
|
|
<widget class="QMenu" name="menuRecording">
|
|
|
|
<property name="title">
|
|
|
|
<string>Recording</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionStop"/>
|
|
|
|
</widget>
|
2017-04-23 15:05:48 +02:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuScreenshot"/>
|
2017-05-16 15:52:15 +02:00
|
|
|
<addaction name="menuUtilities"/>
|
2017-06-18 23:31:40 +02:00
|
|
|
<addaction name="menuRecording"/>
|
2017-04-23 15:05:48 +02:00
|
|
|
</widget>
|
2017-04-25 16:04:46 +02:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2017-04-23 15:05:48 +02:00
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFullscreen">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionArea">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Area</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-05-16 15:52:15 +02:00
|
|
|
<action name="actionColor_Picker">
|
|
|
|
<property name="text">
|
2017-05-17 13:55:07 +02:00
|
|
|
<string>&Color Picker</string>
|
2017-05-16 15:52:15 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-06-18 23:31:40 +02:00
|
|
|
<action name="actionStart">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStop">
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-06-22 17:41:29 +02:00
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-04-23 15:05:48 +02:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-05-01 12:03:37 +02:00
|
|
|
<resources/>
|
2017-04-23 15:05:48 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|