/MainWindow.ui
https://bitbucket.org/abom/qurename · Unknown · 461 lines · 461 code · 0 blank · 0 comment · 0 complexity · 670534466668d718882c32744f596f99 MD5 · raw file
- <?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>
- <width>585</width>
- <height>455</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>QuRename</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>icons/32x32/edit-rename.png</normaloff>icons/32x32/edit-rename.png</iconset>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QGroupBox" name="groupBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Ignored" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Options:</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Path:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1" colspan="4">
- <widget class="QLineEdit" name="txtpath">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Language:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="combolang"/>
- </item>
- <item row="1" column="2">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Extension:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3">
- <widget class="QComboBox" name="comboext"/>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label_7">
- <property name="text">
- <string>Separator:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLineEdit" name="txtsep">
- <property name="text">
- <string>-</string>
- </property>
- </widget>
- </item>
- <item row="0" column="5">
- <widget class="QPushButton" name="btnbrowse">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>30</width>
- <height>100</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>icons/22x22/document-open-folder.png</normaloff>icons/22x22/document-open-folder.png</iconset>
- </property>
- </widget>
- </item>
- <item row="2" column="2" colspan="2">
- <widget class="QLabel" name="label_4">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Between sura and index.</string>
- </property>
- </widget>
- </item>
- <item row="1" column="4" colspan="2">
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>156</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QTreeWidget" name="lstfiles">
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="uniformRowHeights">
- <bool>false</bool>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- <column>
- <property name="text">
- <string>#</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>File</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Current Name</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>New Name</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QProgressBar" name="pb">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>585</width>
- <height>27</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu_File">
- <property name="title">
- <string>&File</string>
- </property>
- <addaction name="action_Quit"/>
- </widget>
- <widget class="QMenu" name="menu_Edir">
- <property name="title">
- <string>&Edit</string>
- </property>
- <addaction name="action_rename"/>
- <addaction name="action_Preview"/>
- <addaction name="separator"/>
- <addaction name="action_Edit_Tags"/>
- <addaction name="separator"/>
- <addaction name="action_Languages"/>
- </widget>
- <widget class="QMenu" name="menu_Help">
- <property name="title">
- <string>&Help</string>
- </property>
- <addaction name="action_About"/>
- </widget>
- <widget class="QMenu" name="menu_View">
- <property name="title">
- <string>&View</string>
- </property>
- <addaction name="action_Directory_Tree"/>
- </widget>
- <addaction name="menu_File"/>
- <addaction name="menu_View"/>
- <addaction name="menu_Edir"/>
- <addaction name="menu_Help"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <property name="iconSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="action_rename"/>
- <addaction name="action_Preview"/>
- <addaction name="separator"/>
- <addaction name="action_Edit_Tags"/>
- <addaction name="action_Languages"/>
- <addaction name="separator"/>
- <addaction name="action_Play"/>
- <addaction name="action_Stop"/>
- <addaction name="separator"/>
- <addaction name="action_About"/>
- </widget>
- <widget class="QDockWidget" name="dockWidget">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>186</width>
- <height>162</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>186</width>
- <height>524287</height>
- </size>
- </property>
- <property name="floating">
- <bool>false</bool>
- </property>
- <property name="features">
- <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
- </property>
- <property name="windowTitle">
- <string>Directories</string>
- </property>
- <attribute name="dockWidgetArea">
- <number>1</number>
- </attribute>
- <widget class="QWidget" name="dockWidgetContents">
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="1" column="0">
- <widget class="QTreeView" name="treeDirs">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>180</width>
- <height>16777215</height>
- </size>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QCommandLinkButton" name="btnopendir">
- <property name="font">
- <font>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="text">
- <string> &Open Selected</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/go-next.png</normaloff>icons/32x32/go-next.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <action name="action_Quit">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/application-exit.png</normaloff>icons/32x32/application-exit.png</iconset>
- </property>
- <property name="text">
- <string>&Quit</string>
- </property>
- </action>
- <action name="action_rename">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/edit-rename.png</normaloff>icons/32x32/edit-rename.png</iconset>
- </property>
- <property name="text">
- <string>&Rename</string>
- </property>
- </action>
- <action name="action_Edit_Tags">
- <property name="icon">
- <iconset>
- <normalon>icons/32x32/document-edit.png</normalon>
- </iconset>
- </property>
- <property name="text">
- <string>&Edit Tags</string>
- </property>
- </action>
- <action name="action_About">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/help-about.png</normaloff>icons/32x32/help-about.png</iconset>
- </property>
- <property name="text">
- <string>&About</string>
- </property>
- </action>
- <action name="action_Preview">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/view-list-details.png</normaloff>icons/32x32/view-list-details.png</iconset>
- </property>
- <property name="text">
- <string>&Preview</string>
- </property>
- </action>
- <action name="action_Languages">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/applications-education-language.png</normaloff>icons/32x32/applications-education-language.png</iconset>
- </property>
- <property name="text">
- <string>&Languages</string>
- </property>
- </action>
- <action name="action_Information">
- <property name="text">
- <string>&Notes</string>
- </property>
- </action>
- <action name="action_Player">
- <property name="text">
- <string>&Player</string>
- </property>
- </action>
- <action name="action_Play">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/play.png</normaloff>icons/32x32/play.png</iconset>
- </property>
- <property name="text">
- <string>Play</string>
- </property>
- </action>
- <action name="action_Stop">
- <property name="icon">
- <iconset>
- <normaloff>icons/32x32/stop.png</normaloff>icons/32x32/stop.png</iconset>
- </property>
- <property name="text">
- <string>Stop</string>
- </property>
- </action>
- <action name="action_Directory_Tree">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>icons/22x22/document-open-folder.png</normaloff>icons/22x22/document-open-folder.png</iconset>
- </property>
- <property name="text">
- <string>&Directory Tree</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>action_Quit</sender>
- <signal>triggered()</signal>
- <receiver>MainWindow</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>280</x>
- <y>218</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>action_Directory_Tree</sender>
- <signal>triggered(bool)</signal>
- <receiver>dockWidget</receiver>
- <slot>setVisible(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>92</x>
- <y>244</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>