123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogNewUI</class>
- <widget class="QDialog" name="DialogNewUI">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>375</width>
- <height>281</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>DialogNewUI</string>
- </property>
- <widget class="QPushButton" name="createButton">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>230</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Create</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cancelButton">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>230</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QLabel" name="labelTitle">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>381</width>
- <height>45</height>
- </rect>
- </property>
- <property name="text">
- <string>创建新的设计页面</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>351</width>
- <height>161</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <widget class="QLabel" name="label_5">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>60</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>名称:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="editName">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>60</y>
- <width>201</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|