Qt Widgets for Technical Applications
The Qwt library contains GUI Components and utility classes which are
primarily useful for programs with a technical background. Beside a 2D
plot widget it provides scales, sliders, dials, compasses, thermometers,
wheels and knobs to control or display values, arrays, or ranges of type
double.
- Developed at science
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/qwt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
qwt-5.2.3.pdf | 0001438638 1.37 MB | |
qwt-5.2.3.tar.bz2 | 0001983725 1.89 MB | |
qwt-rpmlintrc | 0000000477 477 Bytes | |
qwt.changes | 0000005296 5.17 KB | |
qwt.spec | 0000004925 4.81 KB |
Revision 13 (latest revision is 18)
Stephan Kulow (coolo)
accepted
request 226083
from
Hrvoje Senjan (sumski)
(revision 13)
updated to version 5.2.3
Comments 1
The mismatch in this package installed with zypper in openSUSE15.3 is that the RPM installs include files in the directory
/qt5/
but the specification of the CFLAGS in thepkgconfig/qwt5-qt5.pc
file say that they are in the/qwt5-qt5/
directory. So the include-path reported bypkg-config --cflags qwt5-qt5
will be wrong after the package has been installed.