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-08-21 16:17:20 +02:00
|
|
|
<width>340</width>
|
2017-09-05 18:26:17 +02:00
|
|
|
<height>249</height>
|
2017-04-23 15:05:48 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-07-29 23:58:09 +02:00
|
|
|
<string notr="true">KShare</string>
|
2017-04-23 15:05:48 +02:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2017-07-11 16:24:36 +02:00
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icons/icon.svg</normaloff>:/icons/icon.svg</iconset>
|
2017-04-23 15:05:48 +02:00
|
|
|
</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-09-05 18:26:17 +02:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QPushButton" name="settings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
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-09-05 18:26:17 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
2017-08-21 16:17:20 +02:00
|
|
|
<widget class="QPushButton" name="history">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open request history</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-23 20:39:39 +02:00
|
|
|
</layout>
|
2017-04-23 15:05:48 +02:00
|
|
|
</widget>
|
2017-08-21 16:17:20 +02:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2017-04-23 15:05:48 +02:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-08-21 16:17:20 +02:00
|
|
|
<width>340</width>
|
2017-09-05 18:26:17 +02:00
|
|
|
<height>24</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"/>
|
2017-06-27 18:29:08 +02:00
|
|
|
<addaction name="actionActive_window"/>
|
2017-04-23 15:05:48 +02:00
|
|
|
</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">
|
2017-07-03 15:43:28 +02:00
|
|
|
<string>&Recording</string>
|
2017-06-18 23:31:40 +02:00
|
|
|
</property>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionStop"/>
|
2017-07-05 12:36:44 +02:00
|
|
|
<addaction name="actionAbort"/>
|
2017-06-18 23:31:40 +02:00
|
|
|
</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>
|
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
2017-07-25 10:13:39 +02:00
|
|
|
<property name="shortcut">
|
2017-07-29 23:58:09 +02:00
|
|
|
<string notr="true">Ctrl+Q</string>
|
2017-07-25 10:13:39 +02:00
|
|
|
</property>
|
2017-04-23 15:05:48 +02:00
|
|
|
</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">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>&Start</string>
|
2017-06-18 23:31:40 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStop">
|
|
|
|
<property name="text">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>St&op</string>
|
2017-06-18 23:31:40 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-06-22 17:41:29 +02:00
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="text">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>&Settings</string>
|
2017-06-22 17:41:29 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>&About</string>
|
2017-06-22 17:41:29 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-06-27 18:29:08 +02:00
|
|
|
<action name="actionActive_window">
|
|
|
|
<property name="text">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>Active &window</string>
|
2017-06-27 18:29:08 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-05 12:36:44 +02:00
|
|
|
<action name="actionAbort">
|
|
|
|
<property name="text">
|
2017-09-05 18:26:17 +02:00
|
|
|
<string>&Abort</string>
|
2017-07-05 12:36:44 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-04-23 15:05:48 +02:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-07-11 16:24:36 +02:00
|
|
|
<resources>
|
|
|
|
<include location="icon.qrc"/>
|
|
|
|
</resources>
|
2017-04-23 15:05:48 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|