2014-06-28 20:39:23 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ScreenshotsPage</class>
|
2019-07-17 05:31:29 +05:30
|
|
|
<widget class="QMainWindow" name="ScreenshotsPage">
|
2014-06-28 20:39:23 +05:30
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-07-17 05:31:29 +05:30
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
2014-06-28 20:39:23 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
2019-07-17 05:31:29 +05:30
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="listView">
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<widget class="WideBar" name="toolBar">
|
2019-07-17 05:31:29 +05:30
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
2014-06-28 20:39:23 +05:30
|
|
|
</property>
|
2019-07-23 04:18:14 +05:30
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextOnly</enum>
|
|
|
|
</property>
|
2019-07-17 05:31:29 +05:30
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>RightToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionUpload"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="actionRename"/>
|
|
|
|
<addaction name="actionView_Folder"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionUpload">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upload</string>
|
2014-06-28 20:39:23 +05:30
|
|
|
</property>
|
2019-07-17 05:31:29 +05:30
|
|
|
</action>
|
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
2014-06-28 20:39:23 +05:30
|
|
|
</property>
|
2019-07-17 05:31:29 +05:30
|
|
|
</action>
|
|
|
|
<action name="actionRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
2014-06-28 20:39:23 +05:30
|
|
|
</property>
|
2019-07-17 05:31:29 +05:30
|
|
|
</action>
|
|
|
|
<action name="actionView_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>View Folder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-06-28 20:39:23 +05:30
|
|
|
</widget>
|
2019-07-23 04:18:14 +05:30
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>WideBar</class>
|
|
|
|
<extends>QToolBar</extends>
|
|
|
|
<header>widgets/WideBar.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2014-06-28 20:39:23 +05:30
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|