Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>134</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QTextEdit" name="textEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>151</width>
  22. <height>91</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QComboBox" name="comboBox">
  27. <property name="geometry">
  28. <rect>
  29. <x>10</x>
  30. <y>100</y>
  31. <width>69</width>
  32. <height>22</height>
  33. </rect>
  34. </property>
  35. <item>
  36. <property name="text">
  37. <string>de</string>
  38. </property>
  39. </item>
  40. <item>
  41. <property name="text">
  42. <string>en</string>
  43. </property>
  44. </item>
  45. <item>
  46. <property name="text">
  47. <string>ru</string>
  48. </property>
  49. </item>
  50. <item>
  51. <property name="text">
  52. <string>pl</string>
  53. </property>
  54. </item>
  55. </widget>
  56. <widget class="QTextEdit" name="textEdit_2">
  57. <property name="geometry">
  58. <rect>
  59. <x>240</x>
  60. <y>10</y>
  61. <width>151</width>
  62. <height>91</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. <widget class="QComboBox" name="comboBox_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>240</x>
  70. <y>100</y>
  71. <width>69</width>
  72. <height>22</height>
  73. </rect>
  74. </property>
  75. <item>
  76. <property name="text">
  77. <string>de</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>en</string>
  83. </property>
  84. </item>
  85. <item>
  86. <property name="text">
  87. <string>ru</string>
  88. </property>
  89. </item>
  90. <item>
  91. <property name="text">
  92. <string>pl</string>
  93. </property>
  94. </item>
  95. </widget>
  96. <widget class="QPushButton" name="pushButton">
  97. <property name="geometry">
  98. <rect>
  99. <x>160</x>
  100. <y>40</y>
  101. <width>81</width>
  102. <height>23</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>Translate</string>
  107. </property>
  108. </widget>
  109. </widget>
  110. <resources/>
  111. <connections/>
  112. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement