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>
|
2019-05-08 22:00:10 +02:00
|
|
|
<width>819</width>
|
|
|
|
<height>388</height>
|
2017-04-23 15:05:48 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2017-04-23 15:05:48 +02:00
|
|
|
<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">
|
2019-05-08 21:07:06 +02:00
|
|
|
<item row="0" column="3" rowspan="3">
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2017-09-05 18:26:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-05-08 21:07:06 +02:00
|
|
|
<item row="0" column="2" rowspan="2">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QPushButton" name="clipboardButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Clipboard</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QPushButton" name="settingsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="areaButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Area</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QPushButton" name="colorPickerButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open color picker</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QPushButton" name="aboutButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="fullscreenButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QPushButton" name="screenshotFolderButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Screenshot Folder</string>
|
|
|
|
</property>
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-06-17 17:32:47 +02:00
|
|
|
</item>
|
2019-05-08 21:07:06 +02:00
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2017-08-21 16:17:20 +02:00
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
<widget class="QWidget" name="tab_1">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Request History</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTreeWidget" name="treeWidget">
|
2019-05-08 22:00:10 +02:00
|
|
|
<property name="indentation">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2019-05-08 21:07:06 +02:00
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Status</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Filename</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>URL</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Time</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Log</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListWidget" name="logBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-08-21 16:17:20 +02:00
|
|
|
</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>
|
2019-05-08 22:00:10 +02:00
|
|
|
<width>819</width>
|
|
|
|
<height>29</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>
|
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"/>
|
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"/>
|
2019-05-08 21:07:06 +02:00
|
|
|
<include location="sounds.qrc"/>
|
2017-07-11 16:24:36 +02:00
|
|
|
</resources>
|
2017-04-23 15:05:48 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|