sortdialog.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SortDialog</class>
  4. <widget class="QDialog" name="SortDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>214</width>
  10. <height>173</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Choose Ordering</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QRadioButton" name="recentlyAddedButton">
  19. <property name="text">
  20. <string>&amp;Recently Added</string>
  21. </property>
  22. <property name="checked">
  23. <bool>true</bool>
  24. </property>
  25. <attribute name="buttonGroup">
  26. <string>buttonGroup</string>
  27. </attribute>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QRadioButton" name="albumTrackNrButton">
  32. <property name="text">
  33. <string>Album - Track &amp;Number</string>
  34. </property>
  35. <attribute name="buttonGroup">
  36. <string>buttonGroup</string>
  37. </attribute>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QRadioButton" name="trackTitleButton">
  42. <property name="text">
  43. <string>Track Title</string>
  44. </property>
  45. <attribute name="buttonGroup">
  46. <string>buttonGroup</string>
  47. </attribute>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QRadioButton" name="artistTitleButton">
  52. <property name="text">
  53. <string>&amp;Artist - Title</string>
  54. </property>
  55. <attribute name="buttonGroup">
  56. <string>buttonGroup</string>
  57. </attribute>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QRadioButton" name="noneButton">
  62. <property name="text">
  63. <string>None</string>
  64. </property>
  65. <attribute name="buttonGroup">
  66. <string>buttonGroup</string>
  67. </attribute>
  68. </widget>
  69. </item>
  70. <item>
  71. <spacer name="verticalSpacer">
  72. <property name="orientation">
  73. <enum>Qt::Vertical</enum>
  74. </property>
  75. <property name="sizeHint" stdset="0">
  76. <size>
  77. <width>20</width>
  78. <height>13</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. <item>
  84. <widget class="QDialogButtonBox" name="buttonBox">
  85. <property name="orientation">
  86. <enum>Qt::Horizontal</enum>
  87. </property>
  88. <property name="standardButtons">
  89. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  90. </property>
  91. </widget>
  92. </item>
  93. </layout>
  94. </widget>
  95. <resources/>
  96. <connections>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>accepted()</signal>
  100. <receiver>SortDialog</receiver>
  101. <slot>accept()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>204</x>
  105. <y>122</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>157</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. <connection>
  114. <sender>buttonBox</sender>
  115. <signal>rejected()</signal>
  116. <receiver>SortDialog</receiver>
  117. <slot>reject()</slot>
  118. <hints>
  119. <hint type="sourcelabel">
  120. <x>204</x>
  121. <y>122</y>
  122. </hint>
  123. <hint type="destinationlabel">
  124. <x>286</x>
  125. <y>274</y>
  126. </hint>
  127. </hints>
  128. </connection>
  129. </connections>
  130. <buttongroups>
  131. <buttongroup name="buttonGroup"/>
  132. </buttongroups>
  133. </ui>