captions.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>104</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="0" column="0">
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string>Captions.Source</string>
  26. </property>
  27. <property name="buddy">
  28. <cstring>source</cstring>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="0" column="1">
  33. <widget class="QComboBox" name="source">
  34. <property name="insertPolicy">
  35. <enum>QComboBox::InsertAlphabetically</enum>
  36. </property>
  37. <property name="sizeAdjustPolicy">
  38. <enum>QComboBox::AdjustToContents</enum>
  39. </property>
  40. </widget>
  41. </item>
  42. </layout>
  43. </item>
  44. <item>
  45. <spacer name="verticalSpacer">
  46. <property name="orientation">
  47. <enum>Qt::Vertical</enum>
  48. </property>
  49. <property name="sizeHint" stdset="0">
  50. <size>
  51. <width>0</width>
  52. <height>0</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. <item>
  58. <layout class="QHBoxLayout" name="horizontalLayout">
  59. <item>
  60. <spacer name="horizontalSpacer">
  61. <property name="orientation">
  62. <enum>Qt::Horizontal</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>40</width>
  67. <height>20</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="accept">
  74. <property name="text">
  75. <string>OK</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <spacer name="horizontalSpacer_2">
  81. <property name="orientation">
  82. <enum>Qt::Horizontal</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>40</width>
  87. <height>20</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. </layout>
  93. </item>
  94. </layout>
  95. </widget>
  96. <resources/>
  97. <connections>
  98. <connection>
  99. <sender>accept</sender>
  100. <signal>clicked()</signal>
  101. <receiver>CaptionsDialog</receiver>
  102. <slot>accept()</slot>
  103. <hints>
  104. <hint type="sourcelabel">
  105. <x>268</x>
  106. <y>331</y>
  107. </hint>
  108. <hint type="destinationlabel">
  109. <x>229</x>
  110. <y>-11</y>
  111. </hint>
  112. </hints>
  113. </connection>
  114. </connections>
  115. </ui>