123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>JMessageDlg</class>
- <widget class="QDialog" name="JMessageDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>611</width>
- <height>210</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QLabel" name="bgLabel">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>611</width>
- <height>48</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>48</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(92,99,190, 1);
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
- /*border-radius: 15px;*/</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="closeBut">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>11</y>
- <width>27</width>
- <height>27</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>27</width>
- <height>27</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(92,99,190, 1);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="../../../res.qrc">
- <normaloff>:/images/Mess/close.png</normaloff>:/images/Mess/close.png</iconset>
- </property>
- </widget>
- <widget class="QLabel" name="bgTitleLabel">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>8</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(92,99,190, 1);
- color: white</string>
- </property>
- <property name="text">
- <string>Process FailuRE</string>
- </property>
- </widget>
- <widget class="QPushButton" name="yesBut">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>160</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Yes</string>
- </property>
- </widget>
- <widget class="QPushButton" name="noBut">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>160</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>No</string>
- </property>
- </widget>
- <widget class="QLabel" name="textLabel">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>60</y>
- <width>441</width>
- <height>81</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="lmageLable">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>80</y>
- <width>71</width>
- <height>71</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-image: url(:/images/Mess/Mess_tip.png);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <resources>
- <include location="../../../res.qrc"/>
- </resources>
- <connections/>
- </ui>
|