Basic C++ objects for GUI applications: automatic storage of dialog properties, interface for Q Script for Applications, ...
Available for all platforms (Linux, Mac OS X and Windows).
Requires Qt4 and a good compiler (gcc for instance).
| Unpacking the archive |
$ tar xvfpz qtbguitools-X.X.X.tar.gz $ cd qtbguitools-X.X.X |
| Configure the installation path (Linux and Mac) |
$ ./configure -prefix $HOME |
| Configure the installation path (Windows) |
$ configure -prefix "C:\Program Files\geopsy" |
You will be prompted for the license agreement. You are ready to compile and to install the package:
| Compile and install |
$ make install |
| Date | Release | Binary packages | Sources | Dependencies | |
|---|---|---|---|---|---|
| Mac OS X | Windows | ||||
| September 22th 2005 | 1.0.0 | qtbguitools-1.0.0.tar.gz |
QtCore (>=4.0.1) QtGui (>=4.0.1) qtbtools (>=1.1.1) |
||
Copyright (C) 2005 Marc Wathelet
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 2 of the License, or (at your option) any later version.
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.
Modified June 22 2005 by Marc Wathelet