warning.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Warning</class>
  4. <widget class="QDialog" name="Warning">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>448</width>
  10. <height>249</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QDialog#Warning
  18. {
  19. background:transparent;
  20. }</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>16</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>16</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>16</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>16</number>
  37. </property>
  38. <item>
  39. <widget class="QWidget" name="widget" native="true">
  40. <property name="styleSheet">
  41. <string notr="true"/>
  42. </property>
  43. <widget class="QLabel" name="label_Warn">
  44. <property name="geometry">
  45. <rect>
  46. <x>40</x>
  47. <y>78</y>
  48. <width>331</width>
  49. <height>61</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>删除该设备,“执行计划”中与之对应的计划也会删除!</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="pBtn_cancel">
  57. <property name="geometry">
  58. <rect>
  59. <x>248</x>
  60. <y>153</y>
  61. <width>60</width>
  62. <height>32</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>取消</string>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="pBtn_ok">
  70. <property name="geometry">
  71. <rect>
  72. <x>324</x>
  73. <y>153</y>
  74. <width>60</width>
  75. <height>32</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>确定</string>
  80. </property>
  81. </widget>
  82. <widget class="QWidget" name="widget_Top" native="true">
  83. <property name="geometry">
  84. <rect>
  85. <x>0</x>
  86. <y>0</y>
  87. <width>416</width>
  88. <height>50</height>
  89. </rect>
  90. </property>
  91. <widget class="QLabel" name="label_NC1">
  92. <property name="geometry">
  93. <rect>
  94. <x>32</x>
  95. <y>16</y>
  96. <width>90</width>
  97. <height>18</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>提示</string>
  102. </property>
  103. </widget>
  104. <widget class="QPushButton" name="pBtn_close">
  105. <property name="geometry">
  106. <rect>
  107. <x>368</x>
  108. <y>13</y>
  109. <width>24</width>
  110. <height>24</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </widget>
  117. </widget>
  118. </widget>
  119. </item>
  120. </layout>
  121. </widget>
  122. <resources/>
  123. <connections/>
  124. </ui>