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
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/qwt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000515 515 Bytes | |
_servicedata | 0000000236 236 Bytes | |
qwt-5.2.3_qt5+git20181129.2819734.tar.xz | 0001586748 1.51 MB | |
qwt-Qt_5.13.patch | 0000000646 646 Bytes | |
qwt.changes | 0000006378 6.23 KB | |
qwt.spec | 0000004232 4.13 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1148819
from
Atri Bhattacharya (badshah400)
(revision 18)
- Rename generically named man file "deprecated" to "qwt-deprecated". - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
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.