mainwindow.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <author>nastys</author>
  4. <comment>
  5. * PV_DB Translator
  6. * Copyright (C) 2019 nastys
  7. *
  8. * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  11. *
  12. * You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses.
  13. </comment>
  14. <class>MainWindow</class>
  15. <widget class="QMainWindow" name="MainWindow">
  16. <property name="geometry">
  17. <rect>
  18. <x>0</x>
  19. <y>0</y>
  20. <width>735</width>
  21. <height>267</height>
  22. </rect>
  23. </property>
  24. <property name="windowTitle">
  25. <string>PV_DB Translator</string>
  26. </property>
  27. <widget class="QWidget" name="centralWidget">
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="2" column="0">
  30. <widget class="QLabel" name="label_saveAs">
  31. <property name="text">
  32. <string>Save as</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="1" column="0">
  37. <widget class="QLabel" name="label_copyTo">
  38. <property name="text">
  39. <string>Copy to</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="0" column="2">
  44. <widget class="QPushButton" name="pushButton_copyFrom">
  45. <property name="text">
  46. <string>...</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="1" column="1">
  51. <widget class="QLineEdit" name="lineEdit_copyTo">
  52. <property name="text">
  53. <string>pv_db_new.txt</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="2" column="2">
  58. <widget class="QPushButton" name="pushButton_saveAs">
  59. <property name="text">
  60. <string>...</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="0" column="0">
  65. <widget class="QLabel" name="label_copyFrom">
  66. <property name="text">
  67. <string>Copy from</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="0" column="1">
  72. <widget class="QLineEdit" name="lineEdit_copyFrom">
  73. <property name="text">
  74. <string>pv_db_translated-old.txt</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="1" column="2">
  79. <widget class="QPushButton" name="pushButton_copyTo">
  80. <property name="text">
  81. <string>...</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="2" column="1">
  86. <widget class="QLineEdit" name="lineEdit_saveAs">
  87. <property name="text">
  88. <string>pv_db_translated-new.txt</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="5" column="0" colspan="2">
  93. <widget class="QPushButton" name="pushButton_Copy">
  94. <property name="text">
  95. <string>Copy</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="5" column="2">
  100. <widget class="QPushButton" name="licence">
  101. <property name="text">
  102. <string>?</string>
  103. </property>
  104. </widget>
  105. </item>
  106. </layout>
  107. </widget>
  108. </widget>
  109. <layoutdefault spacing="6" margin="11"/>
  110. <resources/>
  111. <connections/>
  112. </ui>