151 lines
3.9 KiB
XML
151 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FileManager</class>
|
|
<widget class="QMainWindow" name="FileManager">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1282</width>
|
|
<height>858</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>File Manager</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="leftLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="leftPath"/>
|
|
</item>
|
|
<item>
|
|
<widget class="DirView" name="leftTab"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="rightLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="rightPath"/>
|
|
</item>
|
|
<item>
|
|
<widget class="DirView" name="rightTab"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="progressLayout">
|
|
<item>
|
|
<widget class="QProgressBar" name="progressBar">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="cancelButton">
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1282</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuLeft_Tab">
|
|
<property name="title">
|
|
<string>Left Tab</string>
|
|
</property>
|
|
<addaction name="actionLoad_FITS_keywordsLeft"/>
|
|
<addaction name="actionSelect_columnsLeft"/>
|
|
<addaction name="actionCopySelectedFilesPathsLeft"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuRight_Tab">
|
|
<property name="title">
|
|
<string>Right Tab</string>
|
|
</property>
|
|
<addaction name="actionLoad_FITS_keywordsRight"/>
|
|
<addaction name="actionSelect_columnsRight"/>
|
|
<addaction name="actionCopySelectedFilesPathsRight"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<addaction name="menuLeft_Tab"/>
|
|
<addaction name="menuRight_Tab"/>
|
|
</widget>
|
|
<action name="actionLoad_FITS_keywordsLeft">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load FITS keywords</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoad_FITS_keywordsRight">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load FITS keywords</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_columnsLeft">
|
|
<property name="text">
|
|
<string>Select columns</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelect_columnsRight">
|
|
<property name="text">
|
|
<string>Select columns</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopySelectedFilesPathsLeft">
|
|
<property name="text">
|
|
<string>Copy selected files paths</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopySelectedFilesPathsRight">
|
|
<property name="text">
|
|
<string>Copy selected files paths</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>DirView</class>
|
|
<extends>QTreeView</extends>
|
|
<header>filemanager.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|