JobCard.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>719</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">#Form {
  24. border: 1px solid black;
  25. border-radius: 10px;
  26. }</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="0">
  30. <widget class="QCheckBox" name="checkBox">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="text">
  38. <string/>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="0" column="2">
  43. <widget class="QPushButton" name="pushButton">
  44. <property name="text">
  45. <string>Открыть</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="0" column="1">
  50. <widget class="QLabel" name="label">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="maximumSize">
  58. <size>
  59. <width>1000</width>
  60. <height>16777215</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. <property name="wordWrap">
  67. <bool>true</bool>
  68. </property>
  69. </widget>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections/>
  75. </ui>