
'Q' DVD-Author
Video Apps by QDVDAuthor 81 comments
Qt5 translation:
https://www.linux-apps.com/p/1135996/ - Sep 19 2019
https://www.linux-apps.com/p/1135996/ - Sep 19 2019
How to exit compact mode:
Place the mouse corsor in the area where the toolbar was (the right half of it), press the right mouse button, choose from the shown menu the "Normal mode" entry.
In comparison with OpenSuse 11.0 I had on OpenSuSE 11.1 to move the directory /usr/share/apps/qtrans to /usr/share/kde4/apps/qtrans to display the README file.
To find under: toolbar->help button (on the "arrow down" right from it)->Contents. - Feb 27 2009
Place the mouse corsor in the area where the toolbar was (the right half of it), press the right mouse button, choose from the shown menu the "Normal mode" entry.
In comparison with OpenSuse 11.0 I had on OpenSuSE 11.1 to move the directory /usr/share/apps/qtrans to /usr/share/kde4/apps/qtrans to display the README file.
To find under: toolbar->help button (on the "arrow down" right from it)->Contents. - Feb 27 2009
On OpenSuSE 11.0 x86_32 the following works:
cd qtrans-0.2.0.8
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
But the following doesn't work (because "make" doesn't find qtrans.moc):
cd qtrans-0.2.0.8
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make - Sep 13 2008
cd qtrans-0.2.0.8
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
But the following doesn't work (because "make" doesn't find qtrans.moc):
cd qtrans-0.2.0.8
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make - Sep 13 2008