qt5.diff 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. diff -Naur baires/Makefile baires.patched/Makefile
  2. --- baires/Makefile 2010-04-22 10:40:41.000000000 -0400
  3. +++ baires.patched/Makefile 1969-12-31 19:00:00.000000000 -0500
  4. @@ -1,137 +0,0 @@
  5. -#############################################################################
  6. -# Makefile for building: baires
  7. -# Generated by qmake (2.01a) (Qt 4.6.2) on: Thu Apr 22 11:40:41 2010
  8. -# Project: baires.pro
  9. -# Template: app
  10. -# Command: /usr/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug_and_release CONFIG+=debug -o Makefile baires.pro
  11. -#############################################################################
  12. -
  13. -first: debug
  14. -install: debug-install
  15. -uninstall: debug-uninstall
  16. -MAKEFILE = Makefile
  17. -QMAKE = /usr/bin/qmake
  18. -DEL_FILE = rm -f
  19. -CHK_DIR_EXISTS= test -d
  20. -MKDIR = mkdir -p
  21. -COPY = cp -f
  22. -COPY_FILE = $(COPY)
  23. -COPY_DIR = $(COPY) -r
  24. -INSTALL_FILE = install -m 644 -p
  25. -INSTALL_PROGRAM = install -m 755 -p
  26. -INSTALL_DIR = $(COPY_DIR)
  27. -DEL_FILE = rm -f
  28. -SYMLINK = ln -f -s
  29. -DEL_DIR = rmdir
  30. -MOVE = mv -f
  31. -CHK_DIR_EXISTS= test -d
  32. -MKDIR = mkdir -p
  33. -SUBTARGETS = \
  34. - debug \
  35. - release
  36. -
  37. -debug: $(MAKEFILE).Debug FORCE
  38. - $(MAKE) -f $(MAKEFILE).Debug
  39. -debug-make_default: $(MAKEFILE).Debug FORCE
  40. - $(MAKE) -f $(MAKEFILE).Debug
  41. -debug-make_first: $(MAKEFILE).Debug FORCE
  42. - $(MAKE) -f $(MAKEFILE).Debug first
  43. -debug-all: $(MAKEFILE).Debug FORCE
  44. - $(MAKE) -f $(MAKEFILE).Debug all
  45. -debug-clean: $(MAKEFILE).Debug FORCE
  46. - $(MAKE) -f $(MAKEFILE).Debug clean
  47. -debug-distclean: $(MAKEFILE).Debug FORCE
  48. - $(MAKE) -f $(MAKEFILE).Debug distclean
  49. -debug-install: $(MAKEFILE).Debug FORCE
  50. - $(MAKE) -f $(MAKEFILE).Debug install
  51. -debug-uninstall: $(MAKEFILE).Debug FORCE
  52. - $(MAKE) -f $(MAKEFILE).Debug uninstall
  53. -release: $(MAKEFILE).Release FORCE
  54. - $(MAKE) -f $(MAKEFILE).Release
  55. -release-make_default: $(MAKEFILE).Release FORCE
  56. - $(MAKE) -f $(MAKEFILE).Release
  57. -release-make_first: $(MAKEFILE).Release FORCE
  58. - $(MAKE) -f $(MAKEFILE).Release first
  59. -release-all: $(MAKEFILE).Release FORCE
  60. - $(MAKE) -f $(MAKEFILE).Release all
  61. -release-clean: $(MAKEFILE).Release FORCE
  62. - $(MAKE) -f $(MAKEFILE).Release clean
  63. -release-distclean: $(MAKEFILE).Release FORCE
  64. - $(MAKE) -f $(MAKEFILE).Release distclean
  65. -release-install: $(MAKEFILE).Release FORCE
  66. - $(MAKE) -f $(MAKEFILE).Release install
  67. -release-uninstall: $(MAKEFILE).Release FORCE
  68. - $(MAKE) -f $(MAKEFILE).Release uninstall
  69. -
  70. -Makefile: baires.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
  71. - /usr/share/qt4/mkspecs/common/unix.conf \
  72. - /usr/share/qt4/mkspecs/common/linux.conf \
  73. - /usr/share/qt4/mkspecs/qconfig.pri \
  74. - /usr/share/qt4/mkspecs/features/qt_functions.prf \
  75. - /usr/share/qt4/mkspecs/features/qt_config.prf \
  76. - /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
  77. - /usr/share/qt4/mkspecs/features/default_pre.prf \
  78. - /usr/share/qt4/mkspecs/features/debug.prf \
  79. - /usr/share/qt4/mkspecs/features/debug_and_release.prf \
  80. - /usr/share/qt4/mkspecs/features/default_post.prf \
  81. - /usr/share/qt4/mkspecs/features/warn_on.prf \
  82. - /usr/share/qt4/mkspecs/features/qt.prf \
  83. - /usr/share/qt4/mkspecs/features/unix/thread.prf \
  84. - /usr/share/qt4/mkspecs/features/moc.prf \
  85. - /usr/share/qt4/mkspecs/features/resources.prf \
  86. - /usr/share/qt4/mkspecs/features/uic.prf \
  87. - /usr/share/qt4/mkspecs/features/yacc.prf \
  88. - /usr/share/qt4/mkspecs/features/lex.prf \
  89. - /usr/share/qt4/mkspecs/features/include_source_dir.prf \
  90. - /usr/lib/libQtGui.prl \
  91. - /usr/lib/libQtCore.prl
  92. - $(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug_and_release CONFIG+=debug -o Makefile baires.pro
  93. -/usr/share/qt4/mkspecs/common/g++.conf:
  94. -/usr/share/qt4/mkspecs/common/unix.conf:
  95. -/usr/share/qt4/mkspecs/common/linux.conf:
  96. -/usr/share/qt4/mkspecs/qconfig.pri:
  97. -/usr/share/qt4/mkspecs/features/qt_functions.prf:
  98. -/usr/share/qt4/mkspecs/features/qt_config.prf:
  99. -/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
  100. -/usr/share/qt4/mkspecs/features/default_pre.prf:
  101. -/usr/share/qt4/mkspecs/features/debug.prf:
  102. -/usr/share/qt4/mkspecs/features/debug_and_release.prf:
  103. -/usr/share/qt4/mkspecs/features/default_post.prf:
  104. -/usr/share/qt4/mkspecs/features/warn_on.prf:
  105. -/usr/share/qt4/mkspecs/features/qt.prf:
  106. -/usr/share/qt4/mkspecs/features/unix/thread.prf:
  107. -/usr/share/qt4/mkspecs/features/moc.prf:
  108. -/usr/share/qt4/mkspecs/features/resources.prf:
  109. -/usr/share/qt4/mkspecs/features/uic.prf:
  110. -/usr/share/qt4/mkspecs/features/yacc.prf:
  111. -/usr/share/qt4/mkspecs/features/lex.prf:
  112. -/usr/share/qt4/mkspecs/features/include_source_dir.prf:
  113. -/usr/lib/libQtGui.prl:
  114. -/usr/lib/libQtCore.prl:
  115. -qmake: qmake_all FORCE
  116. - @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug_and_release CONFIG+=debug -o Makefile baires.pro
  117. -
  118. -qmake_all: FORCE
  119. -
  120. -make_default: debug-make_default release-make_default FORCE
  121. -make_first: debug-make_first release-make_first FORCE
  122. -all: debug-all release-all FORCE
  123. -clean: debug-clean release-clean FORCE
  124. -distclean: debug-distclean release-distclean FORCE
  125. - -$(DEL_FILE) Makefile
  126. -
  127. -debug-mocclean: $(MAKEFILE).Debug
  128. - $(MAKE) -f $(MAKEFILE).Debug mocclean
  129. -release-mocclean: $(MAKEFILE).Release
  130. - $(MAKE) -f $(MAKEFILE).Release mocclean
  131. -mocclean: debug-mocclean release-mocclean
  132. -
  133. -debug-mocables: $(MAKEFILE).Debug
  134. - $(MAKE) -f $(MAKEFILE).Debug mocables
  135. -release-mocables: $(MAKEFILE).Release
  136. - $(MAKE) -f $(MAKEFILE).Release mocables
  137. -mocables: debug-mocables release-mocables
  138. -FORCE:
  139. -
  140. -$(MAKEFILE).Debug: Makefile
  141. -$(MAKEFILE).Release: Makefile
  142. diff -Naur baires/baires.pro baires.patched/baires.pro
  143. --- baires/baires.pro 2009-12-15 12:32:18.000000000 -0500
  144. +++ baires.patched/baires.pro 2021-12-17 14:47:07.432366128 -0500
  145. @@ -11,3 +11,4 @@
  146. config.h
  147. FORMS += mainwindow.ui \
  148. config.ui
  149. +QT += widgets
  150. diff -Naur baires/config.h baires.patched/config.h
  151. --- baires/config.h 2009-12-17 15:34:52.000000000 -0500
  152. +++ baires.patched/config.h 2021-12-17 14:40:03.805404637 -0500
  153. @@ -1,7 +1,7 @@
  154. #ifndef CONFIG_H
  155. #define CONFIG_H
  156. -#include <QtGui/QDialog>
  157. +#include <QtWidgets/QDialog>
  158. namespace Ui {
  159. class config;
  160. diff -Naur baires/config.ui baires.patched/config.ui
  161. --- baires/config.ui 2010-01-11 05:26:28.000000000 -0500
  162. +++ baires.patched/config.ui 2021-12-17 15:50:00.836023111 -0500
  163. @@ -154,11 +154,6 @@
  164. <string>Français</string>
  165. </property>
  166. </item>
  167. - <item>
  168. - <property name="text">
  169. - <string>Ruski</string>
  170. - </property>
  171. - </item>
  172. </widget>
  173. <widget class="QListWidget" name="listSize">
  174. <property name="geometry">
  175. diff -Naur baires/main.cpp baires.patched/main.cpp
  176. --- baires/main.cpp 2009-12-02 05:30:24.000000000 -0500
  177. +++ baires.patched/main.cpp 2021-12-17 14:40:03.805404637 -0500
  178. @@ -17,7 +17,7 @@
  179. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
  180. ***************************************************************************/
  181. -#include <QtGui/QApplication>
  182. +#include <QtWidgets/QApplication>
  183. #include "mainwindow.h"
  184. int main(int argc, char *argv[])
  185. diff -Naur baires/mainwindow.cpp baires.patched/mainwindow.cpp
  186. --- baires/mainwindow.cpp 2010-04-22 12:17:58.000000000 -0400
  187. +++ baires.patched/mainwindow.cpp 2021-12-17 14:41:17.495397939 -0500
  188. @@ -18,8 +18,8 @@
  189. ***************************************************************************/
  190. #include "mainwindow.h"
  191. #include "ui_mainwindow.h"
  192. -#include <QFileDialog>
  193. -#include <QMessageBox>
  194. +#include <QtWidgets/QFileDialog>
  195. +#include <QtWidgets/QMessageBox>
  196. #include <QSettings>
  197. #include <QDesktopServices>
  198. #include <QUrl>
  199. diff -Naur baires/mainwindow.h baires.patched/mainwindow.h
  200. --- baires/mainwindow.h 2010-04-22 12:18:00.000000000 -0400
  201. +++ baires.patched/mainwindow.h 2021-12-17 14:40:03.806404637 -0500
  202. @@ -20,7 +20,7 @@
  203. #ifndef MAINWINDOW_H
  204. #define MAINWINDOW_H
  205. -#include <QtGui/QMainWindow>
  206. +#include <QtWidgets/QMainWindow>
  207. namespace Ui
  208. {
  209. diff -Naur baires/translation.cpp baires.patched/translation.cpp
  210. --- baires/translation.cpp 2010-04-22 14:03:22.000000000 -0400
  211. +++ baires.patched/translation.cpp 2021-12-17 15:48:54.267029162 -0500
  212. @@ -45,13 +45,13 @@
  213. // TODO Missing other traslations
  214. if (val == 10036) {result = "Downsize only";};
  215. if (val == 20036) {result = "Samo smanjivanje";};
  216. - if (val == 30036) {result = "Somente deminuição";};
  217. - if (val == 70036) {result = "Réduction seule";};
  218. + if (val == 30036) {result = "Somente deminuição";};
  219. + if (val == 70036) {result = "Réduction seule";};
  220. if (val == 50036) {result = "Solo riduzione";};
  221. if (val == 10037) {result = "Force aspect ratio (width as base)";};
  222. if (val == 20037) {result = QString("Forsiraj aspekt (")+QChar(0x0160)+QString("irina je baza)");};
  223. - if (val == 30037) {result = "Forçar aspecto (largura como base)";};
  224. + if (val == 30037) {result = "Forçar aspecto (largura como base)";};
  225. if (val == 70037) {result = "Forcer le rapport d'aspect (largeur pour base)";};
  226. if (val == 50037) {result = "Forza l'aspect ratio (larghezza come base)";};
  227. @@ -59,7 +59,7 @@
  228. if (val == 20035) {result = "Dodaj u pre-definisane rezolucije";};
  229. if (val == 30035) {result = QString("Adicionar para resolu")+QChar(0x00E7)+QChar(0x00F5)+QString("es pre-definidas");};
  230. - if (val == 40035) {result = "Zu den frei gewählten Bildgrössen hinzufügen";};
  231. + if (val == 40035) {result = "Zu den frei gewählten Bildgrössen hinzufügen";};
  232. if (val == 20001) {result = "P&rogram";};
  233. if (val == 30001) {result = "&Arquivo";};
  234. @@ -79,18 +79,18 @@
  235. if (val == 20005) {result = "O programu...";};
  236. if (val == 30005) {result = "Sobre...";};
  237. - if (val == 40005) {result = "Über baires...";};
  238. + if (val == 40005) {result = "Ãœber baires...";};
  239. if (val == 20006) {result = "Pregled";};
  240. if (val == 30006) {result = "Buscar";};
  241. if (val == 40006) {result = "Suche";};
  242. if (val == 20007) {result = "Direktorijum sa slikama";};
  243. - if (val == 30007) {result = "Diretório de imagens";};
  244. + if (val == 30007) {result = "Diretório de imagens";};
  245. if (val == 40007) {result = "Quell-Verzeichnis";};
  246. if (val == 20008) {result = "Direktorijum za smanjene slike";};
  247. - if (val == 30008) {result = "Diretório de destino";};
  248. + if (val == 30008) {result = "Diretório de destino";};
  249. if (val == 40008) {result = "Ziel-Verzeichnis";};
  250. if (val == 20009) {result = "Smanji na";};
  251. @@ -103,26 +103,26 @@
  252. if (val == 20011) {result = "Visina";};
  253. if (val == 30011) {result = "Altura";};
  254. - if (val == 40011) {result = "Höhe";};
  255. + if (val == 40011) {result = "Höhe";};
  256. if (val == 20012) {result = "Prefiks";};
  257. if (val == 30012) {result = "Prefixo";};
  258. - if (val == 40012) {result = "Datei Präfix";};
  259. + if (val == 40012) {result = "Datei Präfix";};
  260. if (val == 20013) {result = "Kvalitet";};
  261. if (val == 30013) {result = "Qualidade";};
  262. - if (val == 40013) {result = "Qualität";};
  263. + if (val == 40013) {result = "Qualität";};
  264. if (val == 20014) {result = "Kreni";};
  265. if (val == 30014) {result = "Iniciar";};
  266. if (val == 40014) {result = "Start";};
  267. if (val == 20015) {result = "Program za jednostavno smanjivanje slika";};
  268. - if (val == 30015) {result = "Programa fácil para redimensiamento de imagens";};
  269. - if (val == 40015) {result = "Programm zum mühelosen Verkleinern von Bildern";};
  270. + if (val == 30015) {result = "Programa fácil para redimensiamento de imagens";};
  271. + if (val == 40015) {result = "Programm zum mühelosen Verkleinern von Bildern";};
  272. if (val == 20016) {result = "Verzija: ";};
  273. - if (val == 30016) {result = "Versão: ";};
  274. + if (val == 30016) {result = "Versão: ";};
  275. if (val == 40016) {result = "Version: ";};
  276. if (val == 20017) {result = "Autor: ";};
  277. @@ -134,35 +134,35 @@
  278. if (val == 40018) {result = "Kontakt: ";};
  279. if (val == 20019) {result = "Licenca: ";};
  280. - if (val == 30019) {result = "Licença: ";};
  281. + if (val == 30019) {result = "Licença: ";};
  282. if (val == 40019) {result = "Lizenz: ";};
  283. if (val == 20020) {result = "Direktorijum sa slikama je prazan ili ne postoji";};
  284. - if (val == 30020) {result = "Diretório de imagens está vazio ou não existe";};
  285. + if (val == 30020) {result = "Diretório de imagens está vazio ou não existe";};
  286. if (val == 40020) {result = "Das Quell-Verzeichnis ist leer oder existiert nicht";};
  287. if (val == 20021) {result = "Molimo Vas da odaberete validan direktorijum";};
  288. - if (val == 30021) {result = "Por favor, escolhe diretório válido";};
  289. - if (val == 40021) {result = "Bitte wählen Sie ein gültiges Verzeichnis";};
  290. + if (val == 30021) {result = "Por favor, escolhe diretório válido";};
  291. + if (val == 40021) {result = "Bitte wählen Sie ein gültiges Verzeichnis";};
  292. if (val == 20022) {result = "Direktorijum za smanjene slike je prazan ili ne postoji";};
  293. - if (val == 30022) {result = "Diretório de destino está vazio ou não existe";};
  294. + if (val == 30022) {result = "Diretório de destino está vazio ou não existe";};
  295. if (val == 40022) {result = "Das Ziel-Verzeichnis ist leer oder existiert nicht";};
  296. if (val == 20023) {result = "Prefiks nije odabran";};
  297. - if (val == 30023) {result = "Prefixo está vazio";};
  298. - if (val == 40023) {result = "Es fehlt das Präfix für verkleinerte Bilder";};
  299. + if (val == 30023) {result = "Prefixo está vazio";};
  300. + if (val == 40023) {result = "Es fehlt das Präfix für verkleinerte Bilder";};
  301. if (val == 20024) {result = "Kada su oba direktorijuma ista, prefiks je obavezan";};
  302. - if (val == 30024) {result = "Quando os diretórios são iguais, prefixo é obrigatório";};
  303. - if (val == 40024) {result = "Wenn das Quell- und Zielverzeichnis identisch sind, muss ein Datei Präfix angegeben werden";};
  304. + if (val == 30024) {result = "Quando os diretórios são iguais, prefixo é obrigatório";};
  305. + if (val == 40024) {result = "Wenn das Quell- und Zielverzeichnis identisch sind, muss ein Datei Präfix angegeben werden";};
  306. if (val == 20025) {result = "Odaberi direktorijum";};
  307. - if (val == 30025) {result = "Escolhe o diretório";};
  308. - if (val == 40025) {result = "Wähle das Verzeichnis";};
  309. + if (val == 30025) {result = "Escolhe o diretório";};
  310. + if (val == 40025) {result = "Wähle das Verzeichnis";};
  311. if (val == 20026) {result = "Konfiguracija";};
  312. - if (val == 30026) {result = "Configuração";};
  313. + if (val == 30026) {result = "Configuração";};
  314. if (val == 40026) {result = "&Einstellungen";};
  315. if (val == 20027) {result = "Jezik";};
  316. @@ -175,11 +175,11 @@
  317. if (val == 20029) {result = QString("Korisni")+QChar(0x010D)+QString("ke veli")+QChar(0x010D)+QString("ne");};
  318. if (val == 30029) {result = "Tamanhos customizados";};
  319. - if (val == 40029) {result = "Frei gewählte Grösse";};
  320. + if (val == 40029) {result = "Frei gewählte Grösse";};
  321. if (val == 20030) {result = "Ukloni";};
  322. if (val == 30030) {result = "Exclui";};
  323. - if (val == 40030) {result = "Löschen";};
  324. + if (val == 40030) {result = "Löschen";};
  325. if (val == 20031) {result = "Odustani";};
  326. if (val == 30031) {result = "Cancelar";};
  327. @@ -190,7 +190,7 @@
  328. if (val == 40032) {result = "Vorgang Bilder verkleinern";};
  329. if (val == 20033) {result = "Otkazan od strane korisnika";};
  330. - if (val == 30033) {result = "Cancelado por usuário";};
  331. + if (val == 30033) {result = "Cancelado por usuário";};
  332. if (val == 40033) {result = "Durch den Benutzer beendet";};
  333. if (val == 20034) {result = "Prekini";};
  334. @@ -209,7 +209,7 @@
  335. if (val == 50010) {result = "Larghezza";};
  336. if (val == 50011) {result = "Altezza";};
  337. if (val == 50012) {result = "Prefisso";};
  338. - if (val == 50013) {result = "Qualità";};
  339. + if (val == 50013) {result = "Qualità";};
  340. if (val == 50014) {result = "Avvia";};
  341. if (val == 50015) {result = "Programma per ridimensionare facilmente gruppi di immagini";};
  342. if (val == 50016) {result = "Versione: ";};
  343. @@ -218,9 +218,9 @@
  344. if (val == 50019) {result = "Licenza: ";};
  345. if (val == 50020) {result = "Cartella sorgente inesistente o vuota";};
  346. if (val == 50021) {result = "Per favore, seleziona una cartella valida";};
  347. - if (val == 50022) {result = "La destinazione è vuota o inesistente";};
  348. + if (val == 50022) {result = "La destinazione è vuota o inesistente";};
  349. if (val == 50023) {result = "Nessun prefisso inserito per le immagini ridimensionate";};
  350. - if (val == 50024) {result = "Quando la cartella sorgente e di destinazione coincidono, è necessario un prefisso";};
  351. + if (val == 50024) {result = "Quando la cartella sorgente e di destinazione coincidono, è necessario un prefisso";};
  352. if (val == 50025) {result = "Seleziona una cartella";};
  353. if (val == 50026) {result = "Impostazioni";};
  354. if (val == 50027) {result = "Lingua";};
  355. @@ -233,77 +233,77 @@
  356. if (val == 50034) {result = "Annulla";};
  357. if (val == 50035) {result = "Aggiungi alle risoluzioni predefinite";};
  358. - if (val == 60001) {result = "&Fájl";};
  359. - if (val == 60002) {result = "&Súgó";};
  360. - if (val == 60003) {result = "&Kilépés";};
  361. - if (val == 60004) {result = "Online segítség...";};
  362. - if (val == 60005) {result = "&Névjegy...";};
  363. - if (val == 60006) {result = "Böngészés";};
  364. - if (val == 60007) {result = "Forrás könyvtár";};
  365. - if (val == 60008) {result = "Cél könyvtár";};
  366. - if (val == 60009) {result = "Átméretezés erre";};
  367. - if (val == 60010) {result = "Szélesség";};
  368. - if (val == 60011) {result = "Magasság";};
  369. - if (val == 60012) {result = "Fájl elõtag";};
  370. - if (val == 60013) {result = "Minõség";};
  371. - if (val == 60014) {result = "Indítás";};
  372. - if (val == 60015) {result = "Képek tömeges átméretezésére szolgáló program.";};
  373. - if (val == 60016) {result = "Verzió: ";};
  374. - if (val == 60017) {result = "Készítette: ";};
  375. - if (val == 60018) {result = "Elérhetõség: ";};
  376. + if (val == 60001) {result = "&Fájl";};
  377. + if (val == 60002) {result = "&Súgó";};
  378. + if (val == 60003) {result = "&Kilépés";};
  379. + if (val == 60004) {result = "Online segítség...";};
  380. + if (val == 60005) {result = "&Névjegy...";};
  381. + if (val == 60006) {result = "Böngészés";};
  382. + if (val == 60007) {result = "Forrás könyvtár";};
  383. + if (val == 60008) {result = "Cél könyvtár";};
  384. + if (val == 60009) {result = "�tméretezés erre";};
  385. + if (val == 60010) {result = "Szélesség";};
  386. + if (val == 60011) {result = "Magasság";};
  387. + if (val == 60012) {result = "Fájl elõtag";};
  388. + if (val == 60013) {result = "Minõség";};
  389. + if (val == 60014) {result = "Indítás";};
  390. + if (val == 60015) {result = "Képek tömeges átméretezésére szolgáló program.";};
  391. + if (val == 60016) {result = "Verzió: ";};
  392. + if (val == 60017) {result = "Készítette: ";};
  393. + if (val == 60018) {result = "Elérhetõség: ";};
  394. if (val == 60019) {result = "Licenc: ";};
  395. - if (val == 60020) {result = "A forrás könyvtár üres vagy nem létezik";};
  396. - if (val == 60021) {result = "Válasszon érvényes könyvtárat";};
  397. - if (val == 60022) {result = "A cél könyvtár üres vagy nem létezik";};
  398. - if (val == 60023) {result = "Nem lett az elõtag kitöltve";};
  399. - if (val == 60024) {result = "Ha a forrás és a cél könyvtár megegyezik, az elõtagot ki kell tölteni";};
  400. - if (val == 60025) {result = "Válasszon könyvtárat";};
  401. - if (val == 60026) {result = "Beállítások";};
  402. + if (val == 60020) {result = "A forrás könyvtár üres vagy nem létezik";};
  403. + if (val == 60021) {result = "Válasszon érvényes könyvtárat";};
  404. + if (val == 60022) {result = "A cél könyvtár üres vagy nem létezik";};
  405. + if (val == 60023) {result = "Nem lett az elõtag kitöltve";};
  406. + if (val == 60024) {result = "Ha a forrás és a cél könyvtár megegyezik, az elõtagot ki kell tölteni";};
  407. + if (val == 60025) {result = "Válasszon könyvtárat";};
  408. + if (val == 60026) {result = "Beállítások";};
  409. if (val == 60027) {result = "Nyelv";};
  410. - if (val == 60028) {result = "Fájl típusok";};
  411. - if (val == 60029) {result = "Egyedi méretû elemek";};
  412. - if (val == 60030) {result = "Eltávolítás";};
  413. - if (val == 60031) {result = "Mégse";};
  414. - if (val == 60032) {result = "Átméretezés";};
  415. - if (val == 60033) {result = "Felhasználói megszakítás";};
  416. - if (val == 60034) {result = "Megszakítás";};
  417. - if (val == 60035) {result = "Hozzáadás az elõre definiált felbontásokhoz";};
  418. + if (val == 60028) {result = "Fájl típusok";};
  419. + if (val == 60029) {result = "Egyedi méretû elemek";};
  420. + if (val == 60030) {result = "Eltávolítás";};
  421. + if (val == 60031) {result = "Mégse";};
  422. + if (val == 60032) {result = "�tméretezés";};
  423. + if (val == 60033) {result = "Felhasználói megszakítás";};
  424. + if (val == 60034) {result = "Megszakítás";};
  425. + if (val == 60035) {result = "Hozzáadás az elõre definiált felbontásokhoz";};
  426. if (val == 70001) {result = "&Fichier";};
  427. if (val == 70002) {result = "&Aide";};
  428. if (val == 70003) {result = "&Quitter";};
  429. if (val == 70004) {result = "Aide en ligne...";};
  430. - if (val == 70005) {result = "À &propos...";};
  431. + if (val == 70005) {result = "À &propos...";};
  432. if (val == 70006) {result = "Choisir";};
  433. - if (val == 70007) {result = "Répertoire source";};
  434. - if (val == 70008) {result = "Répertoire destination";};
  435. + if (val == 70007) {result = "Répertoire source";};
  436. + if (val == 70008) {result = "Répertoire destination";};
  437. if (val == 70009) {result = "Nouvelles dimensions";};
  438. if (val == 70010) {result = "Largeur";};
  439. if (val == 70011) {result = "Hauteur";};
  440. - if (val == 70012) {result = "Préfixe de fichier";};
  441. - if (val == 70013) {result = "Qualité";};
  442. + if (val == 70012) {result = "Préfixe de fichier";};
  443. + if (val == 70013) {result = "Qualité";};
  444. if (val == 70014) {result = "Commencer";};
  445. if (val == 70015) {result = "Logiciel pour redimensionner facilement des images par lots";};
  446. if (val == 70016) {result = "Version : ";};
  447. if (val == 70017) {result = "Auteur : ";};
  448. if (val == 70018) {result = "Contact : ";};
  449. if (val == 70019) {result = "Licence : ";};
  450. - if (val == 70020) {result = "Le répertoire source est vide ou n'existe pas";};
  451. - if (val == 70021) {result = "Choisissez un répertoire valide";};
  452. - if (val == 70022) {result = "Le répertoire destination est vide ou n'existe pas";};
  453. - if (val == 70023) {result = "Le préfixe pour les images redimensionnées n'a pas été indiqué.";};
  454. - if (val == 70024) {result = "Un préfixe doit être spécifié quand les répertoires source et destination sont identiques.";};
  455. - if (val == 70025) {result = "Choisir un répertoire";};
  456. - if (val == 70026) {result = "Paramètres";};
  457. + if (val == 70020) {result = "Le répertoire source est vide ou n'existe pas";};
  458. + if (val == 70021) {result = "Choisissez un répertoire valide";};
  459. + if (val == 70022) {result = "Le répertoire destination est vide ou n'existe pas";};
  460. + if (val == 70023) {result = "Le préfixe pour les images redimensionnées n'a pas été indiqué.";};
  461. + if (val == 70024) {result = "Un préfixe doit être spécifié quand les répertoires source et destination sont identiques.";};
  462. + if (val == 70025) {result = "Choisir un répertoire";};
  463. + if (val == 70026) {result = "Paramètres";};
  464. if (val == 70027) {result = "Langue";};
  465. if (val == 70028) {result = "Types de fichier";};
  466. - if (val == 70029) {result = "Dimensions personnalisées";};
  467. + if (val == 70029) {result = "Dimensions personnalisées";};
  468. if (val == 70030) {result = "Supprimer";};
  469. if (val == 70031) {result = "Annuler";};
  470. if (val == 70032) {result = "Redimensionnement en cours";};
  471. - if (val == 70033) {result = "Abandonné par l'utilisateur";};
  472. + if (val == 70033) {result = "Abandonné par l'utilisateur";};
  473. if (val == 70034) {result = "Abandonner";};
  474. - if (val == 70035) {result = "Ajouter aux résolutions prédéfinies";};
  475. + if (val == 70035) {result = "Ajouter aux résolutions prédéfinies";};
  476. if (val == 80001) {result = "&????";};
  477. if (val == 80002) {result = "&???????";};
  478. diff -Naur baires/ui_config.h baires.patched/ui_config.h
  479. --- baires/ui_config.h 2010-01-11 05:26:29.000000000 -0500
  480. +++ baires.patched/ui_config.h 1969-12-31 19:00:00.000000000 -0500
  481. @@ -1,126 +0,0 @@
  482. -/********************************************************************************
  483. -** Form generated from reading ui file 'config.ui'
  484. -**
  485. -** Created: Mon Jan 11 08:26:29 2010
  486. -** by: Qt User Interface Compiler version 4.5.0
  487. -**
  488. -** WARNING! All changes made in this file will be lost when recompiling ui file!
  489. -********************************************************************************/
  490. -
  491. -#ifndef UI_CONFIG_H
  492. -#define UI_CONFIG_H
  493. -
  494. -#include <QtCore/QVariant>
  495. -#include <QtGui/QAction>
  496. -#include <QtGui/QApplication>
  497. -#include <QtGui/QButtonGroup>
  498. -#include <QtGui/QCheckBox>
  499. -#include <QtGui/QComboBox>
  500. -#include <QtGui/QDialog>
  501. -#include <QtGui/QDialogButtonBox>
  502. -#include <QtGui/QGroupBox>
  503. -#include <QtGui/QHeaderView>
  504. -#include <QtGui/QLabel>
  505. -#include <QtGui/QListWidget>
  506. -#include <QtGui/QPushButton>
  507. -
  508. -QT_BEGIN_NAMESPACE
  509. -
  510. -class Ui_config
  511. -{
  512. -public:
  513. - QDialogButtonBox *buttonBox;
  514. - QLabel *lblLanguage;
  515. - QGroupBox *groupBox;
  516. - QCheckBox *chkJpg;
  517. - QCheckBox *chkPng;
  518. - QCheckBox *chkBmp;
  519. - QCheckBox *chkTif;
  520. - QComboBox *cmbLanguage;
  521. - QListWidget *listSize;
  522. - QLabel *lblRemove;
  523. - QPushButton *btnRemove;
  524. -
  525. - void setupUi(QDialog *config)
  526. - {
  527. - if (config->objectName().isEmpty())
  528. - config->setObjectName(QString::fromUtf8("config"));
  529. - config->resize(390, 280);
  530. - config->setModal(true);
  531. - buttonBox = new QDialogButtonBox(config);
  532. - buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  533. - buttonBox->setGeometry(QRect(30, 240, 341, 32));
  534. - buttonBox->setOrientation(Qt::Horizontal);
  535. - buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  536. - lblLanguage = new QLabel(config);
  537. - lblLanguage->setObjectName(QString::fromUtf8("lblLanguage"));
  538. - lblLanguage->setGeometry(QRect(13, 15, 111, 16));
  539. - groupBox = new QGroupBox(config);
  540. - groupBox->setObjectName(QString::fromUtf8("groupBox"));
  541. - groupBox->setGeometry(QRect(193, 15, 191, 211));
  542. - chkJpg = new QCheckBox(groupBox);
  543. - chkJpg->setObjectName(QString::fromUtf8("chkJpg"));
  544. - chkJpg->setGeometry(QRect(20, 30, 82, 23));
  545. - chkPng = new QCheckBox(groupBox);
  546. - chkPng->setObjectName(QString::fromUtf8("chkPng"));
  547. - chkPng->setGeometry(QRect(20, 60, 82, 23));
  548. - chkBmp = new QCheckBox(groupBox);
  549. - chkBmp->setObjectName(QString::fromUtf8("chkBmp"));
  550. - chkBmp->setGeometry(QRect(20, 90, 82, 23));
  551. - chkTif = new QCheckBox(groupBox);
  552. - chkTif->setObjectName(QString::fromUtf8("chkTif"));
  553. - chkTif->setGeometry(QRect(20, 120, 82, 23));
  554. - cmbLanguage = new QComboBox(config);
  555. - cmbLanguage->setObjectName(QString::fromUtf8("cmbLanguage"));
  556. - cmbLanguage->setGeometry(QRect(10, 30, 141, 24));
  557. - listSize = new QListWidget(config);
  558. - listSize->setObjectName(QString::fromUtf8("listSize"));
  559. - listSize->setGeometry(QRect(10, 90, 141, 111));
  560. - lblRemove = new QLabel(config);
  561. - lblRemove->setObjectName(QString::fromUtf8("lblRemove"));
  562. - lblRemove->setGeometry(QRect(10, 70, 141, 16));
  563. - btnRemove = new QPushButton(config);
  564. - btnRemove->setObjectName(QString::fromUtf8("btnRemove"));
  565. - btnRemove->setGeometry(QRect(9, 203, 97, 24));
  566. -
  567. - retranslateUi(config);
  568. - QObject::connect(buttonBox, SIGNAL(accepted()), config, SLOT(accept()));
  569. - QObject::connect(buttonBox, SIGNAL(rejected()), config, SLOT(reject()));
  570. -
  571. - QMetaObject::connectSlotsByName(config);
  572. - } // setupUi
  573. -
  574. - void retranslateUi(QDialog *config)
  575. - {
  576. - config->setWindowTitle(QString());
  577. - lblLanguage->setText(QApplication::translate("config", "Language", 0, QApplication::UnicodeUTF8));
  578. - groupBox->setTitle(QApplication::translate("config", "File types", 0, QApplication::UnicodeUTF8));
  579. - chkJpg->setText(QApplication::translate("config", "JPEG", 0, QApplication::UnicodeUTF8));
  580. - chkPng->setText(QApplication::translate("config", "PNG", 0, QApplication::UnicodeUTF8));
  581. - chkBmp->setText(QApplication::translate("config", "BMP", 0, QApplication::UnicodeUTF8));
  582. - chkTif->setText(QApplication::translate("config", "TIFF", 0, QApplication::UnicodeUTF8));
  583. - cmbLanguage->clear();
  584. - cmbLanguage->insertItems(0, QStringList()
  585. - << QApplication::translate("config", "English", 0, QApplication::UnicodeUTF8)
  586. - << QApplication::translate("config", "Srpski", 0, QApplication::UnicodeUTF8)
  587. - << QApplication::translate("config", "Portugu\303\252s", 0, QApplication::UnicodeUTF8)
  588. - << QApplication::translate("config", "Deutsch", 0, QApplication::UnicodeUTF8)
  589. - << QApplication::translate("config", "Italiano", 0, QApplication::UnicodeUTF8)
  590. - << QApplication::translate("config", "Magyar", 0, QApplication::UnicodeUTF8)
  591. - << QApplication::translate("config", "Fran\303\247ais", 0, QApplication::UnicodeUTF8)
  592. - << QApplication::translate("config", "Ruski", 0, QApplication::UnicodeUTF8)
  593. - );
  594. - lblRemove->setText(QApplication::translate("config", "Remove size items", 0, QApplication::UnicodeUTF8));
  595. - btnRemove->setText(QApplication::translate("config", "Remove", 0, QApplication::UnicodeUTF8));
  596. - Q_UNUSED(config);
  597. - } // retranslateUi
  598. -
  599. -};
  600. -
  601. -namespace Ui {
  602. - class config: public Ui_config {};
  603. -} // namespace Ui
  604. -
  605. -QT_END_NAMESPACE
  606. -
  607. -#endif // UI_CONFIG_H
  608. diff -Naur baires/ui_mainwindow.h baires.patched/ui_mainwindow.h
  609. --- baires/ui_mainwindow.h 2010-04-22 12:14:03.000000000 -0400
  610. +++ baires.patched/ui_mainwindow.h 1969-12-31 19:00:00.000000000 -0500
  611. @@ -1,295 +0,0 @@
  612. -/********************************************************************************
  613. -** Form generated from reading UI file 'mainwindow.ui'
  614. -**
  615. -** Created
  616. -** by: Qt User Interface Compiler version 4.6.2
  617. -**
  618. -** WARNING! All changes made in this file will be lost when recompiling UI file!
  619. -********************************************************************************/
  620. -
  621. -#ifndef UI_MAINWINDOW_H
  622. -#define UI_MAINWINDOW_H
  623. -
  624. -#include <QtCore/QVariant>
  625. -#include <QtGui/QAction>
  626. -#include <QtGui/QApplication>
  627. -#include <QtGui/QButtonGroup>
  628. -#include <QtGui/QCheckBox>
  629. -#include <QtGui/QComboBox>
  630. -#include <QtGui/QHBoxLayout>
  631. -#include <QtGui/QHeaderView>
  632. -#include <QtGui/QLabel>
  633. -#include <QtGui/QLineEdit>
  634. -#include <QtGui/QMainWindow>
  635. -#include <QtGui/QMenu>
  636. -#include <QtGui/QMenuBar>
  637. -#include <QtGui/QProgressBar>
  638. -#include <QtGui/QPushButton>
  639. -#include <QtGui/QSlider>
  640. -#include <QtGui/QSpinBox>
  641. -#include <QtGui/QStatusBar>
  642. -#include <QtGui/QToolBar>
  643. -#include <QtGui/QWidget>
  644. -
  645. -QT_BEGIN_NAMESPACE
  646. -
  647. -class Ui_MainWindowClass
  648. -{
  649. -public:
  650. - QAction *actionE_xit;
  651. - QAction *actionOnline_Help;
  652. - QAction *action_About;
  653. - QAction *actionSe_ttings;
  654. - QWidget *centralWidget;
  655. - QLabel *lblSource;
  656. - QWidget *horizontalLayoutWidget;
  657. - QHBoxLayout *horizontalLayout;
  658. - QLineEdit *edtSource;
  659. - QPushButton *btnSource;
  660. - QWidget *horizontalLayoutWidget_2;
  661. - QHBoxLayout *horizontalLayout_2;
  662. - QLineEdit *edtDest;
  663. - QPushButton *btnDest;
  664. - QLabel *lblDest;
  665. - QComboBox *cmbRes;
  666. - QWidget *horizontalLayoutWidget_3;
  667. - QHBoxLayout *horizontalLayout_3;
  668. - QSpinBox *spnWidth;
  669. - QSpinBox *spnHeight;
  670. - QLabel *lblResizeto;
  671. - QLabel *lblHeight;
  672. - QLabel *lblPrefix;
  673. - QLineEdit *edtPrefix;
  674. - QPushButton *btnStart;
  675. - QProgressBar *progressBar;
  676. - QSlider *hSlider;
  677. - QLabel *lblQuality;
  678. - QLabel *lblWidth;
  679. - QPushButton *btnAdd;
  680. - QPushButton *btnAbort;
  681. - QCheckBox *chkDownsize;
  682. - QCheckBox *chkFoceAspect;
  683. - QMenuBar *menuBar;
  684. - QMenu *menu_File;
  685. - QMenu *menu_Help;
  686. - QToolBar *mainToolBar;
  687. - QStatusBar *statusBar;
  688. -
  689. - void setupUi(QMainWindow *MainWindowClass)
  690. - {
  691. - if (MainWindowClass->objectName().isEmpty())
  692. - MainWindowClass->setObjectName(QString::fromUtf8("MainWindowClass"));
  693. - MainWindowClass->resize(489, 310);
  694. - MainWindowClass->setMinimumSize(QSize(489, 276));
  695. - MainWindowClass->setMaximumSize(QSize(489, 400));
  696. - actionE_xit = new QAction(MainWindowClass);
  697. - actionE_xit->setObjectName(QString::fromUtf8("actionE_xit"));
  698. - actionOnline_Help = new QAction(MainWindowClass);
  699. - actionOnline_Help->setObjectName(QString::fromUtf8("actionOnline_Help"));
  700. - action_About = new QAction(MainWindowClass);
  701. - action_About->setObjectName(QString::fromUtf8("action_About"));
  702. - actionSe_ttings = new QAction(MainWindowClass);
  703. - actionSe_ttings->setObjectName(QString::fromUtf8("actionSe_ttings"));
  704. - centralWidget = new QWidget(MainWindowClass);
  705. - centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  706. - lblSource = new QLabel(centralWidget);
  707. - lblSource->setObjectName(QString::fromUtf8("lblSource"));
  708. - lblSource->setGeometry(QRect(10, 0, 271, 16));
  709. - horizontalLayoutWidget = new QWidget(centralWidget);
  710. - horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
  711. - horizontalLayoutWidget->setGeometry(QRect(7, 13, 471, 31));
  712. - horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
  713. - horizontalLayout->setSpacing(6);
  714. - horizontalLayout->setContentsMargins(11, 11, 11, 11);
  715. - horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  716. - horizontalLayout->setContentsMargins(0, 0, 0, 0);
  717. - edtSource = new QLineEdit(horizontalLayoutWidget);
  718. - edtSource->setObjectName(QString::fromUtf8("edtSource"));
  719. -
  720. - horizontalLayout->addWidget(edtSource);
  721. -
  722. - btnSource = new QPushButton(horizontalLayoutWidget);
  723. - btnSource->setObjectName(QString::fromUtf8("btnSource"));
  724. -
  725. - horizontalLayout->addWidget(btnSource);
  726. -
  727. - horizontalLayoutWidget_2 = new QWidget(centralWidget);
  728. - horizontalLayoutWidget_2->setObjectName(QString::fromUtf8("horizontalLayoutWidget_2"));
  729. - horizontalLayoutWidget_2->setGeometry(QRect(6, 62, 471, 31));
  730. - horizontalLayout_2 = new QHBoxLayout(horizontalLayoutWidget_2);
  731. - horizontalLayout_2->setSpacing(6);
  732. - horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
  733. - horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  734. - horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
  735. - edtDest = new QLineEdit(horizontalLayoutWidget_2);
  736. - edtDest->setObjectName(QString::fromUtf8("edtDest"));
  737. -
  738. - horizontalLayout_2->addWidget(edtDest);
  739. -
  740. - btnDest = new QPushButton(horizontalLayoutWidget_2);
  741. - btnDest->setObjectName(QString::fromUtf8("btnDest"));
  742. -
  743. - horizontalLayout_2->addWidget(btnDest);
  744. -
  745. - lblDest = new QLabel(centralWidget);
  746. - lblDest->setObjectName(QString::fromUtf8("lblDest"));
  747. - lblDest->setGeometry(QRect(10, 50, 291, 16));
  748. - cmbRes = new QComboBox(centralWidget);
  749. - cmbRes->setObjectName(QString::fromUtf8("cmbRes"));
  750. - cmbRes->setGeometry(QRect(8, 114, 151, 24));
  751. - horizontalLayoutWidget_3 = new QWidget(centralWidget);
  752. - horizontalLayoutWidget_3->setObjectName(QString::fromUtf8("horizontalLayoutWidget_3"));
  753. - horizontalLayoutWidget_3->setGeometry(QRect(169, 111, 221, 31));
  754. - horizontalLayout_3 = new QHBoxLayout(horizontalLayoutWidget_3);
  755. - horizontalLayout_3->setSpacing(6);
  756. - horizontalLayout_3->setContentsMargins(11, 11, 11, 11);
  757. - horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  758. - horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
  759. - spnWidth = new QSpinBox(horizontalLayoutWidget_3);
  760. - spnWidth->setObjectName(QString::fromUtf8("spnWidth"));
  761. - spnWidth->setEnabled(false);
  762. - spnWidth->setMinimum(16);
  763. - spnWidth->setMaximum(50000);
  764. - spnWidth->setValue(1024);
  765. -
  766. - horizontalLayout_3->addWidget(spnWidth);
  767. -
  768. - spnHeight = new QSpinBox(horizontalLayoutWidget_3);
  769. - spnHeight->setObjectName(QString::fromUtf8("spnHeight"));
  770. - spnHeight->setEnabled(false);
  771. - spnHeight->setMinimum(16);
  772. - spnHeight->setMaximum(50000);
  773. - spnHeight->setValue(768);
  774. -
  775. - horizontalLayout_3->addWidget(spnHeight);
  776. -
  777. - lblResizeto = new QLabel(centralWidget);
  778. - lblResizeto->setObjectName(QString::fromUtf8("lblResizeto"));
  779. - lblResizeto->setGeometry(QRect(10, 100, 141, 16));
  780. - lblHeight = new QLabel(centralWidget);
  781. - lblHeight->setObjectName(QString::fromUtf8("lblHeight"));
  782. - lblHeight->setEnabled(false);
  783. - lblHeight->setGeometry(QRect(287, 100, 102, 15));
  784. - lblPrefix = new QLabel(centralWidget);
  785. - lblPrefix->setObjectName(QString::fromUtf8("lblPrefix"));
  786. - lblPrefix->setGeometry(QRect(12, 192, 101, 16));
  787. - edtPrefix = new QLineEdit(centralWidget);
  788. - edtPrefix->setObjectName(QString::fromUtf8("edtPrefix"));
  789. - edtPrefix->setGeometry(QRect(8, 204, 113, 25));
  790. - btnStart = new QPushButton(centralWidget);
  791. - btnStart->setObjectName(QString::fromUtf8("btnStart"));
  792. - btnStart->setGeometry(QRect(386, 202, 96, 24));
  793. - progressBar = new QProgressBar(centralWidget);
  794. - progressBar->setObjectName(QString::fromUtf8("progressBar"));
  795. - progressBar->setGeometry(QRect(10, 232, 470, 23));
  796. - progressBar->setValue(0);
  797. - hSlider = new QSlider(centralWidget);
  798. - hSlider->setObjectName(QString::fromUtf8("hSlider"));
  799. - hSlider->setGeometry(QRect(130, 203, 160, 23));
  800. - hSlider->setMinimum(10);
  801. - hSlider->setMaximum(100);
  802. - hSlider->setPageStep(1);
  803. - hSlider->setValue(75);
  804. - hSlider->setOrientation(Qt::Horizontal);
  805. - lblQuality = new QLabel(centralWidget);
  806. - lblQuality->setObjectName(QString::fromUtf8("lblQuality"));
  807. - lblQuality->setGeometry(QRect(130, 192, 111, 16));
  808. - lblWidth = new QLabel(centralWidget);
  809. - lblWidth->setObjectName(QString::fromUtf8("lblWidth"));
  810. - lblWidth->setEnabled(false);
  811. - lblWidth->setGeometry(QRect(174, 102, 102, 15));
  812. - btnAdd = new QPushButton(centralWidget);
  813. - btnAdd->setObjectName(QString::fromUtf8("btnAdd"));
  814. - btnAdd->setGeometry(QRect(394, 111, 41, 31));
  815. - QIcon icon;
  816. - icon.addFile(QString::fromUtf8("../../../../../../usr/share/icons/oxygen/16x16/actions/vcs_add.png"), QSize(), QIcon::Normal, QIcon::Off);
  817. - btnAdd->setIcon(icon);
  818. - btnAbort = new QPushButton(centralWidget);
  819. - btnAbort->setObjectName(QString::fromUtf8("btnAbort"));
  820. - btnAbort->setEnabled(false);
  821. - btnAbort->setGeometry(QRect(305, 202, 81, 24));
  822. - chkDownsize = new QCheckBox(centralWidget);
  823. - chkDownsize->setObjectName(QString::fromUtf8("chkDownsize"));
  824. - chkDownsize->setGeometry(QRect(10, 150, 151, 23));
  825. - chkFoceAspect = new QCheckBox(centralWidget);
  826. - chkFoceAspect->setObjectName(QString::fromUtf8("chkFoceAspect"));
  827. - chkFoceAspect->setEnabled(false);
  828. - chkFoceAspect->setGeometry(QRect(170, 150, 261, 23));
  829. - MainWindowClass->setCentralWidget(centralWidget);
  830. - menuBar = new QMenuBar(MainWindowClass);
  831. - menuBar->setObjectName(QString::fromUtf8("menuBar"));
  832. - menuBar->setGeometry(QRect(0, 0, 489, 21));
  833. - menu_File = new QMenu(menuBar);
  834. - menu_File->setObjectName(QString::fromUtf8("menu_File"));
  835. - menu_Help = new QMenu(menuBar);
  836. - menu_Help->setObjectName(QString::fromUtf8("menu_Help"));
  837. - MainWindowClass->setMenuBar(menuBar);
  838. - mainToolBar = new QToolBar(MainWindowClass);
  839. - mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
  840. - MainWindowClass->addToolBar(Qt::TopToolBarArea, mainToolBar);
  841. - statusBar = new QStatusBar(MainWindowClass);
  842. - statusBar->setObjectName(QString::fromUtf8("statusBar"));
  843. - MainWindowClass->setStatusBar(statusBar);
  844. - QWidget::setTabOrder(edtSource, btnSource);
  845. - QWidget::setTabOrder(btnSource, edtDest);
  846. - QWidget::setTabOrder(edtDest, btnDest);
  847. - QWidget::setTabOrder(btnDest, cmbRes);
  848. - QWidget::setTabOrder(cmbRes, spnWidth);
  849. - QWidget::setTabOrder(spnWidth, spnHeight);
  850. - QWidget::setTabOrder(spnHeight, edtPrefix);
  851. - QWidget::setTabOrder(edtPrefix, btnStart);
  852. -
  853. - menuBar->addAction(menu_File->menuAction());
  854. - menuBar->addAction(menu_Help->menuAction());
  855. - menu_File->addSeparator();
  856. - menu_File->addAction(actionSe_ttings);
  857. - menu_File->addSeparator();
  858. - menu_File->addAction(actionE_xit);
  859. - menu_Help->addAction(actionOnline_Help);
  860. - menu_Help->addSeparator();
  861. - menu_Help->addAction(action_About);
  862. -
  863. - retranslateUi(MainWindowClass);
  864. - QObject::connect(edtSource, SIGNAL(returnPressed()), edtDest, SLOT(setFocus()));
  865. - QObject::connect(edtDest, SIGNAL(returnPressed()), edtPrefix, SLOT(setFocus()));
  866. - QObject::connect(edtPrefix, SIGNAL(returnPressed()), btnStart, SLOT(setFocus()));
  867. -
  868. - QMetaObject::connectSlotsByName(MainWindowClass);
  869. - } // setupUi
  870. -
  871. - void retranslateUi(QMainWindow *MainWindowClass)
  872. - {
  873. - MainWindowClass->setWindowTitle(QApplication::translate("MainWindowClass", "Baires - Batch image resizer", 0, QApplication::UnicodeUTF8));
  874. - actionE_xit->setText(QApplication::translate("MainWindowClass", "E&xit", 0, QApplication::UnicodeUTF8));
  875. - actionOnline_Help->setText(QApplication::translate("MainWindowClass", "Online Help", 0, QApplication::UnicodeUTF8));
  876. - actionOnline_Help->setShortcut(QApplication::translate("MainWindowClass", "F1", 0, QApplication::UnicodeUTF8));
  877. - action_About->setText(QApplication::translate("MainWindowClass", "&About", 0, QApplication::UnicodeUTF8));
  878. - actionSe_ttings->setText(QApplication::translate("MainWindowClass", "Se&ttings", 0, QApplication::UnicodeUTF8));
  879. - lblSource->setText(QApplication::translate("MainWindowClass", "Source directory", 0, QApplication::UnicodeUTF8));
  880. - btnSource->setText(QApplication::translate("MainWindowClass", "Browse", 0, QApplication::UnicodeUTF8));
  881. - btnDest->setText(QApplication::translate("MainWindowClass", "Browse", 0, QApplication::UnicodeUTF8));
  882. - lblDest->setText(QApplication::translate("MainWindowClass", "Destination directory", 0, QApplication::UnicodeUTF8));
  883. - lblResizeto->setText(QApplication::translate("MainWindowClass", "Resize to", 0, QApplication::UnicodeUTF8));
  884. - lblHeight->setText(QApplication::translate("MainWindowClass", "Height", 0, QApplication::UnicodeUTF8));
  885. - lblPrefix->setText(QApplication::translate("MainWindowClass", "File prefix", 0, QApplication::UnicodeUTF8));
  886. - edtPrefix->setText(QApplication::translate("MainWindowClass", "rz_", 0, QApplication::UnicodeUTF8));
  887. - btnStart->setText(QApplication::translate("MainWindowClass", "Start", 0, QApplication::UnicodeUTF8));
  888. - lblQuality->setText(QApplication::translate("MainWindowClass", "Quality", 0, QApplication::UnicodeUTF8));
  889. - lblWidth->setText(QApplication::translate("MainWindowClass", "Width", 0, QApplication::UnicodeUTF8));
  890. - btnAdd->setText(QString());
  891. - btnAbort->setText(QApplication::translate("MainWindowClass", "Abort", 0, QApplication::UnicodeUTF8));
  892. - chkDownsize->setText(QApplication::translate("MainWindowClass", "Downsize only", 0, QApplication::UnicodeUTF8));
  893. - chkFoceAspect->setText(QApplication::translate("MainWindowClass", "Force aspect ratio (width as base)", 0, QApplication::UnicodeUTF8));
  894. - menu_File->setTitle(QApplication::translate("MainWindowClass", "&File", 0, QApplication::UnicodeUTF8));
  895. - menu_Help->setTitle(QApplication::translate("MainWindowClass", "&Help", 0, QApplication::UnicodeUTF8));
  896. - } // retranslateUi
  897. -
  898. -};
  899. -
  900. -namespace Ui {
  901. - class MainWindowClass: public Ui_MainWindowClass {};
  902. -} // namespace Ui
  903. -
  904. -QT_END_NAMESPACE
  905. -
  906. -#endif // UI_MAINWINDOW_H