untitled.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1364</width>
  10. <height>948</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>250</x>
  20. <y>110</y>
  21. <width>251</width>
  22. <height>171</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">qradialgradient
  27. border-width:1px;
  28. border-style:solid;
  29. border-color:green;</string>
  30. </property>
  31. <property name="text">
  32. <string/>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="pushButton">
  36. <property name="geometry">
  37. <rect>
  38. <x>330</x>
  39. <y>320</y>
  40. <width>93</width>
  41. <height>28</height>
  42. </rect>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">border-width:1px;
  46. border-style:solid;
  47. border-left-color:#ffffff;
  48. border-top-color:#ffffff;
  49. border-right-color:#bbbbbb;
  50. border-bottom-color:#bbbbbb;</string>
  51. </property>
  52. <property name="text">
  53. <string>抓取图像</string>
  54. </property>
  55. </widget>
  56. <widget class="QLabel" name="label_2">
  57. <property name="geometry">
  58. <rect>
  59. <x>620</x>
  60. <y>150</y>
  61. <width>72</width>
  62. <height>15</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>识别信息:</string>
  67. </property>
  68. </widget>
  69. <widget class="QLabel" name="label_3">
  70. <property name="geometry">
  71. <rect>
  72. <x>620</x>
  73. <y>220</y>
  74. <width>72</width>
  75. <height>15</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>显示信息</string>
  80. </property>
  81. </widget>
  82. </widget>
  83. <resources/>
  84. <connections/>
  85. </ui>