SettingDialog.ui 990 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SettingDialog</class>
  4. <widget class="QDialog" name="SettingDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>295</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>SettingDialog</string>
  15. </property>
  16. <property name="locale">
  17. <locale language="English" country="UnitedKingdom"/>
  18. </property>
  19. <widget class="QDialogButtonBox" name="buttonBox">
  20. <property name="geometry">
  21. <rect>
  22. <x>165</x>
  23. <y>260</y>
  24. <width>221</width>
  25. <height>23</height>
  26. </rect>
  27. </property>
  28. <property name="locale">
  29. <locale language="English" country="UnitedKingdom"/>
  30. </property>
  31. <property name="standardButtons">
  32. <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  33. </property>
  34. </widget>
  35. </widget>
  36. <layoutdefault spacing="6" margin="11"/>
  37. <resources/>
  38. <connections/>
  39. </ui>