107 lines
2.5 KiB
Plaintext
107 lines
2.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>dialogRename</class>
|
||
|
<widget class="QDialog" name="dialogRename">
|
||
|
<property name="windowModality">
|
||
|
<enum>Qt::NonModal</enum>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>556</width>
|
||
|
<height>210</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Archive Rename</string>
|
||
|
</property>
|
||
|
<property name="modal">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string> Preview:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QTextEdit" name="textEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QPushButton" name="btnSettings">
|
||
|
<property name="text">
|
||
|
<string>Rename Settings</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
<widget class="QWidget" name="layoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>140</x>
|
||
|
<y>10</y>
|
||
|
<width>133</width>
|
||
|
<height>29</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout"/>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>accepted()</signal>
|
||
|
<receiver>dialogRename</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>346</x>
|
||
|
<y>187</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>277</x>
|
||
|
<y>104</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>buttonBox</sender>
|
||
|
<signal>rejected()</signal>
|
||
|
<receiver>dialogRename</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>346</x>
|
||
|
<y>187</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>277</x>
|
||
|
<y>104</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|