DialogCustomVariables.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogCustomVariables</class>
  4. <widget class="QDialog" name="DialogCustomVariables">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>590</width>
  10. <height>228</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>590</width>
  16. <height>228</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>590</width>
  22. <height>228</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Изначальные настройки</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <widget class="QGroupBox" name="groupBox">
  31. <property name="title">
  32. <string>Директория с фотографиями</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <widget class="QLineEdit" name="path_photo"/>
  37. </item>
  38. <item>
  39. <widget class="QPushButton" name="btn_show_path_photo">
  40. <property name="text">
  41. <string>Открыть путь к директории</string>
  42. </property>
  43. </widget>
  44. </item>
  45. </layout>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QGroupBox" name="groupBox_2">
  50. <property name="title">
  51. <string>Директория с базой данных</string>
  52. </property>
  53. <layout class="QHBoxLayout" name="horizontalLayout_2">
  54. <item>
  55. <widget class="QLineEdit" name="path_db"/>
  56. </item>
  57. <item>
  58. <widget class="QPushButton" name="btn_show_path_database">
  59. <property name="text">
  60. <string>Открыть путь к директории</string>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </widget>
  66. </item>
  67. <item>
  68. <spacer name="verticalSpacer">
  69. <property name="orientation">
  70. <enum>Qt::Vertical</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>20</width>
  75. <height>40</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="btn_save">
  82. <property name="text">
  83. <string>Сохранить</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <spacer name="verticalSpacer_2">
  89. <property name="orientation">
  90. <enum>Qt::Vertical</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>20</width>
  95. <height>40</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. </layout>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>