captions.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CaptionsDialog</class>
  4. <widget class="QDialog" name="CaptionsDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>519</width>
  10. <height>162</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Captions</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QFormLayout" name="formLayout">
  19. <property name="labelAlignment">
  20. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  21. </property>
  22. <item row="1" column="0">
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string>Captions.AudioSource</string>
  26. </property>
  27. <property name="buddy">
  28. <cstring>source</cstring>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="1" column="1">
  33. <widget class="QComboBox" name="source">
  34. <property name="insertPolicy">
  35. <enum>QComboBox::InsertAlphabetically</enum>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="1">
  40. <widget class="QCheckBox" name="enable">
  41. <property name="text">
  42. <string>Enable</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="2" column="0">
  47. <widget class="QLabel" name="label_2">
  48. <property name="text">
  49. <string>Basic.Settings.General.Language</string>
  50. </property>
  51. <property name="buddy">
  52. <cstring>language</cstring>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="2" column="1">
  57. <widget class="QComboBox" name="language"/>
  58. </item>
  59. <item row="3" column="1">
  60. <widget class="QComboBox" name="provider">
  61. <property name="insertPolicy">
  62. <enum>QComboBox::InsertAlphabetically</enum>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="3" column="0">
  67. <widget class="QLabel" name="label_3">
  68. <property name="text">
  69. <string>Captions.Provider</string>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <spacer name="verticalSpacer">
  77. <property name="orientation">
  78. <enum>Qt::Vertical</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>0</width>
  83. <height>0</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. <item>
  89. <layout class="QHBoxLayout" name="horizontalLayout">
  90. <item>
  91. <spacer name="horizontalSpacer">
  92. <property name="orientation">
  93. <enum>Qt::Horizontal</enum>
  94. </property>
  95. <property name="sizeHint" stdset="0">
  96. <size>
  97. <width>40</width>
  98. <height>20</height>
  99. </size>
  100. </property>
  101. </spacer>
  102. </item>
  103. <item>
  104. <widget class="QPushButton" name="accept">
  105. <property name="text">
  106. <string>OK</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <spacer name="horizontalSpacer_2">
  112. <property name="orientation">
  113. <enum>Qt::Horizontal</enum>
  114. </property>
  115. <property name="sizeHint" stdset="0">
  116. <size>
  117. <width>40</width>
  118. <height>20</height>
  119. </size>
  120. </property>
  121. </spacer>
  122. </item>
  123. </layout>
  124. </item>
  125. </layout>
  126. </widget>
  127. <resources/>
  128. <connections>
  129. <connection>
  130. <sender>accept</sender>
  131. <signal>clicked()</signal>
  132. <receiver>CaptionsDialog</receiver>
  133. <slot>accept()</slot>
  134. <hints>
  135. <hint type="sourcelabel">
  136. <x>268</x>
  137. <y>331</y>
  138. </hint>
  139. <hint type="destinationlabel">
  140. <x>229</x>
  141. <y>-11</y>
  142. </hint>
  143. </hints>
  144. </connection>
  145. </connections>
  146. </ui>