BrowseModal.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BrowseModal</class>
  4. <widget class="QDialog" name="BrowseModal">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>401</width>
  10. <height>179</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Groupe</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout_2">
  23. <item>
  24. <widget class="QLineEdit" name="lineEdit"/>
  25. </item>
  26. <item>
  27. <widget class="QPushButton" name="pushButton">
  28. <property name="text">
  29. <string>Parcourir</string>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QGroupBox" name="groupBox_2">
  38. <property name="title">
  39. <string>Groupe</string>
  40. </property>
  41. <layout class="QHBoxLayout" name="horizontalLayout_3">
  42. <item>
  43. <widget class="QLineEdit" name="lineEdit_2"/>
  44. </item>
  45. <item>
  46. <widget class="QPushButton" name="pushButton_2">
  47. <property name="text">
  48. <string>Parcourir</string>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QDialogButtonBox" name="buttonBox">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="standardButtons">
  61. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  62. </property>
  63. </widget>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections>
  69. <connection>
  70. <sender>buttonBox</sender>
  71. <signal>accepted()</signal>
  72. <receiver>BrowseModal</receiver>
  73. <slot>accept()</slot>
  74. <hints>
  75. <hint type="sourcelabel">
  76. <x>248</x>
  77. <y>254</y>
  78. </hint>
  79. <hint type="destinationlabel">
  80. <x>157</x>
  81. <y>274</y>
  82. </hint>
  83. </hints>
  84. </connection>
  85. <connection>
  86. <sender>buttonBox</sender>
  87. <signal>rejected()</signal>
  88. <receiver>BrowseModal</receiver>
  89. <slot>reject()</slot>
  90. <hints>
  91. <hint type="sourcelabel">
  92. <x>316</x>
  93. <y>260</y>
  94. </hint>
  95. <hint type="destinationlabel">
  96. <x>286</x>
  97. <y>274</y>
  98. </hint>
  99. </hints>
  100. </connection>
  101. </connections>
  102. </ui>