ctkSettingsDialog.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkSettingsDialog</class>
  4. <widget class="QDialog" name="ctkSettingsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>457</width>
  10. <height>397</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Settings</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0">
  17. <item row="0" column="0" rowspan="2">
  18. <widget class="QTreeWidget" name="SettingsTreeWidget">
  19. <property name="headerHidden">
  20. <bool>true</bool>
  21. </property>
  22. <column>
  23. <property name="text">
  24. <string notr="true">1</string>
  25. </property>
  26. </column>
  27. </widget>
  28. </item>
  29. <item row="0" column="1">
  30. <widget class="QStackedWidget" name="SettingsStackedWidget"/>
  31. </item>
  32. <item row="2" column="0" colspan="2">
  33. <widget class="QDialogButtonBox" name="SettingsButtonBox">
  34. <property name="orientation">
  35. <enum>Qt::Horizontal</enum>
  36. </property>
  37. <property name="standardButtons">
  38. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset|QDialogButtonBox::RestoreDefaults</set>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="1" column="1">
  43. <widget class="QLabel" name="RestartRequiredLabel">
  44. <property name="frameShape">
  45. <enum>QFrame::StyledPanel</enum>
  46. </property>
  47. <property name="frameShadow">
  48. <enum>QFrame::Sunken</enum>
  49. </property>
  50. <property name="text">
  51. <string/>
  52. </property>
  53. <property name="textFormat">
  54. <enum>Qt::RichText</enum>
  55. </property>
  56. <property name="scaledContents">
  57. <bool>true</bool>
  58. </property>
  59. <property name="alignment">
  60. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  61. </property>
  62. <property name="wordWrap">
  63. <bool>true</bool>
  64. </property>
  65. <property name="textInteractionFlags">
  66. <set>Qt::NoTextInteraction</set>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. <resources/>
  73. <connections>
  74. <connection>
  75. <sender>SettingsButtonBox</sender>
  76. <signal>accepted()</signal>
  77. <receiver>ctkSettingsDialog</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>SettingsButtonBox</sender>
  92. <signal>rejected()</signal>
  93. <receiver>ctkSettingsDialog</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>