|
|
@@ -6,176 +6,21 @@ |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>688</width> |
|
|
|
<height>355</height> |
|
|
|
<width>739</width> |
|
|
|
<height>467</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>MainWindow</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
<property name="leftMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="topMargin"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<property name="rightMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="bottomMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QSplitter" name="splitter"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="layoutWidget"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QTabWidget" name="tabUtils"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Expanding"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>210</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="tabPosition"> |
|
|
|
<enum>QTabWidget::West</enum> |
|
|
|
</property> |
|
|
|
<property name="currentIndex"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="disk"> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<attribute name="title"> |
|
|
|
<string>Disk</string> |
|
|
|
</attribute> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<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>1</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="QComboBox" name="cb_disk"> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>Home</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QToolButton" name="b_disk_add"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QToolButton" name="b_disk_remove"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTreeView" name="fileTreeView"> |
|
|
|
<property name="editTriggers"> |
|
|
|
<set>QAbstractItemView::NoEditTriggers</set> |
|
|
|
</property> |
|
|
|
<property name="dragEnabled"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="dragDropMode"> |
|
|
|
<enum>QAbstractItemView::DragOnly</enum> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="CanvasPreviewFrame" name="miniCanvasPreview"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>210</width> |
|
|
|
<height>162</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<height>162</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::StyledPanel</enum> |
|
|
|
</property> |
|
|
|
<property name="frameShadow"> |
|
|
|
<enum>QFrame::Sunken</enum> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="centralwidget"/> |
|
|
|
<widget class="QMenuBar" name="menubar"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>688</width> |
|
|
|
<height>17</height> |
|
|
|
<width>739</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="menu_File"> |
|
|
@@ -309,6 +154,170 @@ |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="act_settings_configure"/> |
|
|
|
</widget> |
|
|
|
<widget class="QDockWidget" name="dockWidget"> |
|
|
|
<property name="features"> |
|
|
|
<set>QDockWidget::NoDockWidgetFeatures</set> |
|
|
|
</property> |
|
|
|
<property name="allowedAreas"> |
|
|
|
<set>Qt::NoDockWidgetArea</set> |
|
|
|
</property> |
|
|
|
<attribute name="dockWidgetArea"> |
|
|
|
<number>1</number> |
|
|
|
</attribute> |
|
|
|
<widget class="QWidget" name="dockWidgetContents"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="leftMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="topMargin"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<property name="rightMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="bottomMargin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QTabWidget" name="tabUtils"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Expanding"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>210</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="tabPosition"> |
|
|
|
<enum>QTabWidget::West</enum> |
|
|
|
</property> |
|
|
|
<property name="currentIndex"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="disk"> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<attribute name="title"> |
|
|
|
<string>Disk</string> |
|
|
|
</attribute> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<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>1</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
<item> |
|
|
|
<widget class="QComboBox" name="cb_disk"> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>Home</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QToolButton" name="b_disk_add"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QToolButton" name="b_disk_remove"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|
<normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTreeView" name="fileTreeView"> |
|
|
|
<property name="editTriggers"> |
|
|
|
<set>QAbstractItemView::NoEditTriggers</set> |
|
|
|
</property> |
|
|
|
<property name="dragEnabled"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="dragDropMode"> |
|
|
|
<enum>QAbstractItemView::DragOnly</enum> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="CanvasPreviewFrame" name="miniCanvasPreview"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>210</width> |
|
|
|
<height>162</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>16777215</width> |
|
|
|
<height>162</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="acceptDrops"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::StyledPanel</enum> |
|
|
|
</property> |
|
|
|
<property name="frameShadow"> |
|
|
|
<enum>QFrame::Sunken</enum> |
|
|
|
</property> |
|
|
|
<zorder>tabUtils</zorder> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<action name="act_file_new"> |
|
|
|
<property name="icon"> |
|
|
|
<iconset resource="../resources.qrc"> |
|
|
|