fb2setup.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FbSetup</class>
  4. <widget class="QDialog" name="FbSetup">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Settings</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="tab">
  23. <attribute name="title">
  24. <string>Tab 1</string>
  25. </attribute>
  26. <layout class="QFormLayout" name="formLayout">
  27. <item row="0" column="0">
  28. <widget class="QLabel" name="label">
  29. <property name="text">
  30. <string>Default font:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="0" column="1">
  35. <widget class="QFontComboBox" name="fontComboBox"/>
  36. </item>
  37. <item row="1" column="0">
  38. <widget class="QLabel" name="label_2">
  39. <property name="text">
  40. <string>Style file name:</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="1" column="1">
  45. <widget class="QComboBox" name="comboBox">
  46. <property name="editable">
  47. <bool>true</bool>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </widget>
  53. <widget class="QWidget" name="tab_2">
  54. <attribute name="title">
  55. <string>Tab 2</string>
  56. </attribute>
  57. </widget>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QDialogButtonBox" name="buttonBox">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="standardButtons">
  66. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. <resources/>
  73. <connections>
  74. <connection>
  75. <sender>buttonBox</sender>
  76. <signal>accepted()</signal>
  77. <receiver>FbSetup</receiver>
  78. <slot>accept()</slot>
  79. <hints>
  80. <hint type="sourcelabel">
  81. <x>248</x>
  82. <y>254</y>
  83. </hint>
  84. <hint type="destinationlabel">
  85. <x>157</x>
  86. <y>274</y>
  87. </hint>
  88. </hints>
  89. </connection>
  90. <connection>
  91. <sender>buttonBox</sender>
  92. <signal>rejected()</signal>
  93. <receiver>FbSetup</receiver>
  94. <slot>reject()</slot>
  95. <hints>
  96. <hint type="sourcelabel">
  97. <x>316</x>
  98. <y>260</y>
  99. </hint>
  100. <hint type="destinationlabel">
  101. <x>286</x>
  102. <y>274</y>
  103. </hint>
  104. </hints>
  105. </connection>
  106. </connections>
  107. </ui>