| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>EnvelopeExtractorDlg</class>
- <widget class="QDialog" name="EnvelopeExtractorDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>836</width>
- <height>682</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Envelope Extractor Visual Debug</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QFrame" name="viewFrame">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>512</width>
- <height>512</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Message</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="messageLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>no message</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="autoCheckBox">
- <property name="text">
- <string>auto</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="nextPushButton">
- <property name="text">
- <string>Next</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="skipPushButton">
- <property name="text">
- <string>Skip</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|