TVCustomizeTrackColorsDialog.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TVCustomizeTrackColorsDialog</class>
  4. <widget class="QDialog" name="TVCustomizeTrackColorsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>555</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Customize Track Colors</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0,0,0,0">
  17. <item row="0" column="0" colspan="6">
  18. <widget class="QWidget" name="frame" native="true"/>
  19. </item>
  20. <item row="1" column="0">
  21. <spacer name="horizontalSpacer">
  22. <property name="orientation">
  23. <enum>Qt::Horizontal</enum>
  24. </property>
  25. <property name="sizeHint" stdset="0">
  26. <size>
  27. <width>40</width>
  28. <height>20</height>
  29. </size>
  30. </property>
  31. </spacer>
  32. </item>
  33. <item row="1" column="3">
  34. <widget class="QPushButton" name="buttonResetAll">
  35. <property name="text">
  36. <string>Reset All</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="1" column="1">
  41. <widget class="QPushButton" name="buttonExport">
  42. <property name="text">
  43. <string>Export</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="1" column="5">
  48. <widget class="QDialogButtonBox" name="buttonBox">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="standardButtons">
  53. <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="1" column="2">
  58. <widget class="QPushButton" name="buttonImport">
  59. <property name="text">
  60. <string>Import</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="1" column="4">
  65. <spacer name="horizontalSpacer_2">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="sizeType">
  70. <enum>QSizePolicy::Fixed</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>5</width>
  75. <height>20</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections>
  84. <connection>
  85. <sender>buttonBox</sender>
  86. <signal>accepted()</signal>
  87. <receiver>TVCustomizeTrackColorsDialog</receiver>
  88. <slot>accept()</slot>
  89. <hints>
  90. <hint type="sourcelabel">
  91. <x>248</x>
  92. <y>254</y>
  93. </hint>
  94. <hint type="destinationlabel">
  95. <x>157</x>
  96. <y>274</y>
  97. </hint>
  98. </hints>
  99. </connection>
  100. <connection>
  101. <sender>buttonBox</sender>
  102. <signal>rejected()</signal>
  103. <receiver>TVCustomizeTrackColorsDialog</receiver>
  104. <slot>reject()</slot>
  105. <hints>
  106. <hint type="sourcelabel">
  107. <x>316</x>
  108. <y>260</y>
  109. </hint>
  110. <hint type="destinationlabel">
  111. <x>286</x>
  112. <y>274</y>
  113. </hint>
  114. </hints>
  115. </connection>
  116. </connections>
  117. </ui>