1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogUserMsg</class>
- <widget class="QDialog" name="DialogUserMsg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>655</width>
- <height>212</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>DialogUserMsg</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>651</width>
- <height>35</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 0, 0);</string>
- </property>
- <property name="text">
- <string>错误信息</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>35</y>
- <width>651</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <widget class="QTextEdit" name="editMsg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>651</width>
- <height>121</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="buttonOk">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>170</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- <widget class="QLabel" name="labelTime">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>170</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|