ResolutionSettingWidget.ui 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ResolutionSettingWidget</class>
  4. <widget class="QWidget" name="ResolutionSettingWidget">
  5. <layout class="QVBoxLayout" name="listLayout">
  6. <item>
  7. <layout class="QGridLayout" name="gridLayout" columnminimumwidth="118,102,100,148">
  8. <item row="0" column="0">
  9. <widget class="QLabel" name="platformLabel">
  10. <property name="text">
  11. <string>Platform</string>
  12. </property>
  13. </widget>
  14. </item>
  15. <item row="0" column="1">
  16. <widget class="QLabel" name="downResLabel">
  17. <property name="text">
  18. <string>Res Limit</string>
  19. </property>
  20. </widget>
  21. </item>
  22. <item row="0" column="2">
  23. <widget class="QLabel" name="resolutionLabel">
  24. <property name="text">
  25. <string>Max Res</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item row="0" column="3">
  30. <widget class="QLabel" name="formatLabel">
  31. <property name="text">
  32. <string>Format</string>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </item>
  38. </layout>
  39. </widget>
  40. <resources/>
  41. <connections/>
  42. </ui>