tageditor/gui/filelayout.ui

192 lines
5.7 KiB
Plaintext
Raw Normal View History

2015-11-21 01:13:45 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::FileLayoutPage</class>
<widget class="QWidget" name="QtGui::FileLayoutPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>325</width>
<height>311</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QGroupBox { font-weight: bold };</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_3">
<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="QGroupBox" name="paddingGroupBox">
<property name="title">
<string>Padding</string>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="minPaddingLabel">
<property name="text">
<string>minimum padding</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="minPaddingSpinBox">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="suffix">
<string> byte</string>
</property>
<property name="maximum">
<number>0</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="maxPaddingLabel">
<property name="text">
<string>maximum padding</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="maxPaddingSpinBox">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="suffix">
<string> byte</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>429496729</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="preferredPaddingLabel">
<property name="text">
<string>preferred padding</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="preferredPaddingSpinBox">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="suffix">
<string> byte</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>429496729</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="tagPositionGroupBox">
<property name="title">
<string>Preferred tag position</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="beforeDataRadioButton">
<property name="text">
<string>befo&amp;re (media) data / at the beginning of the file</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="afterDataRadioButton">
<property name="text">
<string>after (&amp;media) data / at the end of the file</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="forcePositionCheckBox">
<property name="text">
<string>Use preferred position event if putting the tags at
another position would prevent rewriting the entire file</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="NotificationLabel" name="preferredTagPosLabel" native="true"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>NotificationLabel</class>
<extends>QWidget</extends>
<header>gui/notificationlabel.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>