captions.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>140</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. </widget>
  28. </item>
  29. <item row="1" column="1">
  30. <widget class="QComboBox" name="source">
  31. <property name="insertPolicy">
  32. <enum>QComboBox::InsertAlphabetically</enum>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QCheckBox" name="enable">
  38. <property name="text">
  39. <string>Enable</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="2" column="0">
  44. <widget class="QLabel" name="label_2">
  45. <property name="text">
  46. <string>Basic.Settings.General.Language</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="2" column="1">
  51. <widget class="QComboBox" name="language"/>
  52. </item>
  53. </layout>
  54. </item>
  55. <item>
  56. <spacer name="verticalSpacer">
  57. <property name="orientation">
  58. <enum>Qt::Vertical</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>0</width>
  63. <height>0</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item>
  69. <layout class="QHBoxLayout" name="horizontalLayout">
  70. <item>
  71. <spacer name="horizontalSpacer">
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="sizeHint" stdset="0">
  76. <size>
  77. <width>40</width>
  78. <height>20</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. <item>
  84. <widget class="QPushButton" name="accept">
  85. <property name="text">
  86. <string>OK</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <spacer name="horizontalSpacer_2">
  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. </layout>
  104. </item>
  105. </layout>
  106. </widget>
  107. <resources/>
  108. <connections>
  109. <connection>
  110. <sender>accept</sender>
  111. <signal>clicked()</signal>
  112. <receiver>CaptionsDialog</receiver>
  113. <slot>accept()</slot>
  114. <hints>
  115. <hint type="sourcelabel">
  116. <x>268</x>
  117. <y>331</y>
  118. </hint>
  119. <hint type="destinationlabel">
  120. <x>229</x>
  121. <y>-11</y>
  122. </hint>
  123. </hints>
  124. </connection>
  125. </connections>
  126. </ui>