123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ChangePacket</class>
- <widget class="QDialog" name="ChangePacket">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>640</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QWidget" name="widget" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>6</verstretch>
- </sizepolicy>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QWidget" name="widget_2" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>ID:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="name">
- <property name="enabled">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QLabel" name="packet">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>1</horstretch>
- <verstretch>5</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="widget_3" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="1,0,0">
- <item>
- <widget class="QComboBox" name="packetList"/>
- </item>
- <item>
- <widget class="QToolButton" name="previousePicture">
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset resource="icons.qrc">
- <normaloff>:/icons/before.png</normaloff>:/icons/before.png</iconset>
- </property>
- <property name="shortcut">
- <string>Left</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="nextPicture">
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset resource="icons.qrc">
- <normaloff>:/icons/next.png</normaloff>:/icons/next.png</iconset>
- </property>
- <property name="shortcut">
- <string>Right</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QLabel" name="packetCompare">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>1</horstretch>
- <verstretch>6</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="abbrechen">
- <property name="text">
- <string>Abbrechen</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="speichern">
- <property name="text">
- <string>Speichern</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <tabstops>
- <tabstop>name</tabstop>
- <tabstop>packetList</tabstop>
- <tabstop>previousePicture</tabstop>
- <tabstop>nextPicture</tabstop>
- <tabstop>abbrechen</tabstop>
- <tabstop>speichern</tabstop>
- </tabstops>
- <resources>
- <include location="icons.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>name</sender>
- <signal>returnPressed()</signal>
- <receiver>speichern</receiver>
- <slot>click()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>124</x>
- <y>43</y>
- </hint>
- <hint type="destinationlabel">
- <x>426</x>
- <y>381</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|