View | Details | Raw Unified | Return to bug 204672 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/pyqt.mk (+245 lines)
Line 0 Link Here
1
# $FreeBSD$
2
# pyqt.mk - Global definitions for PyQt related ports
3
#           Provides USE_PYQT accepting a list of py-qt components to depend on
4
#           	* foo_build    only build depend
5
#               * foo_run      only run depend
6
#               * foo          both (default)
7
#
8
# Feature:	pyqt
9
# Usage:	USES=pyqt:ARGS
10
# Valid ARGS:	4,5
11
#
12
# MAINTAINER:	kde@freebsd.org
13
#
14
# Internal Port variables for py-qt ports:
15
# PYQT_DIST            - This port is part of PyQt4/5 itself. Variables and
16
#                         targets are then set assuming a certain tarball and
17
#                         port layout.
18
#
19
20
.if !defined(_INCLUDE_USES_PYQT_MK)
21
_INCLUDE_USES_PYQT_MK=	yes
22
23
# at the moment we support py-qt bindings versions 4 and 5 -- dummy for sip
24
_PYQT_SUPPORTED=        4 5 dummy
25
26
.if empty(pyqt_ARGS)
27
IGNORE=	pyqt needs a qt-version (${_PYQT_SUPPORTED})
28
.endif
29
30
# at the moment we support py-qt bindings versions 4 and 5
31
.for ver in ${_PYQT_SUPPORTED:O:u}
32
.  if ${pyqt_ARGS:M${ver}}
33
.    if empty(_PYQT_VERSION)
34
_PYQT_VERSION=  ${ver}
35
.    else
36
IGNORE?=        cannot be installed: different PYQT versions specified via pyqt:[${_PYQT_SUPPORTED:S/ //g}] #'
37
.    endif
38
.  endif
39
.endfor
40
41
.if empty(_PYQT_VERSION)
42
IGNORE?=        pyqt:[${_PYQT_SUPPORTED:S/ //g}] needs an argument  #'
43
.error          pyqt:[${_PYQT_SUPPORTED:S/ //g}] needs an argument  # ... something is not working right
44
.endif
45
46
PYQT_MAINTAINER=	kde@FreeBSD.org
47
48
MASTER_SITE_RIVERBANK=	http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/
49
50
MASTER_SITES_SIP=	SF/pyqt/sip/sip-${PORTVERSION} \
51
			GENTOO
52
MASTER_SITES_PYQT4=	SF/pyqt/PyQt4/PyQt-${PORTVERSION} \
53
			GENTOO
54
MASTER_SITES_PYQT5=	SF/pyqt/PyQt5/PyQt-${PORTVERSION} \
55
			GENTOO
56
MASTER_SITES_QSCI2=	SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
57
			GENTOO
58
59
SIP_VERSION=		4.17
60
QSCI2_VERSION=		2.9
61
PYQT4_VERSION=		4.11.4
62
PYQT5_VERSION=		5.5.1
63
64
SIP_DISTNAME=		sip-${SIP_VERSION}
65
PYQT4_DISTNAME=		PyQt-x11-gpl-${PYQT4_VERSION}
66
PYQT4_DISTINFO_FILE=	${.CURDIR}/../../devel/${PYQT_RELNAME}/distinfo
67
PYQT5_DISTNAME=		PyQt-gpl-${PYQT5_VERSION}
68
PYQT5_DISTINFO_FILE=	${.CURDIR}/../../devel/py-qt5/distinfo
69
QSCI2_DISTNAME=		QScintilla-gpl-${QSCI2_VERSION}
70
QSCI2_DISTINFO_FILE=	${.CURDIR}/../../devel/qscintilla2-qt${_PYQT_VERSION}/distinfo
71
72
# pyqt components split up into pyqt4/pyqt5/...
73
_USE_PYQT_ALL=		core dbus demo designer  doc gui  \
74
			multimedia network opengl qscintilla2 \
75
			sql svg test webkit xml xmlpatterns sip
76
# list of components only in pyqt4
77
_USE_PYQT4_ONLY=	assistant declarative dbussupport \
78
			designerplugin help phonon script \
79
			scripttools
80
# list of components only in pyqt5
81
_USE_PYQT5_ONLY=	printsupport serialport \
82
			webkitwidgets widgets
83
84
# unversioned variables for the rest of the file
85
PYQT_VERSION=		${PYQT${_PYQT_VERSION}_VERSION}
86
PYQT_RELNAME=		py-qt${_PYQT_VERSION}
87
PYQT_PRELNAME=		${PYTHON_PKGNAMEPREFIX}qt${_PYQT_VERSION}
88
PYQT_MASTERSITES=	${MASTER_SITES_PYQT${_PYQT_VERSION}}
89
PYQT_DISTNAME=		${PYQT${_PYQT_VERSION}_DISTNAME}
90
PYQT_DISTINFO_FILE=	${PYQT${_PYQT_VERSION}_DISTINFO_FILE}
91
92
py-sip_PATH=		${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}
93
94
py-assistant_PATH=	${PYQT_PRELNAME}-assistant>=${PYQT_VERSION}
95
py-core_PATH=		${PYQT_PRELNAME}-core>=${PYQT_VERSION}
96
py-dbus_PATH=		${PYQT_PRELNAME}-dbus>=${PYQT_VERSION}
97
py-dbussupport_PATH=	${PYQT_PRELNAME}-dbussupport>=${PYQT_VERSION}
98
py-declarative_PATH=	${PYQT_PRELNAME}-declarative>=${PYQT_VERSION}
99
py-demo_PATH=		${PYQT_PRELNAME}-demo>=${PYQT_VERSION}
100
py-designer_PATH=	${PYQT_PRELNAME}-designer>=${PYQT_VERSION}
101
py-designerplugin_PATH=	${PYQT_PRELNAME}-designerplugin>=${PYQT_VERSION}
102
py-doc_PATH=		${PYQT_PRELNAME}-doc>=${PYQT_VERSION}
103
py-gui_PATH=		${PYQT_PRELNAME}-gui>=${PYQT_VERSION}
104
py-help_PATH=		${PYQT_PRELNAME}-help>=${PYQT_VERSION}
105
py-multimedia_PATH=	${PYQT_PRELNAME}-multimedia>=${PYQT_VERSION}
106
py-network_PATH=	${PYQT_PRELNAME}-network>=${PYQT_VERSION}
107
py-opengl_PATH=		${PYQT_PRELNAME}-opengl>=${PYQT_VERSION}
108
py-phonon_PATH=		${PYQT_PRELNAME}-phonon>=${PYQT_VERSION}
109
py-qscintilla2_PATH=	${PYQT_PRELNAME}-qscintilla2>=${QSCI2_VERSION}
110
py-script_PATH=		${PYQT_PRELNAME}-script>=${PYQT_VERSION}
111
py-scripttools_PATH=	${PYQT_PRELNAME}-scripttools>=${PYQT_VERSION}
112
py-sql_PATH=		${PYQT_PRELNAME}-sql>=${PYQT_VERSION}
113
py-svg_PATH=		${PYQT_PRELNAME}-svg>=${PYQT_VERSION}
114
py-test_PATH=		${PYQT_PRELNAME}-test>=${PYQT_VERSION}
115
py-webkit_PATH=		${PYQT_PRELNAME}-webkit>=${PYQT_VERSION}
116
py-xml_PATH=		${PYQT_PRELNAME}-xml>=${PYQT_VERSION}
117
py-xmlpatterns_PATH=	${PYQT_PRELNAME}-xmlpatterns>=${PYQT_VERSION}
118
119
120
py-printsupport_PATH=	${PYQT_PRELNAME}-printsupport>=${PYQT_VERSION}
121
py-serialport_PATH=	${PYQT_PRELNAME}-serialport>=${PYQT_VERSION}
122
py-webkitwidgets_PATH= 	${PYQT_PRELNAME}-webkitwidgets>=${PYQT_VERSION}
123
py-widgets_PATH=	${PYQT_PRELNAME}-widgets>=${PYQT_VERSION}
124
125
py-sip_PORT=		devel/py-sip
126
127
py-assistant_PORT=	devel/${PYQT_RELNAME}-assistant
128
py-core_PORT=		devel/${PYQT_RELNAME}-core
129
py-dbus_PORT=		devel/${PYQT_RELNAME}-dbus
130
py-dbussupport_PORT=	devel/${PYQT_RELNAME}-dbussupport
131
py-declarative_PORT=	devel/${PYQT_RELNAME}-declarative
132
py-demo_PORT=		misc/${PYQT_RELNAME}-demo
133
py-designer_PORT=	devel/${PYQT_RELNAME}-designer
134
py-designerplugin_PORT=	devel/${PYQT_RELNAME}-designerplugin
135
py-doc_PORT=		misc/${PYQT_RELNAME}-doc
136
py-gui_PORT=		x11-toolkits/${PYQT_RELNAME}-gui
137
py-help_PORT=		devel/${PYQT_RELNAME}-help
138
py-multimedia_PORT=	multimedia/${PYQT_RELNAME}-multimedia
139
py-network_PORT=	net/${PYQT_RELNAME}-network
140
py-opengl_PORT=		x11/${PYQT_RELNAME}-opengl
141
py-phonon_PORT=		multimedia/${PYQT_RELNAME}-phonon
142
py-qscintilla2_PORT=	devel/${PYQT_RELNAME}-qscintilla2
143
py-script_PORT=		devel/${PYQT_RELNAME}-script
144
py-scripttools_PORT=	devel/${PYQT_RELNAME}-scripttools
145
py-sql_PORT=		databases/${PYQT_RELNAME}-sql
146
py-svg_PORT=		graphics/${PYQT_RELNAME}-svg
147
py-test_PORT=		devel/${PYQT_RELNAME}-test
148
py-webkit_PORT=		www/${PYQT_RELNAME}-webkit
149
py-xml_PORT=		textproc/${PYQT_RELNAME}-xml
150
py-xmlpatterns_PORT=	textproc/${PYQT_RELNAME}-xmlpatterns
151
152
py-printsupport_PORT=	print/py-qt5-printsupport
153
py-serialport_PORT=	comms/py-qt5-serialport
154
py-webkitwidgets_PORT= 	www/py-qt5-webkitwidgets
155
py-widgets_PORT=	x11-toolkits/py-qt5-widgets
156
157
py-assistant_DESC=	Python bindings for QtAssistant module
158
py-core_DESC=		Python bindings for QtCore module
159
py-dbus_DESC=		Python bindings for QtDBus module
160
py-dbussupport_DESC=	Python bindings for D-Bus
161
py-declarative_DESC=	Python bindings for QtDeclarative module
162
py-demo_DESC=		PyQt demo and examples
163
py-designer_DESC=	Python bindings for QtDesigner module
164
py-designerplugin_DESC=	Python bindings for QtDesigner plugin
165
py-doc_DESC=		PyQt documentation
166
py-gui_DESC=		Python bindings for QtGui module
167
py-help_DESC=		Python bindings for QtHelp module
168
py-multimedia_DESC=	Python bindings for Multimedia module
169
py-network_DESC=	Python bindings for QtNetwork module
170
py-opengl_DESC=		Python bindings for QtOpenGL module
171
py-phonon_DESC=		Python bindings for Phonon module
172
py-qscintilla2_DESC=	Python bindings for QScintilla2
173
py-script_DESC=		Python bindings for QtScript module
174
py-scripttools_DESC=	Python bindings for QtScriptTools module
175
py-sql_DESC=		Python bindings for QtSql module
176
py-svg_DESC=		Python bindings for QtSvg module
177
py-test_DESC=		Python bindings for QtTest module
178
py-webkit_DESC=		Python bindings for QtWebKit module
179
py-xml_DESC=		Python bindings for QtXml module
180
py-xmlpatterns_DESC=	Python bindings for QtXmlPatterns module
181
182
py-printsupport_DESC=	Python bindings for Printsupport module
183
py-serialport_DESC=	Python bindings for QtSerialPort
184
py-webkitwidgets_DESC= 	Python bindings for QtWebKitWidgets module
185
py-widgets_DESC=	Python bindings for QTWidgets module
186
187
SIPDIR_REL=	share/py-sip/PyQt${_PYQT_VERSION}
188
SIPDIR=		${PREFIX}/${SIPDIR_REL}
189
PLIST_SUB+=	PYQT_SIPDIR=${SIPDIR_REL}
190
191
.if defined(PYQT_DIST)
192
PORTVERSION=	${PYQT_VERSION}
193
MASTER_SITES=	${PYQT_MASTERSITES}
194
PKGNAMEPREFIX=	${PYQT_PRELNAME}-
195
DISTNAME=	${PYQT_DISTNAME}
196
DISTINFO_FILE=	${PYQT_DISTINFO_FILE}
197
HAS_CONFIGURE=	yes
198
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
199
200
PATCHDIR=	${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files
201
OPTIONSFILE?=	${PORT_DBDIR}/${PYQT_RELNAME}-${PORTNAME}/options
202
QSCIDIR=	${PREFIX}/share/qt${_PYQT_VERSION}/qsci
203
CONFIGURE_ARGS+=-b ${PREFIX}/bin \
204
		-d ${PYTHONPREFIX_SITELIBDIR} \
205
		-q ${QMAKE} \
206
		--confirm-license \
207
		--sipdir ${SIPDIR}
208
209
210
# One of the things PyQt4 looks for to determine whether to build the Qt DBus
211
# main loop module (${PYQT_RELNAME}-dbussupport) is whether the dbus/ directory is
212
# present. Only extract it for that port then.
213
.if ${PORTNAME} != "dbussupport"
214
EXTRACT_AFTER_ARGS+=	--exclude "${DISTNAME}/dbus"
215
.endif  # ${PORTNAME} != "dbussupport"
216
217
.if !target(do-configure)
218
do-configure:
219
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
220
		${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
221
.endif  # !target(do-configure)
222
.endif  # defined(PYQT4_DIST)
223
224
# set build and run depends -- we need to prefix them internally with "py-"
225
# else we conflict with the ones defined in bsd.qt.mk with the same name
226
_USE_PYQT_ALL+=			${_USE_PYQT${_PYQT_VERSION}_ONLY}
227
.for comp in ${_USE_PYQT_ALL:O:u}
228
_USE_PYQT_ALL_SUFFIXED+=		py-${comp} py-${comp}_build py-${comp}_run
229
py-${comp}_BUILD_DEPENDS?=		${py-${comp}_PATH}:${PORTSDIR}/${py-${comp}_PORT}
230
py-${comp}_RUN_DEPENDS?=		${py-${comp}_PATH}:${PORTSDIR}/${py-${comp}_PORT}
231
py-${comp}_build_BUILD_DEPENDS?=	${py-${comp}_BUILD_DEPENDS}
232
py-${comp}_run_RUN_DEPENDS?=		${py-${comp}_RUN_DEPENDS}
233
.endfor
234
235
_USE_PYQT=      ${USE_PYQT:O:u}
236
.for comp in ${_USE_PYQT}
237
.  if ${_USE_PYQT_ALL_SUFFIXED:Mpy-${comp}}
238
BUILD_DEPENDS+=		${py-${comp}_BUILD_DEPENDS}
239
RUN_DEPENDS+=		${py-${comp}_RUN_DEPENDS}
240
.  else
241
IGNORE?=	cannot be installed: unknown USE_PYQT component ${comp} #'
242
.  endif
243
.endfor
244
245
.endif # defined(_INCLUDE_USES_PYQT_MK)
(-)cad/openscad/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	openscad
4
PORTNAME=	openscad
5
PORTVERSION=	2015.03
5
PORTVERSION=	2015.03
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	cad
7
CATEGORIES=	cad
8
MASTER_SITES=	http://files.openscad.org/
8
MASTER_SITES=	http://files.openscad.org/
9
DISTNAME=	openscad-${PORTVERSION}.src
9
DISTNAME=	openscad-${PORTVERSION}.src
Lines 20-26 Link Here
20
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
20
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
21
		libmpfr.so:${PORTSDIR}/math/mpfr \
21
		libmpfr.so:${PORTSDIR}/math/mpfr \
22
		libCGAL.so:${PORTSDIR}/math/cgal \
22
		libCGAL.so:${PORTSDIR}/math/cgal \
23
		libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
23
		libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4 \
24
		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
24
		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
25
		libopencsg.so:${PORTSDIR}/graphics/opencsg
25
		libopencsg.so:${PORTSDIR}/graphics/opencsg
26
26
(-)comms/Makefile (+1 lines)
Lines 134-139 Link Here
134
    SUBDIR += py-libconcord
134
    SUBDIR += py-libconcord
135
    SUBDIR += py-libimobiledevice
135
    SUBDIR += py-libimobiledevice
136
    SUBDIR += py-lirc
136
    SUBDIR += py-lirc
137
    SUBDIR += py-qt5-serialport
137
    SUBDIR += py-serial
138
    SUBDIR += py-serial
138
    SUBDIR += pyla
139
    SUBDIR += pyla
139
    SUBDIR += qico
140
    SUBDIR += qico
(-)comms/py-qt5-serialport/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	serialport
4
CATEGORIES=	comms devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtSerialPort module
8
9
CONFIGURE_ARGS=	--enable QtSerialPort
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build core_run
15
USE_QT5=	gui serialport
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=	yes
20
21
API_DESC=		Install QtSerialPort API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
.include <bsd.port.mk>
(-)comms/py-qt5-serialport/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtSerialPort module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)comms/py-qt5-serialport/pkg-plist (+5 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtSerialPort.so
2
%%PYQT_SIPDIR%%/QtSerialPort/QtSerialPortmod.sip
3
%%PYQT_SIPDIR%%/QtSerialPort/qserialport.sip
4
%%PYQT_SIPDIR%%/QtSerialPort/qserialportinfo.sip
5
%%API%%share/qt5/qsci/api/python/QtSerialPort.api
(-)databases/Makefile (+1 lines)
Lines 761-766 Link Here
761
    SUBDIR += py-python-rrdtool
761
    SUBDIR += py-python-rrdtool
762
    SUBDIR += py-python-sql
762
    SUBDIR += py-python-sql
763
    SUBDIR += py-qt4-sql
763
    SUBDIR += py-qt4-sql
764
    SUBDIR += py-qt5-sql
764
    SUBDIR += py-redis
765
    SUBDIR += py-redis
765
    SUBDIR += py-riak
766
    SUBDIR += py-riak
766
    SUBDIR += py-rrdtool_lgpl
767
    SUBDIR += py-rrdtool_lgpl
(-)databases/py-qt4-sql/Makefile (-6 / +6 lines)
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtSql module
9
COMMENT=	Python bindings for the Qt4 toolkit, QtSql module
10
10
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtSql
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
12
QT_NONSTANDARD=	YES
13
PYQT_DIST=	yes
13
14
14
CONFIGURE_ARGS=	--enable QtSql
15
USES=		python pyqt:4
15
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build gui_run
16
USE_QT4=	moc_build gui sql qmake_build
17
USE_QT4=	moc_build gui sql qmake_build
17
18
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtSql API for QScintilla2
23
API_DESC=		Install QtSql API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
28
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)databases/py-qt4-sql/pkg-plist (-14 / +14 lines)
Lines 1-16 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtSql.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtSql.so
2
share/py-sip/QtSql/QtSqlmod.sip
2
%%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip
3
share/py-sip/QtSql/qsql.sip
3
%%PYQT_SIPDIR%%/QtSql/qsql.sip
4
share/py-sip/QtSql/qsqldatabase.sip
4
%%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip
5
share/py-sip/QtSql/qsqldriver.sip
5
%%PYQT_SIPDIR%%/QtSql/qsqldriver.sip
6
share/py-sip/QtSql/qsqlerror.sip
6
%%PYQT_SIPDIR%%/QtSql/qsqlerror.sip
7
share/py-sip/QtSql/qsqlfield.sip
7
%%PYQT_SIPDIR%%/QtSql/qsqlfield.sip
8
share/py-sip/QtSql/qsqlindex.sip
8
%%PYQT_SIPDIR%%/QtSql/qsqlindex.sip
9
share/py-sip/QtSql/qsqlquery.sip
9
%%PYQT_SIPDIR%%/QtSql/qsqlquery.sip
10
share/py-sip/QtSql/qsqlquerymodel.sip
10
%%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip
11
share/py-sip/QtSql/qsqlrecord.sip
11
%%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip
12
share/py-sip/QtSql/qsqlrelationaldelegate.sip
12
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip
13
share/py-sip/QtSql/qsqlrelationaltablemodel.sip
13
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
14
share/py-sip/QtSql/qsqlresult.sip
14
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
15
share/py-sip/QtSql/qsqltablemodel.sip
15
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
16
%%API%%share/qt4/qsci/api/python/QtSql.api
16
%%API%%share/qt4/qsci/api/python/QtSql.api
(-)databases/py-qt5-sql/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	sql
5
CATEGORIES=	databases devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtSql module
9
10
CONFIGURE_ARGS=	--enable QtSql
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip widgets_run
16
USE_QT5=	buildtools_build widgets sql
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtSql API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)databases/py-qt5-sql/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtSql module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)databases/py-qt5-sql/pkg-plist (+16 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtSql.so
2
%%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip
3
%%PYQT_SIPDIR%%/QtSql/qsql.sip
4
%%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip
5
%%PYQT_SIPDIR%%/QtSql/qsqldriver.sip
6
%%PYQT_SIPDIR%%/QtSql/qsqlerror.sip
7
%%PYQT_SIPDIR%%/QtSql/qsqlfield.sip
8
%%PYQT_SIPDIR%%/QtSql/qsqlindex.sip
9
%%PYQT_SIPDIR%%/QtSql/qsqlquery.sip
10
%%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip
11
%%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip
12
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip
13
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
14
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
15
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
16
%%API%%share/qt5/qsci/api/python/QtSql.api
(-)databases/sqliteman/Makefile (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sqliteman
4
PORTNAME=	sqliteman
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.2
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
Lines 10-16 Link Here
10
MAINTAINER=	wen@FreeBSD.org
10
MAINTAINER=	wen@FreeBSD.org
11
COMMENT=	Admin's GUI tool for Sqlite3
11
COMMENT=	Admin's GUI tool for Sqlite3
12
12
13
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
13
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
14
14
15
USES=		cmake
15
USES=		cmake
16
USE_SQLITE=	yes
16
USE_SQLITE=	yes
Lines 19-22 Link Here
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
post-patch:
23
	@${REINPLACE_CMD} -e 's/qscintilla2/&-qt4/g' \
24
		${WRKSRC}/cmake/modules/FindQScintilla.cmake
25
22
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)databases/tora/Makefile (-2 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tora
4
PORTNAME=	tora
5
PORTVERSION=	2.1.3
5
PORTVERSION=	2.1.3
6
PORTREVISION=	10
6
PORTREVISION=	11
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	databases
8
CATEGORIES=	databases
9
MASTER_SITES=	SF
9
MASTER_SITES=	SF
Lines 14-20 Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
BUILD_DEPENDS=	cppunit-config:${PORTSDIR}/devel/cppunit
16
BUILD_DEPENDS=	cppunit-config:${PORTSDIR}/devel/cppunit
17
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
17
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4 \
18
		libpcre.so:${PORTSDIR}/devel/pcre
18
		libpcre.so:${PORTSDIR}/devel/pcre
19
19
20
OPTIONS_DEFINE=	PGSQL MYSQL DOCS
20
OPTIONS_DEFINE=	PGSQL MYSQL DOCS
Lines 50-53 Link Here
50
post-patch-DOCS-off:
50
post-patch-DOCS-off:
51
	@${REINPLACE_CMD} 's|test doc|test|' ${WRKSRC}/Makefile.am
51
	@${REINPLACE_CMD} 's|test doc|test|' ${WRKSRC}/Makefile.am
52
52
53
post-patch:
54
	@${REINPLACE_CMD} 's|-lqscintilla2|&-qt4|' ${WRKSRC}/config/m4/qtkde.m4
55
53
.include <bsd.port.mk>
56
.include <bsd.port.mk>
(-)devel/Makefile (-2 / +8 lines)
Lines 4250-4255 Link Here
4250
    SUBDIR += py-qt4-script
4250
    SUBDIR += py-qt4-script
4251
    SUBDIR += py-qt4-scripttools
4251
    SUBDIR += py-qt4-scripttools
4252
    SUBDIR += py-qt4-test
4252
    SUBDIR += py-qt4-test
4253
    SUBDIR += py-qt5
4254
    SUBDIR += py-qt5-core
4255
    SUBDIR += py-qt5-dbus
4256
    SUBDIR += py-qt5-qscintilla2
4257
    SUBDIR += py-qt5-test
4253
    SUBDIR += py-rauth
4258
    SUBDIR += py-rauth
4254
    SUBDIR += py-raven
4259
    SUBDIR += py-raven
4255
    SUBDIR += py-rednose
4260
    SUBDIR += py-rednose
Lines 4514-4521 Link Here
4514
    SUBDIR += qmake5
4519
    SUBDIR += qmake5
4515
    SUBDIR += qprog
4520
    SUBDIR += qprog
4516
    SUBDIR += qross
4521
    SUBDIR += qross
4517
    SUBDIR += qscintilla2
4522
    SUBDIR += qscintilla2-qt4
4518
    SUBDIR += qscintilla2-designerplugin
4523
    SUBDIR += qscintilla2-qt4-designerplugin
4524
    SUBDIR += qscintilla2-qt5
4519
    SUBDIR += qsvn
4525
    SUBDIR += qsvn
4520
    SUBDIR += qt4
4526
    SUBDIR += qt4
4521
    SUBDIR += qt4-assistant
4527
    SUBDIR += qt4-assistant
(-)devel/p5-perlqt/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	perlqt
3
PORTNAME=	perlqt
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	devel kde perl5
6
CATEGORIES=	devel kde perl5
6
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
11
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Perl bindings for Qt
12
COMMENT=	Perl bindings for Qt
12
13
13
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
14
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4 \
14
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
15
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
15
16
16
USE_KDE4=	kdeprefix smokeqt qimageblitz
17
USE_KDE4=	kdeprefix smokeqt qimageblitz
(-)devel/py-qt4/Makefile (-9 / +10 lines)
Lines 9-25 Link Here
9
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
10
COMMENT=	Python bindings for the Qt 4 toolkit (meta port)
10
COMMENT=	Python bindings for the Qt 4 toolkit (meta port)
11
11
12
USES=		metaport python
12
USES=		metaport python pyqt:4
13
13
14
OPTIONS_DEFINE=	ALL ${PYQT4_COMPONENTS}
14
OPTIONS_DEFINE=		assistant core dbus dbussupport declarative \
15
OPTIONS_DEFAULT=	ALL
15
			demo designer designerplugin doc gui help \
16
ALL_DESC=	All PyQt4 components
16
			multimedia network opengl phonon qscintilla2 \
17
			script scripttools sql svg test webkit xml \
18
			xmlpatterns
19
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
17
20
18
.include "${.CURDIR}/bsd.pyqt.mk"
21
.for opt in ${OPTIONS_DEFINE}
19
22
${opt}_USE=	PYQT=${opt}_run
20
.for component in ${PYQT4_COMPONENTS}
23
${opt}_DESC=	${py-${opt}_DESC}
21
${component}_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
22
ALL_RUN_DEPENDS+=		${${component}_RUN_DEPENDS}
23
.endfor
24
.endfor
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)devel/py-qt4/bsd.pyqt.mk (-121 lines)
Lines 1-121 Link Here
1
# bsd.pyqt.mk - Global definitions for PyQt related ports
2
#
3
# $FreeBSD$
4
#
5
# Port variables:
6
# PYQT4_DIST            - This port is part of PyQt4 itself. Variables and
7
#                         targets are then set assuming a certain tarball and
8
#                         port layout.
9
#
10
11
PYQT_MAINTAINER=	kde@FreeBSD.org
12
13
MASTER_SITE_RIVERBANK=	http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/
14
15
MASTER_SITES_SIP=	SF/pyqt/sip/sip-${PORTVERSION} \
16
			GENTOO
17
MASTER_SITES_PYQT4=	SF/pyqt/PyQt4/PyQt-${PORTVERSION} \
18
			GENTOO
19
MASTER_SITES_QSCI2=	SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
20
			GENTOO
21
22
SIP_VERSION=		4.16.5
23
PYQT4_VERSION=		4.11.3
24
QSCI2_VERSION=		2.8.4
25
26
SIP_DISTNAME=		sip-${SIP_VERSION}
27
PYQT4_DISTNAME=		PyQt-x11-gpl-${PYQT4_VERSION}
28
PYQT4_DISTINFO_FILE=	${.CURDIR}/../../devel/py-qt4/distinfo
29
QSCI2_DISTNAME=		QScintilla-gpl-${QSCI2_VERSION}
30
QSCI2_DISTINFO_FILE=	${.CURDIR}/../../devel/qscintilla2/distinfo
31
32
PYQT4_COMPONENTS=	assistant core dbus dbussupport declarative \
33
			demo designer designerplugin doc gui help \
34
			multimedia network opengl phonon qscintilla2 \
35
			script scripttools sql svg test webkit xml \
36
			xmlpatterns
37
38
assistant_PORT=		devel/py-qt4-assistant
39
core_PORT=		devel/py-qt4-core
40
dbus_PORT=		devel/py-qt4-dbus
41
dbussupport_PORT=	devel/py-qt4-dbussupport
42
declarative_PORT=	devel/py-qt4-declarative
43
demo_PORT=		misc/py-qt4-demo
44
designer_PORT=		devel/py-qt4-designer
45
designerplugin_PORT=	devel/py-qt4-designerplugin
46
doc_PORT=		misc/py-qt4-doc
47
gui_PORT=		x11-toolkits/py-qt4-gui
48
help_PORT=		devel/py-qt4-help
49
multimedia_PORT=	multimedia/py-qt4-multimedia
50
network_PORT=		net/py-qt4-network
51
opengl_PORT=		x11/py-qt4-opengl
52
phonon_PORT=		multimedia/py-qt4-phonon
53
qscintilla2_PORT=	devel/py-qt4-qscintilla2
54
script_PORT=		devel/py-qt4-script
55
scripttools_PORT=	devel/py-qt4-scripttools
56
sql_PORT=		databases/py-qt4-sql
57
svg_PORT=		graphics/py-qt4-svg
58
test_PORT=		devel/py-qt4-test
59
webkit_PORT=		www/py-qt4-webkit
60
xml_PORT=		textproc/py-qt4-xml
61
xmlpatterns_PORT=	textproc/py-qt4-xmlpatterns
62
63
assistant_DESC=		Python bindings for QtAssistant module
64
core_DESC=		Python bindings for QtCore module
65
dbus_DESC=		Python bindings for QtDBus module
66
dbussupport_DESC=	Python bindings for D-Bus
67
declarative_DESC=	Python bindings for QtDeclarative module
68
demo_DESC=		PyQt4 demo and examples
69
designer_DESC=		Python bindings for QtDesigner module
70
designerplugin_DESC=	Python bindings for QtDesigner plugin
71
doc_DESC=		PyQt4 documentation
72
gui_DESC=		Python bindings for QtGui module
73
help_DESC=		Python bindings for QtHelp module
74
multimedia_DESC=	Python bindings for Multimedia module
75
network_DESC=		Python bindings for QtNetwork module
76
opengl_DESC=		Python bindings for QtOpenGL module
77
phonon_DESC=		Python bindings for Phonon module
78
qscintilla2_DESC=	Python bindings for QScintilla2
79
script_DESC=		Python bindings for QtScript module
80
scripttools_DESC=	Python bindings for QtScriptTools module
81
sql_DESC=		Python bindings for QtSql module
82
svg_DESC=		Python bindings for QtSvg module
83
test_DESC=		Python bindings for QtTest module
84
webkit_DESC=		Python bindings for QtWebKit module
85
xml_DESC=		Python bindings for QtXml module
86
xmlpatterns_DESC=	Python bindings for QtXmlPatterns module
87
88
.if defined(PYQT4_DIST)
89
PORTVERSION=	${PYQT4_VERSION}
90
MASTER_SITES=	${MASTER_SITES_PYQT4}
91
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt4-
92
DISTNAME=	${PYQT4_DISTNAME}
93
94
DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
95
HAS_CONFIGURE=	yes
96
USES+=		python
97
98
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
99
100
PATCHDIR=	${.CURDIR}/../../devel/py-qt4-core/files
101
SIPDIR=		${PREFIX}/share/py-sip
102
QSCIDIR=	${PREFIX}/share/qt4/qsci
103
CONFIGURE_ARGS+=-b ${PREFIX}/bin \
104
		-d ${PYTHONPREFIX_SITELIBDIR} \
105
		-q ${QMAKE} \
106
		--confirm-license \
107
		--sipdir ${SIPDIR}
108
109
# One of the things PyQt4 looks for to determine whether to build the Qt DBus
110
# main loop module (py-qt4-dbussupport) is whether the dbus/ directory is
111
# present. Only extract it for that port then.
112
.if ${PORTNAME} != "dbussupport"
113
EXTRACT_AFTER_ARGS+=	--exclude "${DISTNAME}/dbus"
114
.endif  # ${PORTNAME} != "dbussupport"
115
116
.if !target(do-configure)
117
do-configure:
118
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
119
		${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
120
.endif  # !target(do-configure)
121
.endif  # defined(PYQT4_DIST)
(-)devel/py-qt4/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (PyQt-x11-gpl-4.11.3.tar.gz) = 853780dcdbe2e6ba785d703d059b096e1fc49369d3e8d41a060be874b8745686
1
SHA256 (PyQt-x11-gpl-4.11.4.tar.gz) = fc1fe77495432ba3b0d74ff5cb164d375a97f5dddb728256330f615a7cdcf407
2
SIZE (PyQt-x11-gpl-4.11.3.tar.gz) = 11120237
2
SIZE (PyQt-x11-gpl-4.11.4.tar.gz) = 11317088
(-)devel/py-qt4-assistant/Makefile (-7 / +6 lines)
Lines 8-19 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtAssistant module
9
COMMENT=	Python bindings for the Qt4 toolkit, QtAssistant module
10
10
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtAssistant
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \
12
QT_NONSTANDARD=	YES
13
		${PKGNAMEPREFIX}network>=${PYQT4_VERSION}:${PORTSDIR}/net/py-qt4-network
13
PYQT_DIST=	yes
14
14
15
CONFIGURE_ARGS=	--enable QtAssistant
15
USES=		python pyqt:4
16
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build gui_run network_run
17
USE_QT4=	assistantclient moc_build qmake_build
17
USE_QT4=	assistantclient moc_build qmake_build
18
18
19
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 23-30 Link Here
23
API_DESC=		Install QtAssistant API for QScintilla2
23
API_DESC=		Install QtAssistant API for QScintilla2
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
26
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
27
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
28
28
29
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
30
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)devel/py-qt4-assistant/pkg-plist (-2 / +2 lines)
Lines 1-4 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtAssistant.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtAssistant.so
2
share/py-sip/QtAssistant/QtAssistantmod.sip
2
%%PYQT_SIPDIR%%/QtAssistant/QtAssistantmod.sip
3
share/py-sip/QtAssistant/qassistantclient.sip
3
%%PYQT_SIPDIR%%/QtAssistant/qassistantclient.sip
4
%%API%%share/qt4/qsci/api/python/QtAssistant.api
4
%%API%%share/qt4/qsci/api/python/QtAssistant.api
(-)devel/py-qt4-core/Makefile (-7 / +8 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	core
4
PORTNAME=	core
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-19 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtCore module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtCore module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=		--enable QtCore
12
RUN_DEPENDS:=	${BUILD_DEPENDS}
13
QT_NONSTANDARD=		yes # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=		yes
13
15
14
CONFIGURE_ARGS=		--enable QtCore
16
USES=			python pyqt:4
15
PYQT4_DIST=		yes
17
USE_PYTHON=		py3kplist
16
USE_PYTHON+=		py3kplist
18
USE_PYQT=		sip
17
USE_QT4=		corelib qmake_build moc_build
19
USE_QT4=		corelib qmake_build moc_build
18
20
19
OPTIONS_DEFINE=	API DEBUG
21
OPTIONS_DEFINE=	API DEBUG
Lines 23-32 Link Here
23
API_DESC=		Install QtCore API for QScintilla2
25
API_DESC=		Install QtCore API for QScintilla2
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
26
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_OFF=	--no-qsci-api
27
API_CONFIGURE_OFF=	--no-qsci-api
26
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
28
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
27
DEBUG_CONFIGURE_ON=	--debug --trace
29
DEBUG_CONFIGURE_ON=	--debug --trace
28
30
29
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
30
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
31
32
32
# Bug 180467: We need to remove the port_v${VERSION} directory that does not
33
# Bug 180467: We need to remove the port_v${VERSION} directory that does not
(-)devel/py-qt4-core/pkg-plist (-98 / +98 lines)
Lines 99-200 Link Here
99
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.py
99
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.py
100
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyc
100
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyc
101
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyo
101
%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyo
102
share/py-sip/QtCore/QtCoremod.sip
102
%%PYQT_SIPDIR%%/QtCore/QtCoremod.sip
103
share/py-sip/QtCore/qabstractanimation.sip
103
%%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip
104
share/py-sip/QtCore/qabstracteventdispatcher.sip
104
%%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip
105
share/py-sip/QtCore/qabstractfileengine.sip
105
%%PYQT_SIPDIR%%/QtCore/qabstractfileengine.sip
106
share/py-sip/QtCore/qabstractitemmodel.sip
106
%%PYQT_SIPDIR%%/QtCore/qabstractitemmodel.sip
107
share/py-sip/QtCore/qabstractnativeeventfilter.sip
107
%%PYQT_SIPDIR%%/QtCore/qabstractnativeeventfilter.sip
108
share/py-sip/QtCore/qabstractstate.sip
108
%%PYQT_SIPDIR%%/QtCore/qabstractstate.sip
109
share/py-sip/QtCore/qabstracttransition.sip
109
%%PYQT_SIPDIR%%/QtCore/qabstracttransition.sip
110
share/py-sip/QtCore/qanimationgroup.sip
110
%%PYQT_SIPDIR%%/QtCore/qanimationgroup.sip
111
share/py-sip/QtCore/qbasictimer.sip
111
%%PYQT_SIPDIR%%/QtCore/qbasictimer.sip
112
share/py-sip/QtCore/qbitarray.sip
112
%%PYQT_SIPDIR%%/QtCore/qbitarray.sip
113
share/py-sip/QtCore/qbuffer.sip
113
%%PYQT_SIPDIR%%/QtCore/qbuffer.sip
114
share/py-sip/QtCore/qbytearray.sip
114
%%PYQT_SIPDIR%%/QtCore/qbytearray.sip
115
share/py-sip/QtCore/qbytearraymatcher.sip
115
%%PYQT_SIPDIR%%/QtCore/qbytearraymatcher.sip
116
share/py-sip/QtCore/qchar.sip
116
%%PYQT_SIPDIR%%/QtCore/qchar.sip
117
share/py-sip/QtCore/qcoreapplication.sip
117
%%PYQT_SIPDIR%%/QtCore/qcoreapplication.sip
118
share/py-sip/QtCore/qcoreevent.sip
118
%%PYQT_SIPDIR%%/QtCore/qcoreevent.sip
119
share/py-sip/QtCore/qcryptographichash.sip
119
%%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip
120
share/py-sip/QtCore/qdatastream.sip
120
%%PYQT_SIPDIR%%/QtCore/qdatastream.sip
121
share/py-sip/QtCore/qdatetime.sip
121
%%PYQT_SIPDIR%%/QtCore/qdatetime.sip
122
share/py-sip/QtCore/qdir.sip
122
%%PYQT_SIPDIR%%/QtCore/qdir.sip
123
share/py-sip/QtCore/qdiriterator.sip
123
%%PYQT_SIPDIR%%/QtCore/qdiriterator.sip
124
share/py-sip/QtCore/qeasingcurve.sip
124
%%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip
125
share/py-sip/QtCore/qelapsedtimer.sip
125
%%PYQT_SIPDIR%%/QtCore/qelapsedtimer.sip
126
share/py-sip/QtCore/qeventloop.sip
126
%%PYQT_SIPDIR%%/QtCore/qeventloop.sip
127
share/py-sip/QtCore/qeventtransition.sip
127
%%PYQT_SIPDIR%%/QtCore/qeventtransition.sip
128
share/py-sip/QtCore/qfile.sip
128
%%PYQT_SIPDIR%%/QtCore/qfile.sip
129
share/py-sip/QtCore/qfiledevice.sip
129
%%PYQT_SIPDIR%%/QtCore/qfiledevice.sip
130
share/py-sip/QtCore/qfileinfo.sip
130
%%PYQT_SIPDIR%%/QtCore/qfileinfo.sip
131
share/py-sip/QtCore/qfilesystemwatcher.sip
131
%%PYQT_SIPDIR%%/QtCore/qfilesystemwatcher.sip
132
share/py-sip/QtCore/qfinalstate.sip
132
%%PYQT_SIPDIR%%/QtCore/qfinalstate.sip
133
share/py-sip/QtCore/qfsfileengine.sip
133
%%PYQT_SIPDIR%%/QtCore/qfsfileengine.sip
134
share/py-sip/QtCore/qglobal.sip
134
%%PYQT_SIPDIR%%/QtCore/qglobal.sip
135
share/py-sip/QtCore/qhash.sip
135
%%PYQT_SIPDIR%%/QtCore/qhash.sip
136
share/py-sip/QtCore/qhistorystate.sip
136
%%PYQT_SIPDIR%%/QtCore/qhistorystate.sip
137
share/py-sip/QtCore/qiodevice.sip
137
%%PYQT_SIPDIR%%/QtCore/qiodevice.sip
138
share/py-sip/QtCore/qlibrary.sip
138
%%PYQT_SIPDIR%%/QtCore/qlibrary.sip
139
share/py-sip/QtCore/qlibraryinfo.sip
139
%%PYQT_SIPDIR%%/QtCore/qlibraryinfo.sip
140
share/py-sip/QtCore/qline.sip
140
%%PYQT_SIPDIR%%/QtCore/qline.sip
141
share/py-sip/QtCore/qlist.sip
141
%%PYQT_SIPDIR%%/QtCore/qlist.sip
142
share/py-sip/QtCore/qlocale.sip
142
%%PYQT_SIPDIR%%/QtCore/qlocale.sip
143
share/py-sip/QtCore/qmap.sip
143
%%PYQT_SIPDIR%%/QtCore/qmap.sip
144
share/py-sip/QtCore/qmargins.sip
144
%%PYQT_SIPDIR%%/QtCore/qmargins.sip
145
share/py-sip/QtCore/qmetaobject.sip
145
%%PYQT_SIPDIR%%/QtCore/qmetaobject.sip
146
share/py-sip/QtCore/qmetatype.sip
146
%%PYQT_SIPDIR%%/QtCore/qmetatype.sip
147
share/py-sip/QtCore/qmimedata.sip
147
%%PYQT_SIPDIR%%/QtCore/qmimedata.sip
148
share/py-sip/QtCore/qmutex.sip
148
%%PYQT_SIPDIR%%/QtCore/qmutex.sip
149
share/py-sip/QtCore/qnamespace.sip
149
%%PYQT_SIPDIR%%/QtCore/qnamespace.sip
150
share/py-sip/QtCore/qnumeric.sip
150
%%PYQT_SIPDIR%%/QtCore/qnumeric.sip
151
share/py-sip/QtCore/qobject.sip
151
%%PYQT_SIPDIR%%/QtCore/qobject.sip
152
share/py-sip/QtCore/qobjectcleanuphandler.sip
152
%%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip
153
share/py-sip/QtCore/qobjectdefs.sip
153
%%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip
154
share/py-sip/QtCore/qpair.sip
154
%%PYQT_SIPDIR%%/QtCore/qpair.sip
155
share/py-sip/QtCore/qparallelanimationgroup.sip
155
%%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip
156
share/py-sip/QtCore/qpauseanimation.sip
156
%%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip
157
share/py-sip/QtCore/qpluginloader.sip
157
%%PYQT_SIPDIR%%/QtCore/qpluginloader.sip
158
share/py-sip/QtCore/qpoint.sip
158
%%PYQT_SIPDIR%%/QtCore/qpoint.sip
159
share/py-sip/QtCore/qprocess.sip
159
%%PYQT_SIPDIR%%/QtCore/qprocess.sip
160
share/py-sip/QtCore/qpropertyanimation.sip
160
%%PYQT_SIPDIR%%/QtCore/qpropertyanimation.sip
161
share/py-sip/QtCore/qpynullvariant.sip
161
%%PYQT_SIPDIR%%/QtCore/qpynullvariant.sip
162
share/py-sip/QtCore/qreadwritelock.sip
162
%%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip
163
share/py-sip/QtCore/qrect.sip
163
%%PYQT_SIPDIR%%/QtCore/qrect.sip
164
share/py-sip/QtCore/qregexp.sip
164
%%PYQT_SIPDIR%%/QtCore/qregexp.sip
165
share/py-sip/QtCore/qresource.sip
165
%%PYQT_SIPDIR%%/QtCore/qresource.sip
166
share/py-sip/QtCore/qrunnable.sip
166
%%PYQT_SIPDIR%%/QtCore/qrunnable.sip
167
share/py-sip/QtCore/qsemaphore.sip
167
%%PYQT_SIPDIR%%/QtCore/qsemaphore.sip
168
share/py-sip/QtCore/qsequentialanimationgroup.sip
168
%%PYQT_SIPDIR%%/QtCore/qsequentialanimationgroup.sip
169
share/py-sip/QtCore/qset.sip
169
%%PYQT_SIPDIR%%/QtCore/qset.sip
170
share/py-sip/QtCore/qsettings.sip
170
%%PYQT_SIPDIR%%/QtCore/qsettings.sip
171
share/py-sip/QtCore/qsharedmemory.sip
171
%%PYQT_SIPDIR%%/QtCore/qsharedmemory.sip
172
share/py-sip/QtCore/qsignalmapper.sip
172
%%PYQT_SIPDIR%%/QtCore/qsignalmapper.sip
173
share/py-sip/QtCore/qsignaltransition.sip
173
%%PYQT_SIPDIR%%/QtCore/qsignaltransition.sip
174
share/py-sip/QtCore/qsize.sip
174
%%PYQT_SIPDIR%%/QtCore/qsize.sip
175
share/py-sip/QtCore/qsocketnotifier.sip
175
%%PYQT_SIPDIR%%/QtCore/qsocketnotifier.sip
176
share/py-sip/QtCore/qstate.sip
176
%%PYQT_SIPDIR%%/QtCore/qstate.sip
177
share/py-sip/QtCore/qstatemachine.sip
177
%%PYQT_SIPDIR%%/QtCore/qstatemachine.sip
178
share/py-sip/QtCore/qstring.sip
178
%%PYQT_SIPDIR%%/QtCore/qstring.sip
179
share/py-sip/QtCore/qstringlist.sip
179
%%PYQT_SIPDIR%%/QtCore/qstringlist.sip
180
share/py-sip/QtCore/qstringmatcher.sip
180
%%PYQT_SIPDIR%%/QtCore/qstringmatcher.sip
181
share/py-sip/QtCore/qsystemsemaphore.sip
181
%%PYQT_SIPDIR%%/QtCore/qsystemsemaphore.sip
182
share/py-sip/QtCore/qtemporaryfile.sip
182
%%PYQT_SIPDIR%%/QtCore/qtemporaryfile.sip
183
share/py-sip/QtCore/qtextboundaryfinder.sip
183
%%PYQT_SIPDIR%%/QtCore/qtextboundaryfinder.sip
184
share/py-sip/QtCore/qtextcodec.sip
184
%%PYQT_SIPDIR%%/QtCore/qtextcodec.sip
185
share/py-sip/QtCore/qtextstream.sip
185
%%PYQT_SIPDIR%%/QtCore/qtextstream.sip
186
share/py-sip/QtCore/qthread.sip
186
%%PYQT_SIPDIR%%/QtCore/qthread.sip
187
share/py-sip/QtCore/qthreadpool.sip
187
%%PYQT_SIPDIR%%/QtCore/qthreadpool.sip
188
share/py-sip/QtCore/qtimeline.sip
188
%%PYQT_SIPDIR%%/QtCore/qtimeline.sip
189
share/py-sip/QtCore/qtimer.sip
189
%%PYQT_SIPDIR%%/QtCore/qtimer.sip
190
share/py-sip/QtCore/qtranslator.sip
190
%%PYQT_SIPDIR%%/QtCore/qtranslator.sip
191
share/py-sip/QtCore/qurl.sip
191
%%PYQT_SIPDIR%%/QtCore/qurl.sip
192
share/py-sip/QtCore/qurlquery.sip
192
%%PYQT_SIPDIR%%/QtCore/qurlquery.sip
193
share/py-sip/QtCore/quuid.sip
193
%%PYQT_SIPDIR%%/QtCore/quuid.sip
194
share/py-sip/QtCore/qvariant.sip
194
%%PYQT_SIPDIR%%/QtCore/qvariant.sip
195
share/py-sip/QtCore/qvariantanimation.sip
195
%%PYQT_SIPDIR%%/QtCore/qvariantanimation.sip
196
share/py-sip/QtCore/qvector.sip
196
%%PYQT_SIPDIR%%/QtCore/qvector.sip
197
share/py-sip/QtCore/qwaitcondition.sip
197
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
198
share/py-sip/QtCore/qwineventnotifier.sip
198
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
199
share/py-sip/QtCore/qxmlstream.sip
199
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
200
%%API%%share/qt4/qsci/api/python/QtCore.api
200
%%API%%share/qt4/qsci/api/python/QtCore.api
(-)devel/py-qt4-dbus/Makefile (-8 / +10 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dbus
4
PORTNAME=	dbus
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-20 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtDBus module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtDBus module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \
12
CONFIGURE_ARGS=	--enable QtDBus
12
		${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
13
QT_NONSTANDARD=	yes # Do not add unknown arguments to CONFIGURE_ARGS.
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \
14
PYQT_DIST=	yes
14
		${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
15
15
16
CONFIGURE_ARGS=	--enable QtDBus
16
BUIKD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
17
PYQT4_DIST=	yes
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
18
19
USES=		python pyqt:4
20
USE_PYQT=	sip_build core_run
18
USE_QT4=	dbus moc_build qmake_build
21
USE_QT4=	dbus moc_build qmake_build
19
22
20
OPTIONS_DEFINE=	API DEBUG
23
OPTIONS_DEFINE=	API DEBUG
Lines 24-31 Link Here
24
API_DESC=		Install QtDBus API for QScintilla2
27
API_DESC=		Install QtDBus API for QScintilla2
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
28
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
26
API_CONFIGURE_OFF=	--no-qsci-api
29
API_CONFIGURE_OFF=	--no-qsci-api
27
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
30
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
28
DEBUG_CONFIGURE_ON=	--debug --trace
31
DEBUG_CONFIGURE_ON=	--debug --trace
29
32
30
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
31
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)devel/py-qt4-dbus/pkg-plist (-15 / +15 lines)
Lines 1-17 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDBus.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDBus.so
2
share/py-sip/QtDBus/QtDBusmod.sip
2
%%PYQT_SIPDIR%%/QtDBus/QtDBusmod.sip
3
share/py-sip/QtDBus/qdbusabstractadaptor.sip
3
%%PYQT_SIPDIR%%/QtDBus/qdbusabstractadaptor.sip
4
share/py-sip/QtDBus/qdbusabstractinterface.sip
4
%%PYQT_SIPDIR%%/QtDBus/qdbusabstractinterface.sip
5
share/py-sip/QtDBus/qdbusargument.sip
5
%%PYQT_SIPDIR%%/QtDBus/qdbusargument.sip
6
share/py-sip/QtDBus/qdbusconnection.sip
6
%%PYQT_SIPDIR%%/QtDBus/qdbusconnection.sip
7
share/py-sip/QtDBus/qdbusconnectioninterface.sip
7
%%PYQT_SIPDIR%%/QtDBus/qdbusconnectioninterface.sip
8
share/py-sip/QtDBus/qdbuserror.sip
8
%%PYQT_SIPDIR%%/QtDBus/qdbuserror.sip
9
share/py-sip/QtDBus/qdbusextratypes.sip
9
%%PYQT_SIPDIR%%/QtDBus/qdbusextratypes.sip
10
share/py-sip/QtDBus/qdbusinterface.sip
10
%%PYQT_SIPDIR%%/QtDBus/qdbusinterface.sip
11
share/py-sip/QtDBus/qdbusmessage.sip
11
%%PYQT_SIPDIR%%/QtDBus/qdbusmessage.sip
12
share/py-sip/QtDBus/qdbuspendingcall.sip
12
%%PYQT_SIPDIR%%/QtDBus/qdbuspendingcall.sip
13
share/py-sip/QtDBus/qdbusservicewatcher.sip
13
%%PYQT_SIPDIR%%/QtDBus/qdbusservicewatcher.sip
14
share/py-sip/QtDBus/qdbusunixfiledescriptor.sip
14
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
15
share/py-sip/QtDBus/qpydbuspendingreply.sip
15
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
16
share/py-sip/QtDBus/qpydbusreply.sip
16
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
17
%%API%%share/qt4/qsci/api/python/QtDBus.api
17
%%API%%share/qt4/qsci/api/python/QtDBus.api
(-)devel/py-qt4-dbussupport/Makefile (-8 / +6 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dbussupport
3
PORTNAME=	dbussupport
4
PORTVERSION=	${PYQT4_VERSION}
4
CATEGORIES=	devel python
5
CATEGORIES=	devel python
5
6
6
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
Lines 8-21 Link Here
8
9
9
CONFLICTS_INSTALL=	py*-qt4-dbus-4.9.1*
10
CONFLICTS_INSTALL=	py*-qt4-dbus-4.9.1*
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \
12
CONFIGURE_ARGS=	--enable QtCore
12
		${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
13
QT_NONSTANDARD=	yes # Do not add unknown arguments to CONFIGURE_ARGS.
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus \
14
PYQT_DIST=	yes
14
		${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
15
15
16
CONFIGURE_ARGS=	--enable QtCore
16
USES=		pkgconfig python pyqt:4
17
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build dbus core_run
18
USES=		pkgconfig
19
USE_QT4=	corelib qmake_build moc_build
18
USE_QT4=	corelib qmake_build moc_build
20
19
21
OPTIONS_DEFINE=		DEBUG
20
OPTIONS_DEFINE=		DEBUG
Lines 26-30 Link Here
26
25
27
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so
26
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so
28
27
29
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
30
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/py-qt4-declarative/Makefile (-7 / +7 lines)
Lines 1-17 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	declarative
3
PORTNAME=	declarative
4
PORTVERSION=	${PYQT4_VERSION}
4
CATEGORIES=	devel python
5
CATEGORIES=	devel python
5
6
6
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt4 toolkit, QtDeclarative module
8
COMMENT=	Python bindings for the Qt4 toolkit, QtDeclarative module
8
9
9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
10
CONFIGURE_ARGS=	--enable QtDeclarative
10
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
		${PKGNAMEPREFIX}network>=${PYQT4_VERSION}:${PORTSDIR}/net/py-qt4-network
12
PYQT_DIST=	yes
12
13
13
CONFIGURE_ARGS=	--enable QtDeclarative
14
USES=		python pyqt:4
14
PYQT4_DIST=	yes
15
USE_PYQT=	sip_build gui_run network_run
15
USE_QT4=	declarative qmake_build moc_build
16
USE_QT4=	declarative qmake_build moc_build
16
17
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFINE=	API DEBUG
Lines 21-28 Link Here
21
API_DESC=		Install QtDeclarative API for QScintilla2
22
API_DESC=		Install QtDeclarative API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
25
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
27
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/py-qt4-declarative/pkg-plist (-19 / +19 lines)
Lines 1-21 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDeclarative.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDeclarative.so
2
share/py-sip/QtDeclarative/QtDeclarativemod.sip
2
%%PYQT_SIPDIR%%/QtDeclarative/QtDeclarativemod.sip
3
share/py-sip/QtDeclarative/qdeclarativecomponent.sip
3
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativecomponent.sip
4
share/py-sip/QtDeclarative/qdeclarativecontext.sip
4
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativecontext.sip
5
share/py-sip/QtDeclarative/qdeclarativeengine.sip
5
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeengine.sip
6
share/py-sip/QtDeclarative/qdeclarativeerror.sip
6
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeerror.sip
7
share/py-sip/QtDeclarative/qdeclarativeexpression.sip
7
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeexpression.sip
8
share/py-sip/QtDeclarative/qdeclarativeextensionplugin.sip
8
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeextensionplugin.sip
9
share/py-sip/QtDeclarative/qdeclarativeimageprovider.sip
9
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeimageprovider.sip
10
share/py-sip/QtDeclarative/qdeclarativeitem.sip
10
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeitem.sip
11
share/py-sip/QtDeclarative/qdeclarativelist.sip
11
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativelist.sip
12
share/py-sip/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip
12
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip
13
share/py-sip/QtDeclarative/qdeclarativeparserstatus.sip
13
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeparserstatus.sip
14
share/py-sip/QtDeclarative/qdeclarativeproperty.sip
14
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeproperty.sip
15
share/py-sip/QtDeclarative/qdeclarativepropertymap.sip
15
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativepropertymap.sip
16
share/py-sip/QtDeclarative/qdeclarativepropertyvaluesource.sip
16
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativepropertyvaluesource.sip
17
share/py-sip/QtDeclarative/qdeclarativescriptstring.sip
17
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativescriptstring.sip
18
share/py-sip/QtDeclarative/qdeclarativeview.sip
18
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeview.sip
19
share/py-sip/QtDeclarative/qpydeclarativelistproperty.sip
19
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativelistproperty.sip
20
share/py-sip/QtDeclarative/qpydeclarativepropertyvaluesource.sip
20
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativepropertyvaluesource.sip
21
%%API%%share/qt4/qsci/api/python/QtDeclarative.api
21
%%API%%share/qt4/qsci/api/python/QtDeclarative.api
(-)devel/py-qt4-designer/Makefile (-8 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	designer
4
PORTNAME=	designer
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-20 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtDesigner module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtDesigner module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtDesigner --no-designer-plugin
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
		${PKGNAMEPREFIX}xml>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xml \
14
PYQT_DIST=	yes
14
		${PKGNAMEPREFIX}script>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-script
15
15
16
CONFIGURE_ARGS=	--enable QtDesigner --no-designer-plugin
16
USES=		python pyqt:4
17
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build gui_run script_run xml_run
18
USE_QT4=	gui xml designer moc_build qmake_build
18
USE_QT4=	gui xml designer moc_build qmake_build
19
19
20
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 24-31 Link Here
24
API_DESC=		Install QtDesigner API for QScintilla2
24
API_DESC=		Install QtDesigner API for QScintilla2
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
26
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
27
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
28
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
29
29
30
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/py-qt4-designer/pkg-plist (-25 / +25 lines)
Lines 1-27 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDesigner.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtDesigner.so
2
share/py-sip/QtDesigner/QtDesignermod.sip
2
%%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip
3
share/py-sip/QtDesigner/abstractactioneditor.sip
3
%%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip
4
share/py-sip/QtDesigner/abstractformbuilder.sip
4
%%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip
5
share/py-sip/QtDesigner/abstractformeditor.sip
5
%%PYQT_SIPDIR%%/QtDesigner/abstractformeditor.sip
6
share/py-sip/QtDesigner/abstractformwindow.sip
6
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindow.sip
7
share/py-sip/QtDesigner/abstractformwindowcursor.sip
7
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowcursor.sip
8
share/py-sip/QtDesigner/abstractformwindowmanager.sip
8
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowmanager.sip
9
share/py-sip/QtDesigner/abstractobjectinspector.sip
9
%%PYQT_SIPDIR%%/QtDesigner/abstractobjectinspector.sip
10
share/py-sip/QtDesigner/abstractpropertyeditor.sip
10
%%PYQT_SIPDIR%%/QtDesigner/abstractpropertyeditor.sip
11
share/py-sip/QtDesigner/abstractwidgetbox.sip
11
%%PYQT_SIPDIR%%/QtDesigner/abstractwidgetbox.sip
12
share/py-sip/QtDesigner/container.sip
12
%%PYQT_SIPDIR%%/QtDesigner/container.sip
13
share/py-sip/QtDesigner/customwidget.sip
13
%%PYQT_SIPDIR%%/QtDesigner/customwidget.sip
14
share/py-sip/QtDesigner/default_extensionfactory.sip
14
%%PYQT_SIPDIR%%/QtDesigner/default_extensionfactory.sip
15
share/py-sip/QtDesigner/extension.sip
15
%%PYQT_SIPDIR%%/QtDesigner/extension.sip
16
share/py-sip/QtDesigner/formbuilder.sip
16
%%PYQT_SIPDIR%%/QtDesigner/formbuilder.sip
17
share/py-sip/QtDesigner/membersheet.sip
17
%%PYQT_SIPDIR%%/QtDesigner/membersheet.sip
18
share/py-sip/QtDesigner/propertysheet.sip
18
%%PYQT_SIPDIR%%/QtDesigner/propertysheet.sip
19
share/py-sip/QtDesigner/qextensionmanager.sip
19
%%PYQT_SIPDIR%%/QtDesigner/qextensionmanager.sip
20
share/py-sip/QtDesigner/qpydesignercontainerextension.sip
20
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercontainerextension.sip
21
share/py-sip/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
21
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
22
share/py-sip/QtDesigner/qpydesignercustomwidgetplugin.sip
22
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetplugin.sip
23
share/py-sip/QtDesigner/qpydesignermembersheetextension.sip
23
%%PYQT_SIPDIR%%/QtDesigner/qpydesignermembersheetextension.sip
24
share/py-sip/QtDesigner/qpydesignerpropertysheetextension.sip
24
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
25
share/py-sip/QtDesigner/qpydesignertaskmenuextension.sip
25
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
26
share/py-sip/QtDesigner/taskmenu.sip
26
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
27
%%API%%share/qt4/qsci/api/python/QtDesigner.api
27
%%API%%share/qt4/qsci/api/python/QtDesigner.api
(-)devel/py-qt4-designerplugin/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	designerplugin
4
PORTNAME=	designerplugin
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-22 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtDesigner plugin
10
COMMENT=	Python bindings for the Qt4 toolkit, QtDesigner plugin
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
RUN_DEPENDS=	${PKGNAMEPREFIX}designer>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designer
13
14
BUILD_WRKSRC=	${WRKSRC}/designer
12
BUILD_WRKSRC=	${WRKSRC}/designer
15
INSTALL_WRKSRC=	${WRKSRC}/designer
13
INSTALL_WRKSRC=	${WRKSRC}/designer
14
DESTDIRNAME=	INSTALL_ROOT
16
15
17
CONFIGURE_ARGS=	--enable QtDesigner
16
CONFIGURE_ARGS=	--enable QtDesigner
18
DESTDIRNAME=	INSTALL_ROOT
17
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
19
PYQT4_DIST=	yes
18
PYQT_DIST=	yes
19
20
USES=		python pyqt:4
21
USE_PYQT=	sip_build designer_run
20
USE_QT4=	gui xml designer moc_build qmake_build
22
USE_QT4=	gui xml designer moc_build qmake_build
21
23
22
OPTIONS_DEFINE=		DEBUG
24
OPTIONS_DEFINE=		DEBUG
Lines 24-28 Link Here
24
26
25
PLIST_FILES=	%%QT_PLUGINDIR%%/designer/libpyqt4.so
27
PLIST_FILES=	%%QT_PLUGINDIR%%/designer/libpyqt4.so
26
28
27
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)devel/py-qt4-help/Makefile (-6 / +7 lines)
Lines 1-16 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	help
3
PORTNAME=	help
4
PORTVERSION=	${PYQT4_VERSION}
4
CATEGORIES=	devel python
5
CATEGORIES=	devel python
5
6
6
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt4 toolkit, QtHelp module
8
COMMENT=	Python bindings for the Qt4 toolkit, QtHelp module
8
9
9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
10
CONFIGURE_ARGS=	--enable QtHelp
10
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
11
13
12
CONFIGURE_ARGS=	--enable QtHelp
14
USES=		python pyqt:4
13
PYQT4_DIST=	yes
15
USE_PYQT=	sip_build gui_run
14
USE_QT4=	help moc_build qmake_build
16
USE_QT4=	help moc_build qmake_build
15
17
16
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFINE=	API DEBUG
Lines 20-27 Link Here
20
API_DESC=		Install QtHelp API for QScintilla2
22
API_DESC=		Install QtHelp API for QScintilla2
21
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
22
API_CONFIGURE_OFF=	--no-qsci-api
24
API_CONFIGURE_OFF=	--no-qsci-api
23
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
25
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
24
DEBUG_CONFIGURE_ON=	--debug --trace
26
DEBUG_CONFIGURE_ON=	--debug --trace
25
27
26
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/py-qt4-help/pkg-plist (-8 / +8 lines)
Lines 1-10 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtHelp.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtHelp.so
2
share/py-sip/QtHelp/QtHelpmod.sip
2
%%PYQT_SIPDIR%%/QtHelp/QtHelpmod.sip
3
share/py-sip/QtHelp/qhelpcontentwidget.sip
3
%%PYQT_SIPDIR%%/QtHelp/qhelpcontentwidget.sip
4
share/py-sip/QtHelp/qhelpengine.sip
4
%%PYQT_SIPDIR%%/QtHelp/qhelpengine.sip
5
share/py-sip/QtHelp/qhelpenginecore.sip
5
%%PYQT_SIPDIR%%/QtHelp/qhelpenginecore.sip
6
share/py-sip/QtHelp/qhelpindexwidget.sip
6
%%PYQT_SIPDIR%%/QtHelp/qhelpindexwidget.sip
7
share/py-sip/QtHelp/qhelpsearchengine.sip
7
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
8
share/py-sip/QtHelp/qhelpsearchquerywidget.sip
8
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
9
share/py-sip/QtHelp/qhelpsearchresultwidget.sip
9
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
10
%%API%%share/qt4/qsci/api/python/QtHelp.api
10
%%API%%share/qt4/qsci/api/python/QtHelp.api
(-)devel/py-qt4-qscintilla2/Makefile (-11 / +8 lines)
Lines 12-34 Link Here
12
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
13
COMMENT=	Python bindings for QScintilla2 (PyQt4), QSci module
13
COMMENT=	Python bindings for QScintilla2 (PyQt4), QSci module
14
14
15
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
15
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \
17
		${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \
18
		${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
16
17
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
21
DESTDIRNAME=	INSTALL_ROOT
18
DESTDIRNAME=	INSTALL_ROOT
22
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
19
23
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
24
USES=		python
25
USE_QT4=	gui moc_build qmake_build
26
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
21
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
27
22
23
USES=		python pyqt:4
24
USE_PYQT=	sip core gui
25
USE_QT4=	gui moc_build qmake_build
26
28
OPTIONS_DEFINE=		DEBUG
27
OPTIONS_DEFINE=		DEBUG
29
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
30
29
31
SIPDIR=		${PREFIX}/share/py-sip
30
OPTIONSFILE?=	${PORT_DBDIR}/py-qt4-${PORTNAME}/options
32
QSCIDIR=	${PREFIX}/share/qt4/qsci
31
QSCIDIR=	${PREFIX}/share/qt4/qsci
33
CONFIGURE_ARGS=	--pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} \
32
CONFIGURE_ARGS=	--pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} \
34
		--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR}
33
		--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR}
Lines 35-42 Link Here
35
WRKSRC=		${WRKDIR}/${DISTNAME}/Python
34
WRKSRC=		${WRKDIR}/${DISTNAME}/Python
36
ALL_TARGET=	#empty
35
ALL_TARGET=	#empty
37
36
38
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
39
40
do-configure:
37
do-configure:
41
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
38
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
42
		${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
39
		${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
(-)devel/py-qt4-qscintilla2/pkg-plist (-54 / +52 lines)
Lines 1-56 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/Qsci.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/Qsci.so
2
share/py-sip/Qsci/qsciabstractapis.sip
2
%%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip
3
share/py-sip/Qsci/qsciapis.sip
3
%%PYQT_SIPDIR%%/Qsci/qsciapis.sip
4
share/py-sip/Qsci/qscicommand.sip
4
%%PYQT_SIPDIR%%/Qsci/qscicommand.sip
5
share/py-sip/Qsci/qscicommandset.sip
5
%%PYQT_SIPDIR%%/Qsci/qscicommandset.sip
6
share/py-sip/Qsci/qscidocument.sip
6
%%PYQT_SIPDIR%%/Qsci/qscidocument.sip
7
share/py-sip/Qsci/qscilexer.sip
7
%%PYQT_SIPDIR%%/Qsci/qscilexer.sip
8
share/py-sip/Qsci/qscilexeravs.sip
8
%%PYQT_SIPDIR%%/Qsci/qscilexeravs.sip
9
share/py-sip/Qsci/qscilexerbash.sip
9
%%PYQT_SIPDIR%%/Qsci/qscilexerbash.sip
10
share/py-sip/Qsci/qscilexerbatch.sip
10
%%PYQT_SIPDIR%%/Qsci/qscilexerbatch.sip
11
share/py-sip/Qsci/qscilexercmake.sip
11
%%PYQT_SIPDIR%%/Qsci/qscilexercmake.sip
12
share/py-sip/Qsci/qscilexercoffeescript.sip
12
%%PYQT_SIPDIR%%/Qsci/qscilexercoffeescript.sip
13
share/py-sip/Qsci/qscilexercpp.sip
13
%%PYQT_SIPDIR%%/Qsci/qscilexercpp.sip
14
share/py-sip/Qsci/qscilexercsharp.sip
14
%%PYQT_SIPDIR%%/Qsci/qscilexercsharp.sip
15
share/py-sip/Qsci/qscilexercss.sip
15
%%PYQT_SIPDIR%%/Qsci/qscilexercss.sip
16
share/py-sip/Qsci/qscilexercustom.sip
16
%%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip
17
share/py-sip/Qsci/qscilexerd.sip
17
%%PYQT_SIPDIR%%/Qsci/qscilexerd.sip
18
share/py-sip/Qsci/qscilexerdiff.sip
18
%%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip
19
share/py-sip/Qsci/qscilexerfortran.sip
19
%%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip
20
share/py-sip/Qsci/qscilexerfortran77.sip
20
%%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip
21
share/py-sip/Qsci/qscilexerhtml.sip
21
%%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip
22
share/py-sip/Qsci/qscilexeridl.sip
22
%%PYQT_SIPDIR%%/Qsci/qscilexeridl.sip
23
share/py-sip/Qsci/qscilexerjava.sip
23
%%PYQT_SIPDIR%%/Qsci/qscilexerjava.sip
24
share/py-sip/Qsci/qscilexerjavascript.sip
24
%%PYQT_SIPDIR%%/Qsci/qscilexerjavascript.sip
25
share/py-sip/Qsci/qscilexerlua.sip
25
%%PYQT_SIPDIR%%/Qsci/qscilexerlua.sip
26
share/py-sip/Qsci/qscilexermakefile.sip
26
%%PYQT_SIPDIR%%/Qsci/qscilexermakefile.sip
27
share/py-sip/Qsci/qscilexermatlab.sip
27
%%PYQT_SIPDIR%%/Qsci/qscilexermatlab.sip
28
share/py-sip/Qsci/qscilexeroctave.sip
28
%%PYQT_SIPDIR%%/Qsci/qscilexeroctave.sip
29
share/py-sip/Qsci/qscilexerpascal.sip
29
%%PYQT_SIPDIR%%/Qsci/qscilexerpascal.sip
30
share/py-sip/Qsci/qscilexerperl.sip
30
%%PYQT_SIPDIR%%/Qsci/qscilexerperl.sip
31
share/py-sip/Qsci/qscilexerpo.sip
31
%%PYQT_SIPDIR%%/Qsci/qscilexerpo.sip
32
share/py-sip/Qsci/qscilexerpostscript.sip
32
%%PYQT_SIPDIR%%/Qsci/qscilexerpostscript.sip
33
share/py-sip/Qsci/qscilexerpov.sip
33
%%PYQT_SIPDIR%%/Qsci/qscilexerpov.sip
34
share/py-sip/Qsci/qscilexerproperties.sip
34
%%PYQT_SIPDIR%%/Qsci/qscilexerproperties.sip
35
share/py-sip/Qsci/qscilexerpython.sip
35
%%PYQT_SIPDIR%%/Qsci/qscilexerpython.sip
36
share/py-sip/Qsci/qscilexerruby.sip
36
%%PYQT_SIPDIR%%/Qsci/qscilexerruby.sip
37
share/py-sip/Qsci/qscilexerspice.sip
37
%%PYQT_SIPDIR%%/Qsci/qscilexerspice.sip
38
share/py-sip/Qsci/qscilexersql.sip
38
%%PYQT_SIPDIR%%/Qsci/qscilexersql.sip
39
share/py-sip/Qsci/qscilexertcl.sip
39
%%PYQT_SIPDIR%%/Qsci/qscilexertcl.sip
40
share/py-sip/Qsci/qscilexertex.sip
40
%%PYQT_SIPDIR%%/Qsci/qscilexertex.sip
41
share/py-sip/Qsci/qscilexerverilog.sip
41
%%PYQT_SIPDIR%%/Qsci/qscilexerverilog.sip
42
share/py-sip/Qsci/qscilexervhdl.sip
42
%%PYQT_SIPDIR%%/Qsci/qscilexervhdl.sip
43
share/py-sip/Qsci/qscilexerxml.sip
43
%%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip
44
share/py-sip/Qsci/qscilexeryaml.sip
44
%%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip
45
share/py-sip/Qsci/qscimacro.sip
45
%%PYQT_SIPDIR%%/Qsci/qscimacro.sip
46
share/py-sip/Qsci/qscimod3.sip
46
%%PYQT_SIPDIR%%/Qsci/qscimod4.sip
47
share/py-sip/Qsci/qscimod4.sip
47
%%PYQT_SIPDIR%%/Qsci/qscimod5.sip
48
share/py-sip/Qsci/qscimod5.sip
48
%%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip
49
share/py-sip/Qsci/qscimodcommon.sip
49
%%PYQT_SIPDIR%%/Qsci/qsciprinter.sip
50
share/py-sip/Qsci/qsciprinter.sip
50
%%PYQT_SIPDIR%%/Qsci/qsciscintilla.sip
51
share/py-sip/Qsci/qsciscintilla.sip
51
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
52
share/py-sip/Qsci/qsciscintillabase3.sip
52
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
53
share/py-sip/Qsci/qsciscintillabase4.sip
53
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
54
share/py-sip/Qsci/qscistyle.sip
55
share/py-sip/Qsci/qscistyledtext.sip
56
share/qt4/qsci/api/python/QScintilla2.api
54
share/qt4/qsci/api/python/QScintilla2.api
(-)devel/py-qt4-script/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	script
4
PORTNAME=	script
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtScript module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtScript module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtScript
12
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtScript
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build core_run
16
USE_QT4=	moc_build script qmake_build
18
USE_QT4=	moc_build script qmake_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtScript API for QScintilla2
24
API_DESC=		Install QtScript API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/py-qt4-script/pkg-plist (-10 / +10 lines)
Lines 1-12 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtScript.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtScript.so
2
share/py-sip/QtScript/QtScriptmod.sip
2
%%PYQT_SIPDIR%%/QtScript/QtScriptmod.sip
3
share/py-sip/QtScript/qscriptclass.sip
3
%%PYQT_SIPDIR%%/QtScript/qscriptclass.sip
4
share/py-sip/QtScript/qscriptclasspropertyiterator.sip
4
%%PYQT_SIPDIR%%/QtScript/qscriptclasspropertyiterator.sip
5
share/py-sip/QtScript/qscriptcontext.sip
5
%%PYQT_SIPDIR%%/QtScript/qscriptcontext.sip
6
share/py-sip/QtScript/qscriptcontextinfo.sip
6
%%PYQT_SIPDIR%%/QtScript/qscriptcontextinfo.sip
7
share/py-sip/QtScript/qscriptengine.sip
7
%%PYQT_SIPDIR%%/QtScript/qscriptengine.sip
8
share/py-sip/QtScript/qscriptengineagent.sip
8
%%PYQT_SIPDIR%%/QtScript/qscriptengineagent.sip
9
share/py-sip/QtScript/qscriptstring.sip
9
%%PYQT_SIPDIR%%/QtScript/qscriptstring.sip
10
share/py-sip/QtScript/qscriptvalue.sip
10
%%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip
11
share/py-sip/QtScript/qscriptvalueiterator.sip
11
%%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip
12
%%API%%share/qt4/qsci/api/python/QtScript.api
12
%%API%%share/qt4/qsci/api/python/QtScript.api
(-)devel/py-qt4-scripttools/Makefile (-6 / +7 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	scripttools
3
PORTNAME=	scripttools
4
PORTVERSION=	${PYQT4_VERSION}
4
PORTEPOCH=	1
5
PORTEPOCH=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
7
Lines 7-17 Link Here
7
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt4 toolkit, QtScriptTools module
9
COMMENT=	Python bindings for the Qt4 toolkit, QtScriptTools module
9
10
10
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtScriptTools
11
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
12
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
PYQT_DIST=	yes
12
14
13
CONFIGURE_ARGS=	--enable QtScriptTools
15
USES=		python pyqt:4
14
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build core_run
15
USE_QT4=	moc_build scripttools qmake_build
17
USE_QT4=	moc_build scripttools qmake_build
16
18
17
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 21-28 Link Here
21
API_DESC=		Install QtScriptTools API for QScintilla2
23
API_DESC=		Install QtScriptTools API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
25
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
26
28
27
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)devel/py-qt4-scripttools/pkg-plist (-2 / +2 lines)
Lines 1-4 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtScriptTools.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtScriptTools.so
2
share/py-sip/QtScriptTools/QtScriptToolsmod.sip
2
%%PYQT_SIPDIR%%/QtScriptTools/QtScriptToolsmod.sip
3
share/py-sip/QtScriptTools/qscriptenginedebugger.sip
3
%%PYQT_SIPDIR%%/QtScriptTools/qscriptenginedebugger.sip
4
%%API%%share/qt4/qsci/api/python/QtScriptTools.api
4
%%API%%share/qt4/qsci/api/python/QtScriptTools.api
(-)devel/py-qt4-test/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	test
4
PORTNAME=	test
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtTest module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtTest module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtTest
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtTest
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build gui_run
16
USE_QT4=	moc_build gui qtestlib qmake_build
18
USE_QT4=	moc_build gui qtestlib qmake_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtTest API for QScintilla2
24
API_DESC=		Install QtTest API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/py-qt4-test/pkg-plist (-5 / +5 lines)
Lines 1-7 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtTest.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtTest.so
2
share/py-sip/QtTest/QtTestmod.sip
2
%%PYQT_SIPDIR%%/QtTest/QtTestmod.sip
3
share/py-sip/QtTest/qtestcase.sip
3
%%PYQT_SIPDIR%%/QtTest/qtestcase.sip
4
share/py-sip/QtTest/qtestkeyboard.sip
4
%%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip
5
share/py-sip/QtTest/qtestmouse.sip
5
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
6
share/py-sip/QtTest/qtestsystem.sip
6
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
7
%%API%%share/qt4/qsci/api/python/QtTest.api
7
%%API%%share/qt4/qsci/api/python/QtTest.api
(-)devel/py-qt5/Makefile (+26 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	qt5
4
PORTVERSION=	${PYQT5_VERSION}
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt 5 toolkit (meta port)
10
11
USES=		metaport python pyqt:5
12
13
OPTIONS_DEFINE=		core dbus  \
14
			demo designer doc gui  \
15
			multimedia network opengl qscintilla2 \
16
			sql svg test webkit xml \
17
			xmlpatterns \
18
			printsupport serialport webkitwidgets widgets
19
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
20
21
.for opt in ${OPTIONS_DEFINE}
22
${opt}_USE=	PYQT=${opt}_run
23
${opt}_DESC=	${py-${opt}_DESC}
24
.endfor
25
26
.include <bsd.port.mk>
(-)devel/py-qt5/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (PyQt-gpl-5.5.1.tar.gz) = 0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386
2
SIZE (PyQt-gpl-5.5.1.tar.gz) = 3705749
(-)devel/py-qt5/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the PyQt5 metaport.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)devel/py-qt5-core/Makefile (+52 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	core
4
CATEGORIES=	devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtCore module
8
9
CONFIGURE_ARGS=	--enable QtCore
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYTHON=	py3kplist
15
USE_PYQT=	sip
16
USE_QT5=	core
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtCore API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
27
DEBUG_CONFIGURE_ON=	--debug --trace
28
29
.include <bsd.port.pre.mk>
30
31
# Bug 180467: We need to remove the port_v${VERSION} directory that does not
32
# correspond to the Python version being used to avoid failures in the
33
# bytecompilation calls in post-install.
34
PLIST_SUB+=	PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}"
35
post-patch:
36
.if ${PYTHON_MAJOR_VER} == "2"
37
	${RM} -rf ${WRKSRC}/pyuic/uic/port_v3
38
.elif ${PYTHON_MAJOR_VER} == "3"
39
	${RM} -rf ${WRKSRC}/pyuic/uic/port_v2
40
.endif
41
42
43
post-install:
44
	${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5
45
	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
46
		-f -d ${PYTHONPREFIX_SITELIBDIR} \
47
		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5
48
	${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
49
		-f -d ${PYTHONPREFIX_SITELIBDIR} \
50
		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5
51
52
.include <bsd.port.post.mk>
(-)devel/py-qt5-core/files/Qt.py (+73 lines)
Line 0 Link Here
1
# Replacement for the composite module PyQt5.Qt for FreeBSD
2
# Provides namespace for all installed PyQt5 modules by importing them
3
4
from PyQt5.QtCore import *
5
6
try:
7
    from PyQt5.QtGui import *
8
except ImportError:
9
    pass
10
try:
11
    from PyQt5.QtDBus import *
12
except ImportError:
13
    pass
14
try:
15
    from PyQt5.QtMultimedia import *
16
except ImportError:
17
    pass
18
try:
19
    from PyQt5.QtMultimediaWidgets import *
20
except ImportError:
21
    pass
22
try:
23
    from PyQt5.QtNetwork import *
24
except ImportError:
25
    pass
26
try:
27
    from PyQt5.QtOpenGL import *
28
except ImportError:
29
    pass
30
try:
31
    from PyQt5.QtPrintSupport import *
32
except ImportError:
33
    pass
34
try:
35
    from PyQt5.QtQml import *
36
except ImportError:
37
    pass
38
try:
39
    from PyQt5.QtSerialPort import *
40
except ImportError:
41
    pass
42
try:
43
    from PyQt5.QtSql import *
44
except ImportError:
45
    pass
46
try:
47
    from PyQt5.QtSvg import *
48
except ImportError:
49
    pass
50
try:
51
    from PyQt5.QtTest import *
52
except ImportError:
53
    pass
54
try:
55
    from PyQt5.QtWebKit import *
56
except ImportError:
57
    pass
58
try:
59
    from PyQt5.QtWebKitWidgets import *
60
except ImportError:
61
    pass
62
try:
63
    from PyQt5.QtWidgets import *
64
except ImportError:
65
    pass
66
try:
67
    from PyQt5.QtXml import *
68
except ImportError:
69
    pass
70
try:
71
    from PyQt5.QtXmlPatterns import *
72
except ImportError:
73
    pass
(-)devel/py-qt5-core/files/patch-configure.py (+109 lines)
Line 0 Link Here
1
--- configure.py.orig	2015-07-17 11:45:40 UTC
2
+++ configure.py
3
@@ -1219,7 +1219,7 @@ def check_modules(target_config, verbose
4
     the output is to be displayed.
5
     """
6
 
7
-    target_config.pyqt_modules.append('QtCore')
8
+    check_module(target_config, verbose, 'QtCore', 'qobject.h', 'new QObject()')
9
 
10
     check_module(target_config, verbose, 'QtGui', 'qfont.h', 'new QFont()')
11
     check_module(target_config, verbose, 'QtHelp', 'qhelpengine.h',
12
@@ -1436,16 +1436,17 @@ def generate_makefiles(target_config, ve
13
 
14
     generate_sip_module_code(target_config, verbose, no_timestamp, parts,
15
             tracing, 'Qt', sip_flags)
16
-    subdirs.append('Qt')
17
 
18
     if not target_config.no_tools:
19
-        # Generate pylupdate5 and pyrcc5.
20
-        for tool in ('pylupdate', 'pyrcc'):
21
-            generate_application_makefile(target_config, verbose, tool)
22
-            subdirs.append(tool)
23
+        if "QtXml" in target_config.pyqt_modules:
24
+            # Generate pylupdate5 and pyrcc5.
25
+            for tool in ('pylupdate', 'pyrcc'):
26
+                generate_application_makefile(target_config, verbose, tool)
27
+                subdirs.append(tool)
28
 
29
-        # Generate the pyuic5 wrapper.
30
-        pyuic_wrapper = generate_pyuic5_wrapper(target_config)
31
+        if "QtCore" in target_config.pyqt_modules:
32
+            # Generate the pyuic5 wrapper.
33
+            pyuic_wrapper = generate_pyuic5_wrapper(target_config)
34
 
35
     # Generate the Qt Designer plugin.
36
     if not target_config.no_designer_plugin and 'QtDesigner' in target_config.pyqt_modules:
37
@@ -1476,6 +1477,7 @@ def generate_makefiles(target_config, ve
38
             os.remove(mname + '.api')
39
 
40
         f.close()
41
+        os.rename('PyQt5.api', mname + '.api')
42
 
43
     # Generate the Python dbus module.
44
     if target_config.pydbus_module_dir != '':
45
@@ -1504,21 +1506,26 @@ def generate_makefiles(target_config, ve
46
     out_f.write('''TEMPLATE = subdirs
47
 CONFIG += ordered nostrip
48
 SUBDIRS = %s
49
+''' % (' '.join(subdirs)))
50
 
51
+    if "QtCore" in target_config.pyqt_modules:
52
+        out_f.write('''
53
 init_py.files = %s
54
 init_py.path = %s/PyQt5
55
 INSTALLS += init_py
56
-''' % (' '.join(subdirs), source_path('__init__.py'), target_config.pyqt_module_dir))
57
+''' % (source_path('__init__.py'), target_config.pyqt_module_dir))
58
 
59
     # Install the uic module and the pyuic5 wrapper.
60
-    out_f.write('''
61
+    if "QtCore" in target_config.pyqt_modules:
62
+        out_f.write('''
63
 uic_package.files = %s
64
 uic_package.path = %s/PyQt5
65
 INSTALLS += uic_package
66
 ''' % (source_path('pyuic', 'uic'), target_config.pyqt_module_dir))
67
 
68
     if not target_config.no_tools:
69
-        out_f.write('''
70
+        if "QtCore" in target_config.pyqt_modules:
71
+            out_f.write('''
72
 pyuic5.files = %s
73
 pyuic5.path = %s
74
 INSTALLS += pyuic5
75
@@ -1527,17 +1534,17 @@ INSTALLS += pyuic5
76
     # Install the QScintilla .api file.
77
     if target_config.qsci_api:
78
         out_f.write('''
79
-qscintilla_api.files = PyQt5.api
80
+qscintilla_api.files = %s.api
81
 qscintilla_api.path = %s/api/python
82
 INSTALLS += qscintilla_api
83
-''' % target_config.qsci_api_dir)
84
+''' % (mname, target_config.qsci_api_dir))
85
 
86
     out_f.close()
87
 
88
     # Make the pyuic5 wrapper executable on platforms that support it.  If we
89
     # did it after running qmake then (on Linux) the execute bits would be
90
     # stripped on installation.
91
-    if not target_config.no_tools and target_config.py_platform != 'win32':
92
+    if not target_config.no_tools and target_config.py_platform != 'win32' and "QtCore" in target_config.pyqt_modules:
93
         inform("Making the %s wrapper executable..." % pyuic_wrapper)
94
 
95
         sbuf = os.stat(pyuic_wrapper)
96
@@ -2229,9 +2236,10 @@ def get_sip_flags(target_config):
97
     sip_flags.append(version_to_sip_tag(target_config.qt_version))
98
 
99
     # Handle any feature flags.
100
-    for xf in target_config.pyqt_disabled_features:
101
-        sip_flags.append('-x')
102
-        sip_flags.append(xf)
103
+    # Disable for FreeBSD ports.
104
+    #for xf in target_config.pyqt_disabled_features:
105
+    #    sip_flags.append('-x')
106
+    #    sip_flags.append(xf)
107
 
108
     # Handle the version specific Python features.
109
     if target_config.py_version < 0x030000:
(-)devel/py-qt5-core/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
2
This package provides the QtCore module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)devel/py-qt5-core/pkg-plist (+219 lines)
Line 0 Link Here
1
bin/pyuic5
2
%%PYTHON_SITELIBDIR%%/PyQt5/Qt.py
3
%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc
4
%%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo
5
%%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so
6
%%PYTHON_SITELIBDIR%%/PyQt5/__init__.py
7
%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc
8
%%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo
9
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py
10
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc
11
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo
12
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py
13
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc
14
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo
15
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py
16
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc
17
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo
18
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py
19
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc
20
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo
21
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py
22
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc
23
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo
24
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py
25
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc
26
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo
27
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py
28
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc
29
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo
30
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py
31
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc
32
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo
33
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py
34
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc
35
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo
36
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py
37
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc
38
%%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo
39
%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py
40
%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc
41
%%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo
42
%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py
43
%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc
44
%%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo
45
%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py
46
%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc
47
%%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo
48
%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py
49
%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc
50
%%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo
51
%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py
52
%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc
53
%%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo
54
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py
55
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc
56
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo
57
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py
58
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc
59
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo
60
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py
61
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc
62
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo
63
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py
64
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc
65
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo
66
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py
67
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc
68
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo
69
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py
70
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc
71
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo
72
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py
73
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc
74
%%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo
75
%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py
76
%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc
77
%%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo
78
%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py
79
%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc
80
%%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo
81
%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py
82
%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc
83
%%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo
84
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py
85
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc
86
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo
87
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py
88
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc
89
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo
90
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py
91
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc
92
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo
93
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py
94
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc
95
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo
96
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py
97
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc
98
%%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo
99
%%PYQT_SIPDIR%%/QtCore/QtCoremod.sip
100
%%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip
101
%%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip
102
%%PYQT_SIPDIR%%/QtCore/qabstractitemmodel.sip
103
%%PYQT_SIPDIR%%/QtCore/qabstractnativeeventfilter.sip
104
%%PYQT_SIPDIR%%/QtCore/qabstractproxymodel.sip
105
%%PYQT_SIPDIR%%/QtCore/qabstractstate.sip
106
%%PYQT_SIPDIR%%/QtCore/qabstracttransition.sip
107
%%PYQT_SIPDIR%%/QtCore/qanimationgroup.sip
108
%%PYQT_SIPDIR%%/QtCore/qbasictimer.sip
109
%%PYQT_SIPDIR%%/QtCore/qbitarray.sip
110
%%PYQT_SIPDIR%%/QtCore/qbuffer.sip
111
%%PYQT_SIPDIR%%/QtCore/qbytearray.sip
112
%%PYQT_SIPDIR%%/QtCore/qbytearraymatcher.sip
113
%%PYQT_SIPDIR%%/QtCore/qchar.sip
114
%%PYQT_SIPDIR%%/QtCore/qcollator.sip
115
%%PYQT_SIPDIR%%/QtCore/qcommandlineoption.sip
116
%%PYQT_SIPDIR%%/QtCore/qcommandlineparser.sip
117
%%PYQT_SIPDIR%%/QtCore/qcoreapplication.sip
118
%%PYQT_SIPDIR%%/QtCore/qcoreevent.sip
119
%%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip
120
%%PYQT_SIPDIR%%/QtCore/qdatastream.sip
121
%%PYQT_SIPDIR%%/QtCore/qdatetime.sip
122
%%PYQT_SIPDIR%%/QtCore/qdir.sip
123
%%PYQT_SIPDIR%%/QtCore/qdiriterator.sip
124
%%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip
125
%%PYQT_SIPDIR%%/QtCore/qelapsedtimer.sip
126
%%PYQT_SIPDIR%%/QtCore/qeventloop.sip
127
%%PYQT_SIPDIR%%/QtCore/qeventtransition.sip
128
%%PYQT_SIPDIR%%/QtCore/qfile.sip
129
%%PYQT_SIPDIR%%/QtCore/qfiledevice.sip
130
%%PYQT_SIPDIR%%/QtCore/qfileinfo.sip
131
%%PYQT_SIPDIR%%/QtCore/qfileselector.sip
132
%%PYQT_SIPDIR%%/QtCore/qfilesystemwatcher.sip
133
%%PYQT_SIPDIR%%/QtCore/qfinalstate.sip
134
%%PYQT_SIPDIR%%/QtCore/qglobal.sip
135
%%PYQT_SIPDIR%%/QtCore/qhistorystate.sip
136
%%PYQT_SIPDIR%%/QtCore/qidentityproxymodel.sip
137
%%PYQT_SIPDIR%%/QtCore/qiodevice.sip
138
%%PYQT_SIPDIR%%/QtCore/qitemselectionmodel.sip
139
%%PYQT_SIPDIR%%/QtCore/qjsonarray.sip
140
%%PYQT_SIPDIR%%/QtCore/qjsondocument.sip
141
%%PYQT_SIPDIR%%/QtCore/qjsonobject.sip
142
%%PYQT_SIPDIR%%/QtCore/qjsonvalue.sip
143
%%PYQT_SIPDIR%%/QtCore/qlibrary.sip
144
%%PYQT_SIPDIR%%/QtCore/qlibraryinfo.sip
145
%%PYQT_SIPDIR%%/QtCore/qline.sip
146
%%PYQT_SIPDIR%%/QtCore/qlocale.sip
147
%%PYQT_SIPDIR%%/QtCore/qlockfile.sip
148
%%PYQT_SIPDIR%%/QtCore/qlogging.sip
149
%%PYQT_SIPDIR%%/QtCore/qmargins.sip
150
%%PYQT_SIPDIR%%/QtCore/qmessageauthenticationcode.sip
151
%%PYQT_SIPDIR%%/QtCore/qmetaobject.sip
152
%%PYQT_SIPDIR%%/QtCore/qmetatype.sip
153
%%PYQT_SIPDIR%%/QtCore/qmimedata.sip
154
%%PYQT_SIPDIR%%/QtCore/qmimedatabase.sip
155
%%PYQT_SIPDIR%%/QtCore/qmimetype.sip
156
%%PYQT_SIPDIR%%/QtCore/qmutex.sip
157
%%PYQT_SIPDIR%%/QtCore/qnamespace.sip
158
%%PYQT_SIPDIR%%/QtCore/qnumeric.sip
159
%%PYQT_SIPDIR%%/QtCore/qobject.sip
160
%%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip
161
%%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip
162
%%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip
163
%%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip
164
%%PYQT_SIPDIR%%/QtCore/qpluginloader.sip
165
%%PYQT_SIPDIR%%/QtCore/qpoint.sip
166
%%PYQT_SIPDIR%%/QtCore/qprocess.sip
167
%%PYQT_SIPDIR%%/QtCore/qpropertyanimation.sip
168
%%PYQT_SIPDIR%%/QtCore/qpycore_qhash.sip
169
%%PYQT_SIPDIR%%/QtCore/qpycore_qlist.sip
170
%%PYQT_SIPDIR%%/QtCore/qpycore_qmap.sip
171
%%PYQT_SIPDIR%%/QtCore/qpycore_qpair.sip
172
%%PYQT_SIPDIR%%/QtCore/qpycore_qset.sip
173
%%PYQT_SIPDIR%%/QtCore/qpycore_qvector.sip
174
%%PYQT_SIPDIR%%/QtCore/qpycore_virtual_error_handler.sip
175
%%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip
176
%%PYQT_SIPDIR%%/QtCore/qrect.sip
177
%%PYQT_SIPDIR%%/QtCore/qregexp.sip
178
%%PYQT_SIPDIR%%/QtCore/qregularexpression.sip
179
%%PYQT_SIPDIR%%/QtCore/qresource.sip
180
%%PYQT_SIPDIR%%/QtCore/qrunnable.sip
181
%%PYQT_SIPDIR%%/QtCore/qsavefile.sip
182
%%PYQT_SIPDIR%%/QtCore/qsemaphore.sip
183
%%PYQT_SIPDIR%%/QtCore/qsequentialanimationgroup.sip
184
%%PYQT_SIPDIR%%/QtCore/qsettings.sip
185
%%PYQT_SIPDIR%%/QtCore/qsharedmemory.sip
186
%%PYQT_SIPDIR%%/QtCore/qsignalmapper.sip
187
%%PYQT_SIPDIR%%/QtCore/qsignaltransition.sip
188
%%PYQT_SIPDIR%%/QtCore/qsize.sip
189
%%PYQT_SIPDIR%%/QtCore/qsocketnotifier.sip
190
%%PYQT_SIPDIR%%/QtCore/qsortfilterproxymodel.sip
191
%%PYQT_SIPDIR%%/QtCore/qstandardpaths.sip
192
%%PYQT_SIPDIR%%/QtCore/qstate.sip
193
%%PYQT_SIPDIR%%/QtCore/qstatemachine.sip
194
%%PYQT_SIPDIR%%/QtCore/qstorageinfo.sip
195
%%PYQT_SIPDIR%%/QtCore/qstring.sip
196
%%PYQT_SIPDIR%%/QtCore/qstringlist.sip
197
%%PYQT_SIPDIR%%/QtCore/qstringlistmodel.sip
198
%%PYQT_SIPDIR%%/QtCore/qsysinfo.sip
199
%%PYQT_SIPDIR%%/QtCore/qsystemsemaphore.sip
200
%%PYQT_SIPDIR%%/QtCore/qtemporarydir.sip
201
%%PYQT_SIPDIR%%/QtCore/qtemporaryfile.sip
202
%%PYQT_SIPDIR%%/QtCore/qtextboundaryfinder.sip
203
%%PYQT_SIPDIR%%/QtCore/qtextcodec.sip
204
%%PYQT_SIPDIR%%/QtCore/qtextstream.sip
205
%%PYQT_SIPDIR%%/QtCore/qthread.sip
206
%%PYQT_SIPDIR%%/QtCore/qthreadpool.sip
207
%%PYQT_SIPDIR%%/QtCore/qtimeline.sip
208
%%PYQT_SIPDIR%%/QtCore/qtimer.sip
209
%%PYQT_SIPDIR%%/QtCore/qtimezone.sip
210
%%PYQT_SIPDIR%%/QtCore/qtranslator.sip
211
%%PYQT_SIPDIR%%/QtCore/qurl.sip
212
%%PYQT_SIPDIR%%/QtCore/qurlquery.sip
213
%%PYQT_SIPDIR%%/QtCore/quuid.sip
214
%%PYQT_SIPDIR%%/QtCore/qvariant.sip
215
%%PYQT_SIPDIR%%/QtCore/qvariantanimation.sip
216
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
217
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
218
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
219
%%API%%share/qt5/qsci/api/python/QtCore.api
(-)devel/py-qt5-dbus/Makefile (+28 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dbus
4
CATEGORIES=	devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtDBus module
8
9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
10
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus
11
12
CONFIGURE_ARGS=	--enable QtDBus
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
15
16
USES=		python pyqt:5 qmake
17
USE_PYQT=	sip_build core_run
18
USE_QT5=	dbus
19
20
OPTIONS_DEFINE=	API DEBUG
21
OPTIONS_DEFAULT=API
22
OPTIONS_SUB=	yes
23
24
API_DESC=		Install QtDBus API for QScintilla2
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)devel/py-qt5-dbus/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
2
This package provides the D-BUS module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)devel/py-qt5-dbus/pkg-plist (+17 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtDBus.so
2
%%PYQT_SIPDIR%%/QtDBus/QtDBusmod.sip
3
%%PYQT_SIPDIR%%/QtDBus/qdbusabstractadaptor.sip
4
%%PYQT_SIPDIR%%/QtDBus/qdbusabstractinterface.sip
5
%%PYQT_SIPDIR%%/QtDBus/qdbusargument.sip
6
%%PYQT_SIPDIR%%/QtDBus/qdbusconnection.sip
7
%%PYQT_SIPDIR%%/QtDBus/qdbusconnectioninterface.sip
8
%%PYQT_SIPDIR%%/QtDBus/qdbuserror.sip
9
%%PYQT_SIPDIR%%/QtDBus/qdbusextratypes.sip
10
%%PYQT_SIPDIR%%/QtDBus/qdbusinterface.sip
11
%%PYQT_SIPDIR%%/QtDBus/qdbusmessage.sip
12
%%PYQT_SIPDIR%%/QtDBus/qdbuspendingcall.sip
13
%%PYQT_SIPDIR%%/QtDBus/qdbusservicewatcher.sip
14
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
15
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
16
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
17
%%API%%share/qt5/qsci/api/python/QtDBus.api
(-)devel/py-qt5-designer/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	designer
5
CATEGORIES=	devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtDesigner module
9
10
CONFIGURE_ARGS=	--enable QtDesigner
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build gui_run xml_run network_run printsupport_run \
16
		webkit_run widgets_run
17
USE_QT5=	buildtools gui xml designer network printsupport webkit \
18
		widgets xml
19
20
OPTIONS_DEFINE=	API DEBUG
21
OPTIONS_DEFAULT=API
22
OPTIONS_SUB=	yes
23
24
API_DESC=		Install QtDesigner API for QScintilla2
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
26
API_CONFIGURE_OFF=	--no-qsci-api
27
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
28
DEBUG_CONFIGURE_ON=	--debug --trace
29
30
.include <bsd.port.mk>
(-)devel/py-qt5-designer/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtDesigner module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)devel/py-qt5-designer/pkg-plist (+28 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so
2
%%QT_PLUGINDIR%%/designer/libpyqt5.so
3
%%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip
4
%%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip
5
%%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip
6
%%PYQT_SIPDIR%%/QtDesigner/abstractformeditor.sip
7
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindow.sip
8
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowcursor.sip
9
%%PYQT_SIPDIR%%/QtDesigner/abstractformwindowmanager.sip
10
%%PYQT_SIPDIR%%/QtDesigner/abstractobjectinspector.sip
11
%%PYQT_SIPDIR%%/QtDesigner/abstractpropertyeditor.sip
12
%%PYQT_SIPDIR%%/QtDesigner/abstractwidgetbox.sip
13
%%PYQT_SIPDIR%%/QtDesigner/container.sip
14
%%PYQT_SIPDIR%%/QtDesigner/customwidget.sip
15
%%PYQT_SIPDIR%%/QtDesigner/default_extensionfactory.sip
16
%%PYQT_SIPDIR%%/QtDesigner/extension.sip
17
%%PYQT_SIPDIR%%/QtDesigner/formbuilder.sip
18
%%PYQT_SIPDIR%%/QtDesigner/membersheet.sip
19
%%PYQT_SIPDIR%%/QtDesigner/propertysheet.sip
20
%%PYQT_SIPDIR%%/QtDesigner/qextensionmanager.sip
21
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercontainerextension.sip
22
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
23
%%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetplugin.sip
24
%%PYQT_SIPDIR%%/QtDesigner/qpydesignermembersheetextension.sip
25
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
26
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
27
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
28
%%API%%share/qt5/qsci/api/python/QtDesigner.api
(-)devel/py-qt5-qscintilla2/Makefile (+39 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	qscintilla2
4
PORTVERSION=	${QSCI2_VERSION}
5
CATEGORIES=	devel python
6
MASTER_SITES=	${MASTER_SITES_QSCI2}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-
8
DISTNAME=	${QSCI2_DISTNAME}
9
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Python bindings for QScintilla2 (PyQt5), QSci module
12
13
LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
14
15
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
16
DESTDIRNAME=	INSTALL_ROOT
17
18
HAS_CONFIGURE=	yes
19
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
20
21
USES=		python pyqt:5
22
USE_PYQT=	sip core gui printsupport widgets
23
USE_QT5=	gui buildtools_build qmake_build
24
25
OPTIONS_DEFINE=		DEBUG
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
OPTIONSFILE?=	${PORT_DBDIR}/py-qt5-${PORTNAME}/options
29
QSCIDIR=	${PREFIX}/share/qt5/qsci
30
CONFIGURE_ARGS=	--pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \
31
		--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR}
32
WRKSRC=		${WRKDIR}/${DISTNAME}/Python
33
ALL_TARGET=	#empty
34
35
do-configure:
36
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
37
		${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
38
39
.include <bsd.port.mk>
(-)devel/py-qt5-qscintilla2/pkg-descr (+5 lines)
Line 0 Link Here
1
PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
2
This package provides the Qsci module for the Qscintilla2 editor component.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
5
	http://www.riverbankcomputing.co.uk/software/qscintilla/
(-)devel/py-qt5-qscintilla2/pkg-plist (+54 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/Qsci.so
2
%%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip
3
%%PYQT_SIPDIR%%/Qsci/qsciapis.sip
4
%%PYQT_SIPDIR%%/Qsci/qscicommand.sip
5
%%PYQT_SIPDIR%%/Qsci/qscicommandset.sip
6
%%PYQT_SIPDIR%%/Qsci/qscidocument.sip
7
%%PYQT_SIPDIR%%/Qsci/qscilexer.sip
8
%%PYQT_SIPDIR%%/Qsci/qscilexeravs.sip
9
%%PYQT_SIPDIR%%/Qsci/qscilexerbash.sip
10
%%PYQT_SIPDIR%%/Qsci/qscilexerbatch.sip
11
%%PYQT_SIPDIR%%/Qsci/qscilexercmake.sip
12
%%PYQT_SIPDIR%%/Qsci/qscilexercoffeescript.sip
13
%%PYQT_SIPDIR%%/Qsci/qscilexercpp.sip
14
%%PYQT_SIPDIR%%/Qsci/qscilexercsharp.sip
15
%%PYQT_SIPDIR%%/Qsci/qscilexercss.sip
16
%%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip
17
%%PYQT_SIPDIR%%/Qsci/qscilexerd.sip
18
%%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip
19
%%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip
20
%%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip
21
%%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip
22
%%PYQT_SIPDIR%%/Qsci/qscilexeridl.sip
23
%%PYQT_SIPDIR%%/Qsci/qscilexerjava.sip
24
%%PYQT_SIPDIR%%/Qsci/qscilexerjavascript.sip
25
%%PYQT_SIPDIR%%/Qsci/qscilexerlua.sip
26
%%PYQT_SIPDIR%%/Qsci/qscilexermakefile.sip
27
%%PYQT_SIPDIR%%/Qsci/qscilexermatlab.sip
28
%%PYQT_SIPDIR%%/Qsci/qscilexeroctave.sip
29
%%PYQT_SIPDIR%%/Qsci/qscilexerpascal.sip
30
%%PYQT_SIPDIR%%/Qsci/qscilexerperl.sip
31
%%PYQT_SIPDIR%%/Qsci/qscilexerpo.sip
32
%%PYQT_SIPDIR%%/Qsci/qscilexerpostscript.sip
33
%%PYQT_SIPDIR%%/Qsci/qscilexerpov.sip
34
%%PYQT_SIPDIR%%/Qsci/qscilexerproperties.sip
35
%%PYQT_SIPDIR%%/Qsci/qscilexerpython.sip
36
%%PYQT_SIPDIR%%/Qsci/qscilexerruby.sip
37
%%PYQT_SIPDIR%%/Qsci/qscilexerspice.sip
38
%%PYQT_SIPDIR%%/Qsci/qscilexersql.sip
39
%%PYQT_SIPDIR%%/Qsci/qscilexertcl.sip
40
%%PYQT_SIPDIR%%/Qsci/qscilexertex.sip
41
%%PYQT_SIPDIR%%/Qsci/qscilexerverilog.sip
42
%%PYQT_SIPDIR%%/Qsci/qscilexervhdl.sip
43
%%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip
44
%%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip
45
%%PYQT_SIPDIR%%/Qsci/qscimacro.sip
46
%%PYQT_SIPDIR%%/Qsci/qscimod4.sip
47
%%PYQT_SIPDIR%%/Qsci/qscimod5.sip
48
%%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip
49
%%PYQT_SIPDIR%%/Qsci/qsciprinter.sip
50
%%PYQT_SIPDIR%%/Qsci/qsciscintilla.sip
51
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
52
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
53
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
54
%%QT_DATADIR%%/qsci/api/python/QScintilla2.api
(-)devel/py-qt5-test/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	test
5
CATEGORIES=	devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtTest module
9
10
CONFIGURE_ARGS=	--enable QtTest
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build widgets_run
16
USE_QT5=	buildtools_build widgets testlib
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtTest API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)devel/py-qt5-test/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtTest module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)devel/py-qt5-test/pkg-plist (+9 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtTest.so
2
%%PYQT_SIPDIR%%/QtTest/QtTestmod.sip
3
%%PYQT_SIPDIR%%/QtTest/qsignalspy.sip
4
%%PYQT_SIPDIR%%/QtTest/qtestcase.sip
5
%%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip
6
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
7
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
8
%%PYQT_SIPDIR%%/QtTest/qtesttouch.sip
9
%%API%%share/qt5/qsci/api/python/QtTest.api
(-)devel/py-sip/Makefile (-3 / +3 lines)
Lines 12-19 Link Here
12
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
13
COMMENT=	Python to C and C++ bindings generator
13
COMMENT=	Python to C and C++ bindings generator
14
14
15
USES=		python
15
USES=		python pyqt:dummy
16
USE_PYTHON=	py3kplist
16
USE_PYTHON=	concurrent py3kplist
17
USE_PYQT=	#
17
18
18
DATADIR=	${PREFIX}/share/py-${PORTNAME}
19
DATADIR=	${PREFIX}/share/py-${PORTNAME}
19
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
20
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
Lines 28-34 Link Here
28
OPTIONS_DEFINE=		DOCS DEBUG
29
OPTIONS_DEFINE=		DOCS DEBUG
29
DEBUG_CONFIGURE_ON=	--debug
30
DEBUG_CONFIGURE_ON=	--debug
30
31
31
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
32
32
33
do-configure:
33
do-configure:
34
	cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
34
	cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
(-)devel/py-sip/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sip-4.16.5.tar.gz) = a00ba34c30bedc0f61916eb10bd12867b4754910a766647e3e58f88bd00f1e87
1
SHA256 (sip-4.17.tar.gz) = 603026822adf8673fca6e0ea20b02c3c4a2dccb309647656f7269adc8de89060
2
SIZE (sip-4.16.5.tar.gz) = 859672
2
SIZE (sip-4.17.tar.gz) = 959835
(-)devel/qscintilla2/Makefile (-55 lines)
Lines 1-55 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	qscintilla2
5
PORTVERSION=	${QSCI2_VERSION}
6
PORTEPOCH=	1
7
CATEGORIES=	devel
8
MASTER_SITES=	${MASTER_SITES_QSCI2}
9
DISTNAME=	${QSCI2_DISTNAME}
10
11
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Qt 4 port of the Scintilla C++ editor class
13
14
USES=		qmake
15
USE_QT4=	moc_build gui xml designer
16
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
18
BUILD_WRKSRC=		${WRKSRC}/Qt4Qt5
19
CONFIGURE_WRKSRC=	${BUILD_WRKSRC}
20
INSTALL_WRKSRC=		${BUILD_WRKSRC}
21
22
PORTDOCS=	*
23
PORTEXAMPLES=	*
24
25
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
26
OPTIONS_SUB=	yes
27
28
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.options.mk>
30
31
post-patch:
32
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
33
		's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \
34
		s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \
35
		s|$$$$\[QT_INSTALL_TRANSLATIONS\]|${PREFIX}/share/qt4/translations|; \
36
		s|$$$$\[QT_INSTALL_DATA\]|${PREFIX}/share/qt4|' \
37
		qscintilla.pro
38
39
.if empty(PORT_OPTIONS:MNLS)
40
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
41
		's|trans qsci|qsci|' qscintilla.pro
42
.endif
43
44
post-install:
45
	cd ${WRKSRC} &&\
46
		${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\
47
		${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\
48
		${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\
49
		${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla
50
	cd ${WRKSRC}/example-Qt4Qt5 &&\
51
		${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\
52
		${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\
53
		${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images
54
55
.include <bsd.port.mk>
(-)devel/qscintilla2/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (QScintilla-gpl-2.8.4.tar.gz) = 9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f
2
SIZE (QScintilla-gpl-2.8.4.tar.gz) = 3031919
(-)devel/qscintilla2/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class.
2
3
WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/
(-)devel/qscintilla2/pkg-plist (-68 lines)
Lines 1-68 Link Here
1
%%QT_INCDIR%%/Qsci/qsciabstractapis.h
2
%%QT_INCDIR%%/Qsci/qsciapis.h
3
%%QT_INCDIR%%/Qsci/qscicommand.h
4
%%QT_INCDIR%%/Qsci/qscicommandset.h
5
%%QT_INCDIR%%/Qsci/qscidocument.h
6
%%QT_INCDIR%%/Qsci/qsciglobal.h
7
%%QT_INCDIR%%/Qsci/qscilexer.h
8
%%QT_INCDIR%%/Qsci/qscilexeravs.h
9
%%QT_INCDIR%%/Qsci/qscilexerbash.h
10
%%QT_INCDIR%%/Qsci/qscilexerbatch.h
11
%%QT_INCDIR%%/Qsci/qscilexercmake.h
12
%%QT_INCDIR%%/Qsci/qscilexercoffeescript.h
13
%%QT_INCDIR%%/Qsci/qscilexercpp.h
14
%%QT_INCDIR%%/Qsci/qscilexercsharp.h
15
%%QT_INCDIR%%/Qsci/qscilexercss.h
16
%%QT_INCDIR%%/Qsci/qscilexercustom.h
17
%%QT_INCDIR%%/Qsci/qscilexerd.h
18
%%QT_INCDIR%%/Qsci/qscilexerdiff.h
19
%%QT_INCDIR%%/Qsci/qscilexerfortran.h
20
%%QT_INCDIR%%/Qsci/qscilexerfortran77.h
21
%%QT_INCDIR%%/Qsci/qscilexerhtml.h
22
%%QT_INCDIR%%/Qsci/qscilexeridl.h
23
%%QT_INCDIR%%/Qsci/qscilexerjava.h
24
%%QT_INCDIR%%/Qsci/qscilexerjavascript.h
25
%%QT_INCDIR%%/Qsci/qscilexerlua.h
26
%%QT_INCDIR%%/Qsci/qscilexermakefile.h
27
%%QT_INCDIR%%/Qsci/qscilexermatlab.h
28
%%QT_INCDIR%%/Qsci/qscilexeroctave.h
29
%%QT_INCDIR%%/Qsci/qscilexerpascal.h
30
%%QT_INCDIR%%/Qsci/qscilexerperl.h
31
%%QT_INCDIR%%/Qsci/qscilexerpo.h
32
%%QT_INCDIR%%/Qsci/qscilexerpostscript.h
33
%%QT_INCDIR%%/Qsci/qscilexerpov.h
34
%%QT_INCDIR%%/Qsci/qscilexerproperties.h
35
%%QT_INCDIR%%/Qsci/qscilexerpython.h
36
%%QT_INCDIR%%/Qsci/qscilexerruby.h
37
%%QT_INCDIR%%/Qsci/qscilexerspice.h
38
%%QT_INCDIR%%/Qsci/qscilexersql.h
39
%%QT_INCDIR%%/Qsci/qscilexertcl.h
40
%%QT_INCDIR%%/Qsci/qscilexertex.h
41
%%QT_INCDIR%%/Qsci/qscilexerverilog.h
42
%%QT_INCDIR%%/Qsci/qscilexervhdl.h
43
%%QT_INCDIR%%/Qsci/qscilexerxml.h
44
%%QT_INCDIR%%/Qsci/qscilexeryaml.h
45
%%QT_INCDIR%%/Qsci/qscimacro.h
46
%%QT_INCDIR%%/Qsci/qsciprinter.h
47
%%QT_INCDIR%%/Qsci/qsciscintilla.h
48
%%QT_INCDIR%%/Qsci/qsciscintillabase.h
49
%%QT_INCDIR%%/Qsci/qscistyle.h
50
%%QT_INCDIR%%/Qsci/qscistyledtext.h
51
%%QT_LIBDIR%%/libqscintilla2.so
52
%%QT_LIBDIR%%/libqscintilla2.so.11
53
%%QT_LIBDIR%%/libqscintilla2.so.11.3
54
%%QT_LIBDIR%%/libqscintilla2.so.11.3.0
55
%%QT_MKSPECDIR%%/features/qscintilla2.prf
56
share/qt4/qsci/api/python/Python-2.4.api
57
share/qt4/qsci/api/python/Python-2.5.api
58
share/qt4/qsci/api/python/Python-2.6.api
59
share/qt4/qsci/api/python/Python-2.7.api
60
share/qt4/qsci/api/python/Python-3.1.api
61
share/qt4/qsci/api/python/Python-3.2.api
62
share/qt4/qsci/api/python/Python-3.3.api
63
share/qt4/qsci/api/python/Python-3.4.api
64
%%NLS%%share/qt4/translations/qscintilla_cs.qm
65
%%NLS%%share/qt4/translations/qscintilla_de.qm
66
%%NLS%%share/qt4/translations/qscintilla_es.qm
67
%%NLS%%share/qt4/translations/qscintilla_fr.qm
68
%%NLS%%share/qt4/translations/qscintilla_pt_br.qm
(-)devel/qscintilla2-designerplugin/Makefile (-33 lines)
Lines 1-33 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	designerplugin
5
PORTVERSION=	${QSCI2_VERSION}
6
PORTEPOCH=	1
7
CATEGORIES=	devel
8
MASTER_SITES=	${MASTER_SITES_QSCI2}
9
PKGNAMEPREFIX=	qscintilla2-
10
DISTNAME=	${QSCI2_DISTNAME}
11
12
MAINTAINER=	kde@FreeBSD.org
13
COMMENT=	Qt4 Designer plugin for QScintilla2
14
15
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
16
17
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
18
USES=		qmake
19
USE_QT4=	qmake_build moc_build gui xml designer
20
HAS_CONFIGURE=	yes
21
22
WRKSRC=		${WRKDIR}/${DISTNAME}/designer-Qt4Qt5
23
24
PLIST_FILES=	%%QT_PLUGINDIR%%/designer/libqscintillaplugin.so
25
26
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
27
28
pre-configure:
29
	${REINPLACE_CMD} -e \
30
		's|$$$$\[QT_INSTALL_PLUGINS\]|${PREFIX}/${QT_PLUGINDIR_REL}|' \
31
		${WRKSRC}/designer.pro
32
33
.include <bsd.port.mk>
(-)devel/qscintilla2-designerplugin/pkg-descr (-4 lines)
Lines 1-4 Link Here
1
The Qt Designer plugin allows QScintilla2 instances to be included in GUI
2
designs just like any other Qt4 widget.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/
(-)devel/qscintilla2-qt4/Makefile (-3 / +14 lines)
Lines 1-8 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qscintilla2
4
PORTNAME=	qscintilla2-qt4
5
PORTVERSION=	${QSCI2_VERSION}
5
PORTVERSION=	${QSCI2_VERSION}
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	devel
8
CATEGORIES=	devel
8
MASTER_SITES=	${MASTER_SITES_QSCI2}
9
MASTER_SITES=	${MASTER_SITES_QSCI2}
Lines 11-17 Link Here
11
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Qt 4 port of the Scintilla C++ editor class
13
COMMENT=	Qt 4 port of the Scintilla C++ editor class
13
14
14
USES=		qmake
15
USES=		qmake pyqt:4
16
USE_PYQT=	#
15
USE_QT4=	moc_build gui xml designer
17
USE_QT4=	moc_build gui xml designer
16
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
18
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
19
Lines 25-34 Link Here
25
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
27
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
26
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
27
29
28
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.options.mk>
30
.include <bsd.port.options.mk>
30
31
32
31
post-patch:
33
post-patch:
34
# rename qscintilla2.so to -qt[45] -- this needs modification in all depending ports TODO
35
	${REINPLACE_CMD} -e "/^TARGET =/ s#qscintilla2#${PORTNAME}#" \
36
		${PATCH_WRKSRC}/Qt4Qt5/qscintilla.pro
37
# the following makes the lines for MAC/Win invalid... but we're neither...
38
	${REINPLACE_CMD} -e "/LIBS +=/ s#-lqscintilla2#-l${PORTNAME}#" \
39
		${PATCH_WRKSRC}/Qt4Qt5/features/qscintilla2.prf
40
	${REINPLACE_CMD} -e "/features.path/ s#%%QT_MKSPECDIR%%#${QT_MKSPECDIR}#" \
41
		${PATCH_WRKSRC}/Qt4Qt5/qscintilla.pro
42
32
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
43
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
33
		's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \
44
		's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \
34
		s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \
45
		s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \
(-)devel/qscintilla2-qt4/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QScintilla-gpl-2.8.4.tar.gz) = 9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f
1
SHA256 (QScintilla-gpl-2.9.tar.gz) = d7c32e32582f93779de861006d87467b38b9ebc06e3d0b32e981cb24369fa417
2
SIZE (QScintilla-gpl-2.8.4.tar.gz) = 3031919
2
SIZE (QScintilla-gpl-2.9.tar.gz) = 2435116
(-)devel/qscintilla2-qt4/pkg-plist (-4 / +4 lines)
Lines 48-57 Link Here
48
%%QT_INCDIR%%/Qsci/qsciscintillabase.h
48
%%QT_INCDIR%%/Qsci/qsciscintillabase.h
49
%%QT_INCDIR%%/Qsci/qscistyle.h
49
%%QT_INCDIR%%/Qsci/qscistyle.h
50
%%QT_INCDIR%%/Qsci/qscistyledtext.h
50
%%QT_INCDIR%%/Qsci/qscistyledtext.h
51
%%QT_LIBDIR%%/libqscintilla2.so
51
%%QT_LIBDIR%%/libqscintilla2-qt4.so
52
%%QT_LIBDIR%%/libqscintilla2.so.11
52
%%QT_LIBDIR%%/libqscintilla2-qt4.so.12
53
%%QT_LIBDIR%%/libqscintilla2.so.11.3
53
%%QT_LIBDIR%%/libqscintilla2-qt4.so.12.0
54
%%QT_LIBDIR%%/libqscintilla2.so.11.3.0
54
%%QT_LIBDIR%%/libqscintilla2-qt4.so.12.0.0
55
%%QT_MKSPECDIR%%/features/qscintilla2.prf
55
%%QT_MKSPECDIR%%/features/qscintilla2.prf
56
share/qt4/qsci/api/python/Python-2.4.api
56
share/qt4/qsci/api/python/Python-2.4.api
57
share/qt4/qsci/api/python/Python-2.5.api
57
share/qt4/qsci/api/python/Python-2.5.api
(-)devel/qscintilla2-qt4-designerplugin/Makefile (-4 / +2 lines)
Lines 12-21 Link Here
12
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
13
COMMENT=	Qt4 Designer plugin for QScintilla2
13
COMMENT=	Qt4 Designer plugin for QScintilla2
14
14
15
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
15
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
16
16
17
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
17
DISTINFO_FILE=	${QSCI2_DISTINFO_FILE}
18
USES=		qmake
18
USES=		qmake pyqt:4
19
USE_QT4=	qmake_build moc_build gui xml designer
19
USE_QT4=	qmake_build moc_build gui xml designer
20
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
21
21
Lines 23-30 Link Here
23
23
24
PLIST_FILES=	%%QT_PLUGINDIR%%/designer/libqscintillaplugin.so
24
PLIST_FILES=	%%QT_PLUGINDIR%%/designer/libqscintillaplugin.so
25
25
26
.include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
27
28
pre-configure:
26
pre-configure:
29
	${REINPLACE_CMD} -e \
27
	${REINPLACE_CMD} -e \
30
		's|$$$$\[QT_INSTALL_PLUGINS\]|${PREFIX}/${QT_PLUGINDIR_REL}|' \
28
		's|$$$$\[QT_INSTALL_PLUGINS\]|${PREFIX}/${QT_PLUGINDIR_REL}|' \
(-)devel/qscintilla2-qt5/Makefile (+63 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	qscintilla2-qt5
4
PORTVERSION=	${QSCI2_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
7
MASTER_SITES=	${MASTER_SITES_QSCI2}
8
DISTNAME=	${QSCI2_DISTNAME}
9
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Qt 5 port of the Scintilla C++ editor class
12
13
USES=		qmake pyqt:5
14
USE_PYQT=	#
15
USE_QT5=	buildtools_build gui xml designer
16
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
18
BUILD_WRKSRC=		${WRKSRC}/Qt4Qt5
19
CONFIGURE_WRKSRC=	${BUILD_WRKSRC}
20
INSTALL_WRKSRC=		${BUILD_WRKSRC}
21
22
PORTDOCS=	*
23
PORTEXAMPLES=	*
24
25
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
26
OPTIONS_SUB=	yes
27
28
.include <bsd.port.options.mk>
29
30
post-patch:
31
# rename qscintilla2.so to -qt[45] -- this needs modification in all depending ports TODO
32
	${REINPLACE_CMD} -e "/^TARGET =/ s#qscintilla2#${PORTNAME}#" \
33
		${PATCH_WRKSRC}/Qt4Qt5/qscintilla.pro
34
# the following makes the lines for MAC/Win invalid... but we're neither...
35
	${REINPLACE_CMD} -e "/LIBS +=/ s#-lqscintilla2#-l${PORTNAME}#" \
36
		${PATCH_WRKSRC}/Qt4Qt5/features/qscintilla2.prf
37
	${REINPLACE_CMD} -e "/features.path/ s#%%QT_MKSPECDIR%%#${QT_MKSPECDIR}#" \
38
		${PATCH_WRKSRC}/Qt4Qt5/qscintilla.pro
39
40
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
41
		's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \
42
		s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \
43
		s|$$$$\[QT_INSTALL_TRANSLATIONS\]|${PREFIX}/share/qt5/translations|; \
44
		s|$$$$\[QT_INSTALL_DATA\]|${PREFIX}/share/qt5|' \
45
		qscintilla.pro
46
47
.if empty(PORT_OPTIONS:MNLS)
48
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \
49
		's|trans qsci|qsci|' qscintilla.pro
50
.endif
51
52
post-install:
53
	cd ${WRKSRC} &&\
54
		${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\
55
		${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\
56
		${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\
57
		${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla
58
	cd ${WRKSRC}/example-Qt4Qt5 &&\
59
		${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\
60
		${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\
61
		${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images
62
63
.include <bsd.port.mk>
(-)devel/qscintilla2-qt5/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (QScintilla-gpl-2.9.tar.gz) = d7c32e32582f93779de861006d87467b38b9ebc06e3d0b32e981cb24369fa417
2
SIZE (QScintilla-gpl-2.9.tar.gz) = 2435116
(-)devel/qscintilla2-qt5/files/patch-Qt4Qt5_qscintilla.pro (+11 lines)
Line 0 Link Here
1
--- Qt4Qt5/qscintilla.pro.orig	2015-09-14 07:01:38 UTC
2
+++ Qt4Qt5/qscintilla.pro
3
@@ -77,7 +77,7 @@ isEmpty(qsci.path) {
4
 INSTALLS += header trans qsci target
5
6
 greaterThan(QT_MAJOR_VERSION, 3) {
7
-    features.path = $$[QT_INSTALL_DATA]/mkspecs/features
8
+    features.path = %%QT_MKSPECDIR%%/features
9
     features.files = $$PWD/features/qscintilla2.prf
10
     INSTALLS += features
11
 }
(-)devel/qscintilla2-qt5/pkg-descr (+3 lines)
Line 0 Link Here
1
QScintilla2 is a port to Qt5 of Neil Hodgson's Scintilla C++ editor class.
2
3
WWW: http://www.riverbankcomputing.co.uk/software/qscintilla/
(-)devel/qscintilla2-qt5/pkg-plist (+68 lines)
Line 0 Link Here
1
%%QT_INCDIR%%/Qsci/qsciabstractapis.h
2
%%QT_INCDIR%%/Qsci/qsciapis.h
3
%%QT_INCDIR%%/Qsci/qscicommand.h
4
%%QT_INCDIR%%/Qsci/qscicommandset.h
5
%%QT_INCDIR%%/Qsci/qscidocument.h
6
%%QT_INCDIR%%/Qsci/qsciglobal.h
7
%%QT_INCDIR%%/Qsci/qscilexer.h
8
%%QT_INCDIR%%/Qsci/qscilexeravs.h
9
%%QT_INCDIR%%/Qsci/qscilexerbash.h
10
%%QT_INCDIR%%/Qsci/qscilexerbatch.h
11
%%QT_INCDIR%%/Qsci/qscilexercmake.h
12
%%QT_INCDIR%%/Qsci/qscilexercoffeescript.h
13
%%QT_INCDIR%%/Qsci/qscilexercpp.h
14
%%QT_INCDIR%%/Qsci/qscilexercsharp.h
15
%%QT_INCDIR%%/Qsci/qscilexercss.h
16
%%QT_INCDIR%%/Qsci/qscilexercustom.h
17
%%QT_INCDIR%%/Qsci/qscilexerd.h
18
%%QT_INCDIR%%/Qsci/qscilexerdiff.h
19
%%QT_INCDIR%%/Qsci/qscilexerfortran.h
20
%%QT_INCDIR%%/Qsci/qscilexerfortran77.h
21
%%QT_INCDIR%%/Qsci/qscilexerhtml.h
22
%%QT_INCDIR%%/Qsci/qscilexeridl.h
23
%%QT_INCDIR%%/Qsci/qscilexerjava.h
24
%%QT_INCDIR%%/Qsci/qscilexerjavascript.h
25
%%QT_INCDIR%%/Qsci/qscilexerlua.h
26
%%QT_INCDIR%%/Qsci/qscilexermakefile.h
27
%%QT_INCDIR%%/Qsci/qscilexermatlab.h
28
%%QT_INCDIR%%/Qsci/qscilexeroctave.h
29
%%QT_INCDIR%%/Qsci/qscilexerpascal.h
30
%%QT_INCDIR%%/Qsci/qscilexerperl.h
31
%%QT_INCDIR%%/Qsci/qscilexerpo.h
32
%%QT_INCDIR%%/Qsci/qscilexerpostscript.h
33
%%QT_INCDIR%%/Qsci/qscilexerpov.h
34
%%QT_INCDIR%%/Qsci/qscilexerproperties.h
35
%%QT_INCDIR%%/Qsci/qscilexerpython.h
36
%%QT_INCDIR%%/Qsci/qscilexerruby.h
37
%%QT_INCDIR%%/Qsci/qscilexerspice.h
38
%%QT_INCDIR%%/Qsci/qscilexersql.h
39
%%QT_INCDIR%%/Qsci/qscilexertcl.h
40
%%QT_INCDIR%%/Qsci/qscilexertex.h
41
%%QT_INCDIR%%/Qsci/qscilexerverilog.h
42
%%QT_INCDIR%%/Qsci/qscilexervhdl.h
43
%%QT_INCDIR%%/Qsci/qscilexerxml.h
44
%%QT_INCDIR%%/Qsci/qscilexeryaml.h
45
%%QT_INCDIR%%/Qsci/qscimacro.h
46
%%QT_INCDIR%%/Qsci/qsciprinter.h
47
%%QT_INCDIR%%/Qsci/qsciscintilla.h
48
%%QT_INCDIR%%/Qsci/qsciscintillabase.h
49
%%QT_INCDIR%%/Qsci/qscistyle.h
50
%%QT_INCDIR%%/Qsci/qscistyledtext.h
51
%%QT_LIBDIR%%/libqscintilla2-qt5.so
52
%%QT_LIBDIR%%/libqscintilla2-qt5.so.12
53
%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0
54
%%QT_LIBDIR%%/libqscintilla2-qt5.so.12.0.0
55
%%QT_MKSPECDIR%%/features/qscintilla2.prf
56
%%QT_DATADIR%%/qsci/api/python/Python-2.4.api
57
%%QT_DATADIR%%/qsci/api/python/Python-2.5.api
58
%%QT_DATADIR%%/qsci/api/python/Python-2.6.api
59
%%QT_DATADIR%%/qsci/api/python/Python-2.7.api
60
%%QT_DATADIR%%/qsci/api/python/Python-3.1.api
61
%%QT_DATADIR%%/qsci/api/python/Python-3.2.api
62
%%QT_DATADIR%%/qsci/api/python/Python-3.3.api
63
%%QT_DATADIR%%/qsci/api/python/Python-3.4.api
64
%%NLS%%%%QT_L10NDIR%%/qscintilla_cs.qm
65
%%NLS%%%%QT_L10NDIR%%/qscintilla_de.qm
66
%%NLS%%%%QT_L10NDIR%%/qscintilla_es.qm
67
%%NLS%%%%QT_L10NDIR%%/qscintilla_fr.qm
68
%%NLS%%%%QT_L10NDIR%%/qscintilla_pt_br.qm
(-)devel/ruby-qtruby/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	qtruby
3
PORTNAME=	qtruby
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	devel kde ruby
6
CATEGORIES=	devel kde ruby
6
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
COMMENT=	Ruby bindings for Qt
12
COMMENT=	Ruby bindings for Qt
12
13
13
LIB_DEPENDS=	libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
14
LIB_DEPENDS=	libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
14
		libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
15
		libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
15
16
16
USE_KDE4=	kdeprefix smokeqt
17
USE_KDE4=	kdeprefix smokeqt
17
USE_QT4=	corelib dbus declarative gui network phonon script webkit xml \
18
USE_QT4=	corelib dbus declarative gui network phonon script webkit xml \
(-)devel/smokegen/Makefile (+3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	smokegen
3
PORTNAME=	smokegen
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	devel kde
6
CATEGORIES=	devel kde
6
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
DIST_SUBDIR=	KDE/${PORTVERSION}
8
DIST_SUBDIR=	KDE/${PORTVERSION}
Lines 18-22 Link Here
18
pre-configure:
19
pre-configure:
19
	${REINPLACE_CMD} -e 's|share/smoke/cmake|lib/cmake/smoke|g' \
20
	${REINPLACE_CMD} -e 's|share/smoke/cmake|lib/cmake/smoke|g' \
20
		${WRKSRC}/smokebase/CMakeLists.txt
21
		${WRKSRC}/smokebase/CMakeLists.txt
22
	${REINPLACE_CMD} -e 's|qscintilla2|&-qt4|g' \
23
		${WRKSRC}/cmake/FindQScintilla.cmake
21
24
22
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)devel/smokeqt/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	smokeqt
3
PORTNAME=	smokeqt
4
PORTVERSION=	${KDE4_VERSION}
4
PORTVERSION=	${KDE4_VERSION}
5
PORTREVISION=	1
5
CATEGORIES=	devel kde
6
CATEGORIES=	devel kde
6
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
7
DIST_SUBDIR=	KDE/${PORTVERSION}
8
DIST_SUBDIR=	KDE/${PORTVERSION}
Lines 9-15 Link Here
9
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
10
COMMENT=	SMOKE bindings for Qt
11
COMMENT=	SMOKE bindings for Qt
11
12
12
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
13
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4 \
13
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
14
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
14
15
15
USE_KDE4=	kdeprefix smokegen qimageblitz
16
USE_KDE4=	kdeprefix smokegen qimageblitz
(-)devel/universalindentgui/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	universalindentgui
4
PORTNAME=	universalindentgui
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	SF/universalindent/uigui/UniversalIndentGUI_${PORTVERSION}
8
MASTER_SITES=	SF/universalindent/uigui/UniversalIndentGUI_${PORTVERSION}
9
9
Lines 10-16 Link Here
10
MAINTAINER=	avg@icyb.net.ua
10
MAINTAINER=	avg@icyb.net.ua
11
COMMENT=	Graphical UI for multiple source code indent/format/beautify tools
11
COMMENT=	Graphical UI for multiple source code indent/format/beautify tools
12
12
13
LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
13
LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
14
14
15
USES=		dos2unix qmake shebangfix
15
USES=		dos2unix qmake shebangfix
16
SHEBANG_FILES=	indenters/pindent.py \
16
SHEBANG_FILES=	indenters/pindent.py \
Lines 25-30 Link Here
25
	@${REINPLACE_CMD} -e 's#/usr/#${PREFIX}/#g' -e 's#/share/man/#/man/#g' \
25
	@${REINPLACE_CMD} -e 's#/usr/#${PREFIX}/#g' -e 's#/share/man/#/man/#g' \
26
		${WRKSRC}/UniversalIndentGUI.pro ${WRKSRC}/src/SettingsPaths.cpp
26
		${WRKSRC}/UniversalIndentGUI.pro ${WRKSRC}/src/SettingsPaths.cpp
27
	@${REINPLACE_CMD} -e 's#debug_and_release#release#g' \
27
	@${REINPLACE_CMD} -e 's#debug_and_release#release#g' \
28
			 -e 's#-lqscintilla2#&-qt4#g' \
28
		${WRKSRC}/UniversalIndentGUI.pro
29
		${WRKSRC}/UniversalIndentGUI.pro
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)graphics/Makefile (+1 lines)
Lines 867-872 Link Here
867
    SUBDIR += py-pygooglechart
867
    SUBDIR += py-pygooglechart
868
    SUBDIR += py-pyproj
868
    SUBDIR += py-pyproj
869
    SUBDIR += py-qt4-svg
869
    SUBDIR += py-qt4-svg
870
    SUBDIR += py-qt5-svg
870
    SUBDIR += py-rabbyt
871
    SUBDIR += py-rabbyt
871
    SUBDIR += py-sane
872
    SUBDIR += py-sane
872
    SUBDIR += py-seqdiag
873
    SUBDIR += py-seqdiag
(-)graphics/py-qt4-svg/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	svg
4
PORTNAME=	svg
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	graphics devel python
7
CATEGORIES=	graphics devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtSvg module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtSvg module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtSvg
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtSvg
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build gui_run
16
USE_QT4=	moc_build svg qmake_build
18
USE_QT4=	moc_build svg qmake_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtSvg API for QScintilla2
24
API_DESC=		Install QtSvg API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)graphics/py-qt4-svg/pkg-plist (-5 / +5 lines)
Lines 1-7 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtSvg.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtSvg.so
2
share/py-sip/QtSvg/QtSvgmod.sip
2
%%PYQT_SIPDIR%%/QtSvg/QtSvgmod.sip
3
share/py-sip/QtSvg/qgraphicssvgitem.sip
3
%%PYQT_SIPDIR%%/QtSvg/qgraphicssvgitem.sip
4
share/py-sip/QtSvg/qsvggenerator.sip
4
%%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip
5
share/py-sip/QtSvg/qsvgrenderer.sip
5
%%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip
6
share/py-sip/QtSvg/qsvgwidget.sip
6
%%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip
7
%%API%%share/qt4/qsci/api/python/QtSvg.api
7
%%API%%share/qt4/qsci/api/python/QtSvg.api
(-)graphics/py-qt5-svg/Makefile (+29 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	svg
5
PORTEPOCH=	1
6
CATEGORIES=	graphics devel python
7
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtSvg module
10
11
CONFIGURE_ARGS=	--enable QtSvg
12
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
PYQT_DIST=	yes
14
15
USES=		python pyqt:5 qmake
16
USE_PYQT=	sip_build gui_run
17
USE_QT5=	svg
18
19
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFAULT=API
21
OPTIONS_SUB=	yes
22
23
API_DESC=		Install QtSvg API for QScintilla2
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_OFF=	--no-qsci-api
26
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
27
DEBUG_CONFIGURE_ON=	--debug --trace
28
29
.include <bsd.port.mk>
(-)graphics/py-qt5-svg/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtSvg module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)graphics/py-qt5-svg/pkg-plist (+7 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtSvg.so
2
%%PYQT_SIPDIR%%/QtSvg/QtSvgmod.sip
3
%%PYQT_SIPDIR%%/QtSvg/qgraphicssvgitem.sip
4
%%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip
5
%%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip
6
%%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip
7
%%API%%share/qt5/qsci/api/python/QtSvg.api
(-)graphics/qgis/Makefile (-1 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qgis
4
PORTNAME=	qgis
5
PORTVERSION=	2.12.0
5
PORTVERSION=	2.12.0
6
PORTREVISION=	1
6
CATEGORIES=	graphics geography
7
CATEGORIES=	graphics geography
7
8
8
MAINTAINER=	rhurlin@gwdg.de
9
MAINTAINER=	rhurlin@gwdg.de
Lines 17-23 Link Here
17
		libgsl.so:${PORTSDIR}/math/gsl \
18
		libgsl.so:${PORTSDIR}/math/gsl \
18
		libproj.so:${PORTSDIR}/graphics/proj \
19
		libproj.so:${PORTSDIR}/graphics/proj \
19
		libqca.so:${PORTSDIR}/devel/qca \
20
		libqca.so:${PORTSDIR}/devel/qca \
20
		libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
21
		libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4 \
21
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
22
		libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
22
		libspatialindex.so:${PORTSDIR}/devel/spatialindex \
23
		libspatialindex.so:${PORTSDIR}/devel/spatialindex \
23
		libspatialite.so:${PORTSDIR}/databases/spatialite
24
		libspatialite.so:${PORTSDIR}/databases/spatialite
Lines 128-132 Link Here
128
pre-patch:
129
pre-patch:
129
	@${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "</td><td><a href=\\"https://github.com/qgis/QGIS/commit/%1\\">%1</a></td>" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "</td><td>" + tr( "${GH_TAGNAME}" ) + "</td>"|g' \
130
	@${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "</td><td><a href=\\"https://github.com/qgis/QGIS/commit/%1\\">%1</a></td>" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "</td><td>" + tr( "${GH_TAGNAME}" ) + "</td>"|g' \
130
		${WRKSRC}/src/app/qgisapp.cpp
131
		${WRKSRC}/src/app/qgisapp.cpp
132
	@${REINPLACE_CMD} -e 's|qscintilla2 |qscintilla2-qt4 |g' \
133
		${WRKSRC}/cmake/FindQScintilla.cmake
131
134
132
.include <bsd.port.mk>
135
.include <bsd.port.mk>
(-)graphics/seexpr/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	seexpr
4
PORTNAME=	seexpr
5
DISTVERSION=	1.0.1.2015.08.29
5
DISTVERSION=	1.0.1.2015.08.29
6
PORTREVISION=	1
6
CATEGORIES=	graphics math
7
CATEGORIES=	graphics math
7
8
8
MAINTAINER=	danfe@FreeBSD.org
9
MAINTAINER=	danfe@FreeBSD.org
Lines 10-16 Link Here
10
11
11
LICENSE=	APACHE20
12
LICENSE=	APACHE20
12
13
13
BUILD_DEPENDS=	${LOCALBASE}/share/py-sip/QtGui/QtGuimod.sip:${PORTSDIR}/x11-toolkits/py-qt4-gui
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui
14
15
15
USE_GITHUB=	yes
16
USE_GITHUB=	yes
16
GH_ACCOUNT=	wdas
17
GH_ACCOUNT=	wdas
(-)lang/Makefile (+1 lines)
Lines 253-258 Link Here
253
    SUBDIR += py-clojure
253
    SUBDIR += py-clojure
254
    SUBDIR += py-mx-base
254
    SUBDIR += py-mx-base
255
    SUBDIR += py-prolog
255
    SUBDIR += py-prolog
256
    SUBDIR += py-qt5-qml
256
    SUBDIR += pypy
257
    SUBDIR += pypy
257
    SUBDIR += pypy3-devel
258
    SUBDIR += pypy3-devel
258
    SUBDIR += python
259
    SUBDIR += python
(-)lang/py-qt5-qml/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	qml
4
CATEGORIES=	lang devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, Qml module
8
9
CONFIGURE_ARGS=	--enable QtQml
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build core_run
15
USE_QT5=	buildtools_build gui qml
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=	yes
20
21
API_DESC=		Install QtMultimedia API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
.include <bsd.port.mk>
(-)lang/py-qt5-qml/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtQml module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)lang/py-qt5-qml/pkg-plist (+27 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so
2
%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so
3
%%PYQT_SIPDIR%%/QtQml/QtQmlmod.sip
4
%%PYQT_SIPDIR%%/QtQml/qjsengine.sip
5
%%PYQT_SIPDIR%%/QtQml/qjsvalue.sip
6
%%PYQT_SIPDIR%%/QtQml/qjsvalueiterator.sip
7
%%PYQT_SIPDIR%%/QtQml/qmlattachedpropertiesobject.sip
8
%%PYQT_SIPDIR%%/QtQml/qmlregistertype.sip
9
%%PYQT_SIPDIR%%/QtQml/qpyqmllistproperty.sip
10
%%PYQT_SIPDIR%%/QtQml/qqmlabstracturlinterceptor.sip
11
%%PYQT_SIPDIR%%/QtQml/qqmlapplicationengine.sip
12
%%PYQT_SIPDIR%%/QtQml/qqmlcomponent.sip
13
%%PYQT_SIPDIR%%/QtQml/qqmlcontext.sip
14
%%PYQT_SIPDIR%%/QtQml/qqmlengine.sip
15
%%PYQT_SIPDIR%%/QtQml/qqmlerror.sip
16
%%PYQT_SIPDIR%%/QtQml/qqmlexpression.sip
17
%%PYQT_SIPDIR%%/QtQml/qqmlextensionplugin.sip
18
%%PYQT_SIPDIR%%/QtQml/qqmlfileselector.sip
19
%%PYQT_SIPDIR%%/QtQml/qqmlincubator.sip
20
%%PYQT_SIPDIR%%/QtQml/qqmllist.sip
21
%%PYQT_SIPDIR%%/QtQml/qqmlnetworkaccessmanagerfactory.sip
22
%%PYQT_SIPDIR%%/QtQml/qqmlparserstatus.sip
23
%%PYQT_SIPDIR%%/QtQml/qqmlproperty.sip
24
%%PYQT_SIPDIR%%/QtQml/qqmlpropertymap.sip
25
%%PYQT_SIPDIR%%/QtQml/qqmlpropertyvaluesource.sip
26
%%PYQT_SIPDIR%%/QtQml/qqmlscriptstring.sip
27
%%API%%share/qt5/qsci/api/python/QtQml.api
(-)math/octave/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	octave
4
PORTNAME=	octave
5
PORTVERSION=	3.8.2
5
PORTVERSION=	3.8.2
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 33-39 Link Here
33
		libumfpack.so:${PORTSDIR}/math/suitesparse \
33
		libumfpack.so:${PORTSDIR}/math/suitesparse \
34
		libglpk.so:${PORTSDIR}/math/glpk \
34
		libglpk.so:${PORTSDIR}/math/glpk \
35
		libgl2ps.so:${PORTSDIR}/print/gl2ps \
35
		libgl2ps.so:${PORTSDIR}/print/gl2ps \
36
		libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
36
		libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
37
37
38
USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2
38
USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2
39
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
(-)misc/Makefile (+2 lines)
Lines 379-384 Link Here
379
    SUBDIR += py-progressbar231
379
    SUBDIR += py-progressbar231
380
    SUBDIR += py-qt4-demo
380
    SUBDIR += py-qt4-demo
381
    SUBDIR += py-qt4-doc
381
    SUBDIR += py-qt4-doc
382
    SUBDIR += py-qt5-demo
383
    SUBDIR += py-qt5-doc
382
    SUBDIR += py-yolk
384
    SUBDIR += py-yolk
383
    SUBDIR += pylize
385
    SUBDIR += pylize
384
    SUBDIR += pypanda
386
    SUBDIR += pypanda
(-)misc/py-qt4-demo/Makefile (-6 / +7 lines)
Lines 14-29 Link Here
14
14
15
DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
15
DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
16
16
17
USES=		python
17
USES=		python pyqt:4
18
18
19
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt4
19
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt4
20
20
21
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
21
# Broken
22
USE_PYQT=	assistant_run core_run dbus_run dbussupport_run declarative_run \
23
		designer_run designerplugin_run doc_run gui_run help_run \
24
		multimedia_run network_run opengl_run phonon_run qscintilla2_run \
25
		script_run scripttools_run sql_run svg_run test_run webkit_run xml_run \
26
		xmlpatterns_run sip_run qscintilla2_run
22
27
23
.for component in ${PYQT4_COMPONENTS:Ndemo}
24
PYQT4_RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
25
.endfor
26
27
do-build:
28
do-build:
28
	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples
29
	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples
29
30
(-)misc/py-qt4-doc/Makefile (-6 / +6 lines)
Lines 15-21 Link Here
15
DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
15
DISTINFO_FILE=	${PYQT4_DISTINFO_FILE}
16
NO_BUILD=	yes
16
NO_BUILD=	yes
17
17
18
USES=		python
18
USES=		python pyqt:4
19
USE_PYQT=	#
19
20
20
DOCSDIR=	${PREFIX}/share/doc/py-qt4
21
DOCSDIR=	${PREFIX}/share/doc/py-qt4
21
22
Lines 22-33 Link Here
22
do-install:
23
do-install:
23
	cd ${WRKSRC} &&\
24
	cd ${WRKSRC} &&\
24
		${MKDIR} ${STAGEDIR}${DOCSDIR} &&\
25
		${MKDIR} ${STAGEDIR}${DOCSDIR} &&\
25
		${INSTALL_DATA} GPL_EXCEPTION.TXT\
26
		${INSTALL_DATA} LICENSE \
26
				GPL_EXCEPTION_ADDENDUM.TXT NEWS\
27
				NEWS \
27
				LICENSE.GPL2 LICENSE.GPL3\
28
				README \
28
				OPENSOURCE-NOTICE.TXT README THANKS\
29
				THANKS\
29
			${STAGEDIR}${DOCSDIR}
30
			${STAGEDIR}${DOCSDIR}
30
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
31
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
31
32
32
.include "../../devel/py-qt4/bsd.pyqt.mk"
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)misc/py-qt4-doc/pkg-plist (-6 / +4 lines)
Lines 1-9 Link Here
1
%%DOCSDIR%%/GPL_EXCEPTION.TXT
2
%%DOCSDIR%%/GPL_EXCEPTION_ADDENDUM.TXT
3
%%DOCSDIR%%/LICENSE.GPL2
4
%%DOCSDIR%%/LICENSE.GPL3
5
%%DOCSDIR%%/NEWS
1
%%DOCSDIR%%/NEWS
6
%%DOCSDIR%%/OPENSOURCE-NOTICE.TXT
2
%%DOCSDIR%%/LICENSE
7
%%DOCSDIR%%/README
3
%%DOCSDIR%%/README
8
%%DOCSDIR%%/THANKS
4
%%DOCSDIR%%/THANKS
9
%%DOCSDIR%%/html/_sources/buffer_interface.txt
5
%%DOCSDIR%%/html/_sources/buffer_interface.txt
Lines 33-47 Link Here
33
%%DOCSDIR%%/html/_sources/webkit.txt
29
%%DOCSDIR%%/html/_sources/webkit.txt
34
%%DOCSDIR%%/html/_static/ajax-loader.gif
30
%%DOCSDIR%%/html/_static/ajax-loader.gif
35
%%DOCSDIR%%/html/_static/basic.css
31
%%DOCSDIR%%/html/_static/basic.css
32
%%DOCSDIR%%/html/_static/classic.css
36
%%DOCSDIR%%/html/_static/comment-bright.png
33
%%DOCSDIR%%/html/_static/comment-bright.png
37
%%DOCSDIR%%/html/_static/comment-close.png
34
%%DOCSDIR%%/html/_static/comment-close.png
38
%%DOCSDIR%%/html/_static/comment.png
35
%%DOCSDIR%%/html/_static/comment.png
39
%%DOCSDIR%%/html/_static/default.css
40
%%DOCSDIR%%/html/_static/doctools.js
36
%%DOCSDIR%%/html/_static/doctools.js
41
%%DOCSDIR%%/html/_static/down-pressed.png
37
%%DOCSDIR%%/html/_static/down-pressed.png
42
%%DOCSDIR%%/html/_static/down.png
38
%%DOCSDIR%%/html/_static/down.png
43
%%DOCSDIR%%/html/_static/file.png
39
%%DOCSDIR%%/html/_static/file.png
44
%%DOCSDIR%%/html/_static/jquery.js
40
%%DOCSDIR%%/html/_static/jquery.js
41
%%DOCSDIR%%/html/_static/jquery-1.11.1.js
45
%%DOCSDIR%%/html/_static/logo.png
42
%%DOCSDIR%%/html/_static/logo.png
46
%%DOCSDIR%%/html/_static/logo_tn.ico
43
%%DOCSDIR%%/html/_static/logo_tn.ico
47
%%DOCSDIR%%/html/_static/minus.png
44
%%DOCSDIR%%/html/_static/minus.png
Lines 50-55 Link Here
50
%%DOCSDIR%%/html/_static/searchtools.js
47
%%DOCSDIR%%/html/_static/searchtools.js
51
%%DOCSDIR%%/html/_static/sidebar.js
48
%%DOCSDIR%%/html/_static/sidebar.js
52
%%DOCSDIR%%/html/_static/underscore.js
49
%%DOCSDIR%%/html/_static/underscore.js
50
%%DOCSDIR%%/html/_static/underscore-1.3.1.js
53
%%DOCSDIR%%/html/_static/up-pressed.png
51
%%DOCSDIR%%/html/_static/up-pressed.png
54
%%DOCSDIR%%/html/_static/up.png
52
%%DOCSDIR%%/html/_static/up.png
55
%%DOCSDIR%%/html/_static/websupport.js
53
%%DOCSDIR%%/html/_static/websupport.js
(-)misc/py-qt5-demo/Makefile (+36 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	demo
5
PORTVERSION=	${PYQT5_VERSION}
6
CATEGORIES=	misc devel python
7
MASTER_SITES=	${MASTER_SITES_PYQT5}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-
9
DISTNAME=	${PYQT_DISTNAME}
10
11
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Python bindings for the Qt5 toolkit, Qt demo and examples
13
14
DISTINFO_FILE=	${PYQT_DISTINFO_FILE}
15
16
USES=		python pyqt:5
17
USE_PYQT=	#
18
19
EXAMPLESDIR=	${PREFIX}/share/examples/py-qt5
20
21
# Broken
22
USE_PYQT=	core_run dbus_run \
23
		designer_run doc_run gui_run \
24
		multimedia_run network_run opengl_run qscintilla2_run \
25
		sql_run svg_run test_run webkit_run xml_run \
26
		xmlpatterns_run sip_run qscintilla2_run \
27
		printsupport_run serialport_run webkitwidgets_run widgets_run
28
29
do-build:
30
	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/examples
31
32
do-install:
33
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
34
	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
35
36
.include <bsd.port.mk>
(-)misc/py-qt5-demo/files/patch-examples__designer__plugins__plugins.py (+22 lines)
Line 0 Link Here
1
--- examples/designer/plugins/plugins.py.orig	Thu Aug  9 23:42:04 2007
2
+++ examples/designer/plugins/plugins.py	Thu Aug  9 23:47:13 2007
3
@@ -11,6 +11,10 @@
4
 
5
 from PyQt4 import QtCore, QtGui
6
 
7
+# FreeBSD check
8
+freebsd = False
9
+if sys.platform[:-1] == 'freebsd': freebsd = True
10
+
11
 
12
 app = QtGui.QApplication(sys.argv)
13
 
14
@@ -43,6 +47,8 @@
15
 
16
 if sys.platform == 'darwin':
17
     designer_bin += '/Designer.app/Contents/MacOS/Designer'
18
+elif freebsd:
19
+    designer_bin.append("/designer-qt4")
20
 else:
21
     designer_bin += '/designer'
22
 
(-)misc/py-qt5-demo/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the PyQt5 demo and examples.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)misc/py-qt5-demo/pkg-plist (+981 lines)
Line 0 Link Here
1
%%EXAMPLESDIR%%/README
2
%%EXAMPLESDIR%%/activeqt/README
3
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm
4
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm
5
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm
6
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm
7
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm
8
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm
9
%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm
10
%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc
11
%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui
12
%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py
13
%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc
14
%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py
15
%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc
16
%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py
17
%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc
18
%%EXAMPLESDIR%%/animation/README
19
%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py
20
%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc
21
%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc
22
%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.py
23
%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyc
24
%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg
25
%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png
26
%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png
27
%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png
28
%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png
29
%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png
30
%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png
31
%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png
32
%%EXAMPLESDIR%%/animation/appchooser/akregator.png
33
%%EXAMPLESDIR%%/animation/appchooser/appchooser.py
34
%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc
35
%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc
36
%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.py
37
%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyc
38
%%EXAMPLESDIR%%/animation/appchooser/digikam.png
39
%%EXAMPLESDIR%%/animation/appchooser/k3b.png
40
%%EXAMPLESDIR%%/animation/easing/easing.py
41
%%EXAMPLESDIR%%/animation/easing/easing.pyc
42
%%EXAMPLESDIR%%/animation/easing/easing.qrc
43
%%EXAMPLESDIR%%/animation/easing/easing_rc.py
44
%%EXAMPLESDIR%%/animation/easing/easing_rc.pyc
45
%%EXAMPLESDIR%%/animation/easing/form.ui
46
%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png
47
%%EXAMPLESDIR%%/animation/easing/ui_form.py
48
%%EXAMPLESDIR%%/animation/easing/ui_form.pyc
49
%%EXAMPLESDIR%%/animation/moveblocks.py
50
%%EXAMPLESDIR%%/animation/moveblocks.pyc
51
%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png
52
%%EXAMPLESDIR%%/animation/states/akregator.png
53
%%EXAMPLESDIR%%/animation/states/digikam.png
54
%%EXAMPLESDIR%%/animation/states/help-browser.png
55
%%EXAMPLESDIR%%/animation/states/k3b.png
56
%%EXAMPLESDIR%%/animation/states/kchart.png
57
%%EXAMPLESDIR%%/animation/states/states.py
58
%%EXAMPLESDIR%%/animation/states/states.pyc
59
%%EXAMPLESDIR%%/animation/states/states.qrc
60
%%EXAMPLESDIR%%/animation/states/states_rc.py
61
%%EXAMPLESDIR%%/animation/states/states_rc.pyc
62
%%EXAMPLESDIR%%/animation/stickman/animations/chilling
63
%%EXAMPLESDIR%%/animation/stickman/animations/dancing
64
%%EXAMPLESDIR%%/animation/stickman/animations/dead
65
%%EXAMPLESDIR%%/animation/stickman/animations/jumping
66
%%EXAMPLESDIR%%/animation/stickman/stickman.py
67
%%EXAMPLESDIR%%/animation/stickman/stickman.pyc
68
%%EXAMPLESDIR%%/animation/stickman/stickman.qrc
69
%%EXAMPLESDIR%%/animation/stickman/stickman_rc.py
70
%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyc
71
%%EXAMPLESDIR%%/dbus/chat/chat.py
72
%%EXAMPLESDIR%%/dbus/chat/chat.pyc
73
%%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui
74
%%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui
75
%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py
76
%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc
77
%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py
78
%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc
79
%%EXAMPLESDIR%%/dbus/listnames.py
80
%%EXAMPLESDIR%%/dbus/listnames.pyc
81
%%EXAMPLESDIR%%/dbus/pingpong/ping.py
82
%%EXAMPLESDIR%%/dbus/pingpong/ping.pyc
83
%%EXAMPLESDIR%%/dbus/pingpong/pong.py
84
%%EXAMPLESDIR%%/dbus/pingpong/pong.pyc
85
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py
86
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc
87
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py
88
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc
89
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui
90
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py
91
%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc
92
%%EXAMPLESDIR%%/designer/README
93
%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py
94
%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc
95
%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui
96
%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py
97
%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc
98
%%EXAMPLESDIR%%/designer/plugins/plugins.py
99
%%EXAMPLESDIR%%/designer/plugins/plugins.pyc
100
%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py
101
%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc
102
%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py
103
%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc
104
%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py
105
%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc
106
%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py
107
%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc
108
%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py
109
%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc
110
%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py
111
%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc
112
%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py
113
%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc
114
%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py
115
%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc
116
%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py
117
%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc
118
%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py
119
%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc
120
%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py
121
%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc
122
%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py
123
%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc
124
%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py
125
%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc
126
%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py
127
%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc
128
%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py
129
%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc
130
%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py
131
%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc
132
%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py
133
%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc
134
%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py
135
%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc
136
%%EXAMPLESDIR%%/desktop/README
137
%%EXAMPLESDIR%%/desktop/screenshot.py
138
%%EXAMPLESDIR%%/desktop/screenshot.pyc
139
%%EXAMPLESDIR%%/desktop/systray/images/bad.png
140
%%EXAMPLESDIR%%/desktop/systray/images/heart.png
141
%%EXAMPLESDIR%%/desktop/systray/images/trash.png
142
%%EXAMPLESDIR%%/desktop/systray/systray.py
143
%%EXAMPLESDIR%%/desktop/systray/systray.pyc
144
%%EXAMPLESDIR%%/desktop/systray/systray.qrc
145
%%EXAMPLESDIR%%/desktop/systray/systray_rc.py
146
%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyc
147
%%EXAMPLESDIR%%/dialogs/README
148
%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py
149
%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc
150
%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc
151
%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.py
152
%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyc
153
%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png
154
%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png
155
%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png
156
%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png
157
%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png
158
%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png
159
%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png
160
%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py
161
%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc
162
%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc
163
%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py
164
%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc
165
%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png
166
%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png
167
%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png
168
%%EXAMPLESDIR%%/dialogs/extension.py
169
%%EXAMPLESDIR%%/dialogs/extension.pyc
170
%%EXAMPLESDIR%%/dialogs/findfiles.py
171
%%EXAMPLESDIR%%/dialogs/findfiles.pyc
172
%%EXAMPLESDIR%%/dialogs/standarddialogs.py
173
%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc
174
%%EXAMPLESDIR%%/dialogs/tabdialog.py
175
%%EXAMPLESDIR%%/dialogs/tabdialog.pyc
176
%%EXAMPLESDIR%%/dialogs/trivialwizard.py
177
%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc
178
%%EXAMPLESDIR%%/draganddrop/README
179
%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py
180
%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc
181
%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc
182
%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.py
183
%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyc
184
%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png
185
%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg
186
%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py
187
%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc
188
%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc
189
%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py
190
%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc
191
%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png
192
%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png
193
%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png
194
%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py
195
%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc
196
%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc
197
%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py
198
%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc
199
%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt
200
%%EXAMPLESDIR%%/draganddrop/dropsite.py
201
%%EXAMPLESDIR%%/draganddrop/dropsite.pyc
202
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py
203
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc
204
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc
205
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py
206
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc
207
%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt
208
%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg
209
%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py
210
%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc
211
%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc
212
%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py
213
%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc
214
%%EXAMPLESDIR%%/effects/README
215
%%EXAMPLESDIR%%/effects/lighting.py
216
%%EXAMPLESDIR%%/effects/lighting.pyc
217
%%EXAMPLESDIR%%/graphicsview/README
218
%%EXAMPLESDIR%%/graphicsview/anchorlayout.py
219
%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc
220
%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py
221
%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc
222
%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg
223
%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc
224
%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py
225
%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc
226
%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py
227
%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc
228
%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc
229
%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.py
230
%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyc
231
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png
232
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png
233
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png
234
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png
235
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png
236
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png
237
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png
238
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png
239
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png
240
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png
241
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png
242
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png
243
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png
244
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png
245
%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png
246
%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py
247
%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc
248
%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png
249
%%EXAMPLESDIR%%/graphicsview/elasticnodes.py
250
%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc
251
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg
252
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.py
253
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyc
254
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.ui
255
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.py
256
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyc
257
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.qrc
258
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.py
259
%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyc
260
%%EXAMPLESDIR%%/graphicsview/padnavigator/form.ui
261
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png
262
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg
263
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png
264
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png
265
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png
266
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png
267
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png
268
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png
269
%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png
270
%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py
271
%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc
272
%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc
273
%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.py
274
%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyc
275
%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.py
276
%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyc
277
%%EXAMPLESDIR%%/ipc/README
278
%%EXAMPLESDIR%%/ipc/localfortuneclient.py
279
%%EXAMPLESDIR%%/ipc/localfortuneclient.pyc
280
%%EXAMPLESDIR%%/ipc/localfortuneserver.py
281
%%EXAMPLESDIR%%/ipc/localfortuneserver.pyc
282
%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py
283
%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc
284
%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui
285
%%EXAMPLESDIR%%/ipc/sharedmemory/image.png
286
%%EXAMPLESDIR%%/ipc/sharedmemory/qt.png
287
%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py
288
%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc
289
%%EXAMPLESDIR%%/itemviews/README
290
%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py
291
%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc
292
%%EXAMPLESDIR%%/itemviews/chart/chart.py
293
%%EXAMPLESDIR%%/itemviews/chart/chart.pyc
294
%%EXAMPLESDIR%%/itemviews/chart/chart.qrc
295
%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py
296
%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc
297
%%EXAMPLESDIR%%/itemviews/chart/mydata.cht
298
%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht
299
%%EXAMPLESDIR%%/itemviews/coloreditorfactory.py
300
%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc
301
%%EXAMPLESDIR%%/itemviews/combowidgetmapper.py
302
%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc
303
%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py
304
%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc
305
%%EXAMPLESDIR%%/itemviews/dirview.py
306
%%EXAMPLESDIR%%/itemviews/dirview.pyc
307
%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt
308
%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py
309
%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc
310
%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc
311
%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.py
312
%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyc
313
%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui
314
%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py
315
%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc
316
%%EXAMPLESDIR%%/itemviews/fetchmore.py
317
%%EXAMPLESDIR%%/itemviews/fetchmore.pyc
318
%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png
319
%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py
320
%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc
321
%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc
322
%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py
323
%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc
324
%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg
325
%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py
326
%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc
327
%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc
328
%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py
329
%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc
330
%%EXAMPLESDIR%%/itemviews/simpledommodel.py
331
%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc
332
%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt
333
%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py
334
%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc
335
%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc
336
%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py
337
%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc
338
%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py
339
%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc
340
%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py
341
%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc
342
%%EXAMPLESDIR%%/itemviews/spreadsheet/images/interview.png
343
%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.py
344
%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyc
345
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.py
346
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyc
347
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.qrc
348
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.py
349
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyc
350
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.py
351
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyc
352
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.py
353
%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyc
354
%%EXAMPLESDIR%%/itemviews/spreadsheet/util.py
355
%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyc
356
%%EXAMPLESDIR%%/itemviews/stardelegate.py
357
%%EXAMPLESDIR%%/itemviews/stardelegate.pyc
358
%%EXAMPLESDIR%%/layouts/README
359
%%EXAMPLESDIR%%/layouts/basiclayouts.py
360
%%EXAMPLESDIR%%/layouts/basiclayouts.pyc
361
%%EXAMPLESDIR%%/layouts/borderlayout.py
362
%%EXAMPLESDIR%%/layouts/borderlayout.pyc
363
%%EXAMPLESDIR%%/layouts/flowlayout.py
364
%%EXAMPLESDIR%%/layouts/flowlayout.pyc
365
%%EXAMPLESDIR%%/mainwindows/README
366
%%EXAMPLESDIR%%/mainwindows/application/application.py
367
%%EXAMPLESDIR%%/mainwindows/application/application.pyc
368
%%EXAMPLESDIR%%/mainwindows/application/images/copy.png
369
%%EXAMPLESDIR%%/mainwindows/application/images/cut.png
370
%%EXAMPLESDIR%%/mainwindows/application/images/new.png
371
%%EXAMPLESDIR%%/mainwindows/application/images/open.png
372
%%EXAMPLESDIR%%/mainwindows/application/images/paste.png
373
%%EXAMPLESDIR%%/mainwindows/application/images/save.png
374
%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py
375
%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc
376
%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc
377
%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py
378
%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc
379
%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png
380
%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png
381
%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png
382
%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png
383
%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png
384
%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png
385
%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png
386
%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png
387
%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png
388
%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png
389
%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py
390
%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc
391
%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc
392
%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py
393
%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc
394
%%EXAMPLESDIR%%/mainwindows/menus.py
395
%%EXAMPLESDIR%%/mainwindows/menus.pyc
396
%%EXAMPLESDIR%%/mainwindows/recentfiles.py
397
%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc
398
%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png
399
%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png
400
%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png
401
%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png
402
%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png
403
%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png
404
%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py
405
%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc
406
%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc
407
%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py
408
%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc
409
%%EXAMPLESDIR%%/mainwindows/separations.py
410
%%EXAMPLESDIR%%/mainwindows/separations.pyc
411
%%EXAMPLESDIR%%/multimedia/README
412
%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.py
413
%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyc
414
%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevicesbase.ui
415
%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.py
416
%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyc
417
%%EXAMPLESDIR%%/multimedia/audiooutput.py
418
%%EXAMPLESDIR%%/multimedia/audiooutput.pyc
419
%%EXAMPLESDIR%%/multimediawidgets/README
420
%%EXAMPLESDIR%%/multimediawidgets/camera/camera.py
421
%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyc
422
%%EXAMPLESDIR%%/multimediawidgets/camera/camera.ui
423
%%EXAMPLESDIR%%/multimediawidgets/camera/imagesettings.ui
424
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.py
425
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyc
426
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.py
427
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyc
428
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.py
429
%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyc
430
%%EXAMPLESDIR%%/multimediawidgets/camera/videosettings.ui
431
%%EXAMPLESDIR%%/multimediawidgets/player.py
432
%%EXAMPLESDIR%%/multimediawidgets/player.pyc
433
%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.py
434
%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyc
435
%%EXAMPLESDIR%%/multimediawidgets/videowidget.py
436
%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyc
437
%%EXAMPLESDIR%%/network/README
438
%%EXAMPLESDIR%%/network/blockingfortuneclient.py
439
%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc
440
%%EXAMPLESDIR%%/network/broadcastreceiver.py
441
%%EXAMPLESDIR%%/network/broadcastreceiver.pyc
442
%%EXAMPLESDIR%%/network/broadcastsender.py
443
%%EXAMPLESDIR%%/network/broadcastsender.pyc
444
%%EXAMPLESDIR%%/network/fortuneclient.py
445
%%EXAMPLESDIR%%/network/fortuneclient.pyc
446
%%EXAMPLESDIR%%/network/fortuneserver.py
447
%%EXAMPLESDIR%%/network/fortuneserver.pyc
448
%%EXAMPLESDIR%%/network/http/authenticationdialog.ui
449
%%EXAMPLESDIR%%/network/http/http.py
450
%%EXAMPLESDIR%%/network/http/http.pyc
451
%%EXAMPLESDIR%%/network/lightmaps.py
452
%%EXAMPLESDIR%%/network/lightmaps.pyc
453
%%EXAMPLESDIR%%/network/loopback.py
454
%%EXAMPLESDIR%%/network/loopback.pyc
455
%%EXAMPLESDIR%%/network/threadedfortuneserver.py
456
%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc
457
%%EXAMPLESDIR%%/opengl/2dpainting.py
458
%%EXAMPLESDIR%%/opengl/2dpainting.pyc
459
%%EXAMPLESDIR%%/opengl/README
460
%%EXAMPLESDIR%%/opengl/grabber.py
461
%%EXAMPLESDIR%%/opengl/grabber.pyc
462
%%EXAMPLESDIR%%/opengl/hellogl.py
463
%%EXAMPLESDIR%%/opengl/hellogl.pyc
464
%%EXAMPLESDIR%%/opengl/openglwindow.py
465
%%EXAMPLESDIR%%/opengl/openglwindow.pyc
466
%%EXAMPLESDIR%%/opengl/overpainting.py
467
%%EXAMPLESDIR%%/opengl/overpainting.pyc
468
%%EXAMPLESDIR%%/opengl/textures/images/side1.png
469
%%EXAMPLESDIR%%/opengl/textures/images/side2.png
470
%%EXAMPLESDIR%%/opengl/textures/images/side3.png
471
%%EXAMPLESDIR%%/opengl/textures/images/side4.png
472
%%EXAMPLESDIR%%/opengl/textures/images/side5.png
473
%%EXAMPLESDIR%%/opengl/textures/images/side6.png
474
%%EXAMPLESDIR%%/opengl/textures/textures.py
475
%%EXAMPLESDIR%%/opengl/textures/textures.pyc
476
%%EXAMPLESDIR%%/painting/README
477
%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py
478
%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc
479
%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc
480
%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py
481
%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc
482
%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png
483
%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png
484
%%EXAMPLESDIR%%/painting/concentriccircles.py
485
%%EXAMPLESDIR%%/painting/concentriccircles.pyc
486
%%EXAMPLESDIR%%/painting/painterpaths.py
487
%%EXAMPLESDIR%%/painting/painterpaths.pyc
488
%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg
489
%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg
490
%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg
491
%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py
492
%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc
493
%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc
494
%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py
495
%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc
496
%%EXAMPLESDIR%%/painting/transformations.py
497
%%EXAMPLESDIR%%/painting/transformations.pyc
498
%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py
499
%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc
500
%%EXAMPLESDIR%%/pyuic/demo.ui
501
%%EXAMPLESDIR%%/pyuic/load_ui1.py
502
%%EXAMPLESDIR%%/pyuic/load_ui1.pyc
503
%%EXAMPLESDIR%%/pyuic/load_ui2.py
504
%%EXAMPLESDIR%%/pyuic/load_ui2.pyc
505
%%EXAMPLESDIR%%/qml/referenceexamples/adding.py
506
%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyc
507
%%EXAMPLESDIR%%/qml/referenceexamples/attached.py
508
%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyc
509
%%EXAMPLESDIR%%/qml/referenceexamples/binding.py
510
%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyc
511
%%EXAMPLESDIR%%/qml/referenceexamples/coercion.py
512
%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyc
513
%%EXAMPLESDIR%%/qml/referenceexamples/default.py
514
%%EXAMPLESDIR%%/qml/referenceexamples/default.pyc
515
%%EXAMPLESDIR%%/qml/referenceexamples/grouped.py
516
%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyc
517
%%EXAMPLESDIR%%/qml/referenceexamples/methods.py
518
%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyc
519
%%EXAMPLESDIR%%/qml/referenceexamples/properties.py
520
%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyc
521
%%EXAMPLESDIR%%/qml/referenceexamples/signal.py
522
%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyc
523
%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.py
524
%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyc
525
%%EXAMPLESDIR%%/qtdemo/colors.py
526
%%EXAMPLESDIR%%/qtdemo/colors.pyc
527
%%EXAMPLESDIR%%/qtdemo/demoitem.py
528
%%EXAMPLESDIR%%/qtdemo/demoitem.pyc
529
%%EXAMPLESDIR%%/qtdemo/demoitemanimation.py
530
%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyc
531
%%EXAMPLESDIR%%/qtdemo/demotextitem.py
532
%%EXAMPLESDIR%%/qtdemo/demotextitem.pyc
533
%%EXAMPLESDIR%%/qtdemo/examplecontent.py
534
%%EXAMPLESDIR%%/qtdemo/examplecontent.pyc
535
%%EXAMPLESDIR%%/qtdemo/examples.xml
536
%%EXAMPLESDIR%%/qtdemo/guide.py
537
%%EXAMPLESDIR%%/qtdemo/guide.pyc
538
%%EXAMPLESDIR%%/qtdemo/guidecircle.py
539
%%EXAMPLESDIR%%/qtdemo/guidecircle.pyc
540
%%EXAMPLESDIR%%/qtdemo/guideline.py
541
%%EXAMPLESDIR%%/qtdemo/guideline.pyc
542
%%EXAMPLESDIR%%/qtdemo/headingitem.py
543
%%EXAMPLESDIR%%/qtdemo/headingitem.pyc
544
%%EXAMPLESDIR%%/qtdemo/imageitem.py
545
%%EXAMPLESDIR%%/qtdemo/imageitem.pyc
546
%%EXAMPLESDIR%%/qtdemo/images/demobg.png
547
%%EXAMPLESDIR%%/qtdemo/images/qtlogo_small.png
548
%%EXAMPLESDIR%%/qtdemo/images/trolltech-logo.png
549
%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.py
550
%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyc
551
%%EXAMPLESDIR%%/qtdemo/letteritem.py
552
%%EXAMPLESDIR%%/qtdemo/letteritem.pyc
553
%%EXAMPLESDIR%%/qtdemo/mainwindow.py
554
%%EXAMPLESDIR%%/qtdemo/mainwindow.pyc
555
%%EXAMPLESDIR%%/qtdemo/menucontent.py
556
%%EXAMPLESDIR%%/qtdemo/menucontent.pyc
557
%%EXAMPLESDIR%%/qtdemo/menumanager.py
558
%%EXAMPLESDIR%%/qtdemo/menumanager.pyc
559
%%EXAMPLESDIR%%/qtdemo/qtdemo.py
560
%%EXAMPLESDIR%%/qtdemo/qtdemo.pyc
561
%%EXAMPLESDIR%%/qtdemo/scanitem.py
562
%%EXAMPLESDIR%%/qtdemo/scanitem.pyc
563
%%EXAMPLESDIR%%/qtdemo/score.py
564
%%EXAMPLESDIR%%/qtdemo/score.pyc
565
%%EXAMPLESDIR%%/qtdemo/textbutton.py
566
%%EXAMPLESDIR%%/qtdemo/textbutton.pyc
567
%%EXAMPLESDIR%%/quick/README
568
%%EXAMPLESDIR%%/quick/animation/animation.py
569
%%EXAMPLESDIR%%/quick/animation/animation.pyc
570
%%EXAMPLESDIR%%/quick/animation/animation.qml
571
%%EXAMPLESDIR%%/quick/animation/animation.qrc
572
%%EXAMPLESDIR%%/quick/animation/animation_rc.py
573
%%EXAMPLESDIR%%/quick/animation/animation_rc.pyc
574
%%EXAMPLESDIR%%/quick/animation/basics/color-animation.qml
575
%%EXAMPLESDIR%%/quick/animation/basics/images/face-smile.png
576
%%EXAMPLESDIR%%/quick/animation/basics/images/moon.png
577
%%EXAMPLESDIR%%/quick/animation/basics/images/shadow.png
578
%%EXAMPLESDIR%%/quick/animation/basics/images/star.png
579
%%EXAMPLESDIR%%/quick/animation/basics/images/sun.png
580
%%EXAMPLESDIR%%/quick/animation/basics/property-animation.qml
581
%%EXAMPLESDIR%%/quick/animation/behaviors/SideRect.qml
582
%%EXAMPLESDIR%%/quick/animation/behaviors/behavior-example.qml
583
%%EXAMPLESDIR%%/quick/animation/behaviors/tvtennis.qml
584
%%EXAMPLESDIR%%/quick/animation/behaviors/wigglytext.qml
585
%%EXAMPLESDIR%%/quick/animation/easing/easing.qml
586
%%EXAMPLESDIR%%/quick/animation/pathanimation/pathanimation.qml
587
%%EXAMPLESDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml
588
%%EXAMPLESDIR%%/quick/animation/states/qt-logo.png
589
%%EXAMPLESDIR%%/quick/animation/states/states.qml
590
%%EXAMPLESDIR%%/quick/animation/states/transitions.qml
591
%%EXAMPLESDIR%%/quick/canvas/bezierCurve/bezierCurve.qml
592
%%EXAMPLESDIR%%/quick/canvas/canvas.py
593
%%EXAMPLESDIR%%/quick/canvas/canvas.pyc
594
%%EXAMPLESDIR%%/quick/canvas/canvas.qml
595
%%EXAMPLESDIR%%/quick/canvas/canvas.qrc
596
%%EXAMPLESDIR%%/quick/canvas/canvas_rc.py
597
%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyc
598
%%EXAMPLESDIR%%/quick/canvas/clip/clip.qml
599
%%EXAMPLESDIR%%/quick/canvas/contents/Button.qml
600
%%EXAMPLESDIR%%/quick/canvas/contents/ScrollBar.qml
601
%%EXAMPLESDIR%%/quick/canvas/contents/Slider.qml
602
%%EXAMPLESDIR%%/quick/canvas/contents/TitleBar.qml
603
%%EXAMPLESDIR%%/quick/canvas/contents/ToolBar.qml
604
%%EXAMPLESDIR%%/quick/canvas/contents/images/button-pressed.png
605
%%EXAMPLESDIR%%/quick/canvas/contents/images/button.png
606
%%EXAMPLESDIR%%/quick/canvas/contents/images/default.svg
607
%%EXAMPLESDIR%%/quick/canvas/contents/images/gloss.png
608
%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.png
609
%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.sci
610
%%EXAMPLESDIR%%/quick/canvas/contents/images/quit.png
611
%%EXAMPLESDIR%%/quick/canvas/contents/images/stripes.png
612
%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.png
613
%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.sci
614
%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.png
615
%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.sci
616
%%EXAMPLESDIR%%/quick/canvas/contents/qt-logo.png
617
%%EXAMPLESDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml
618
%%EXAMPLESDIR%%/quick/canvas/roundedrect/roundedrect.qml
619
%%EXAMPLESDIR%%/quick/canvas/smile/smile.qml
620
%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.png
621
%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.qml
622
%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.js
623
%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.qml
624
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.py
625
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyc
626
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc
627
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.py
628
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyc
629
%%EXAMPLESDIR%%/quick/models/abstractitemmodel/view.qml
630
%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.py
631
%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyc
632
%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc
633
%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.py
634
%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyc
635
%%EXAMPLESDIR%%/quick/models/objectlistmodel/view.qml
636
%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.py
637
%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyc
638
%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc
639
%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.py
640
%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyc
641
%%EXAMPLESDIR%%/quick/models/stringlistmodel/view.qml
642
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.py
643
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyc
644
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc
645
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.py
646
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyc
647
%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/main.qml
648
%%EXAMPLESDIR%%/quick/shared/Button.qml
649
%%EXAMPLESDIR%%/quick/shared/LauncherList.qml
650
%%EXAMPLESDIR%%/quick/shared/SimpleLauncherDelegate.qml
651
%%EXAMPLESDIR%%/quick/shared/images/back.png
652
%%EXAMPLESDIR%%/quick/shared/images/next.png
653
%%EXAMPLESDIR%%/quick/shared/shared.qrc
654
%%EXAMPLESDIR%%/quick/shared/shared_rc.py
655
%%EXAMPLESDIR%%/quick/shared/shared_rc.pyc
656
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/app.qml
657
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
658
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyc
659
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/app.qml
660
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
661
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyc
662
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/app.qml
663
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
664
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyc
665
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml
666
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
667
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyc
668
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/app.qml
669
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
670
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyc
671
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py
672
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyc
673
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py
674
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyc
675
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py
676
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyc
677
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir
678
%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml
679
%%EXAMPLESDIR%%/richtext/README
680
%%EXAMPLESDIR%%/richtext/calendar.py
681
%%EXAMPLESDIR%%/richtext/calendar.pyc
682
%%EXAMPLESDIR%%/richtext/orderform.py
683
%%EXAMPLESDIR%%/richtext/orderform.pyc
684
%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py
685
%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc
686
%%EXAMPLESDIR%%/richtext/textedit/example.html
687
%%EXAMPLESDIR%%/richtext/textedit/images/logo.png
688
%%EXAMPLESDIR%%/richtext/textedit/images/logo32.png
689
%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcopy.png
690
%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcut.png
691
%%EXAMPLESDIR%%/richtext/textedit/images/mac/editpaste.png
692
%%EXAMPLESDIR%%/richtext/textedit/images/mac/editredo.png
693
%%EXAMPLESDIR%%/richtext/textedit/images/mac/editundo.png
694
%%EXAMPLESDIR%%/richtext/textedit/images/mac/exportpdf.png
695
%%EXAMPLESDIR%%/richtext/textedit/images/mac/filenew.png
696
%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileopen.png
697
%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileprint.png
698
%%EXAMPLESDIR%%/richtext/textedit/images/mac/filesave.png
699
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textbold.png
700
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textcenter.png
701
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textitalic.png
702
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textjustify.png
703
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textleft.png
704
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textright.png
705
%%EXAMPLESDIR%%/richtext/textedit/images/mac/textunder.png
706
%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomin.png
707
%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomout.png
708
%%EXAMPLESDIR%%/richtext/textedit/images/win/editcopy.png
709
%%EXAMPLESDIR%%/richtext/textedit/images/win/editcut.png
710
%%EXAMPLESDIR%%/richtext/textedit/images/win/editpaste.png
711
%%EXAMPLESDIR%%/richtext/textedit/images/win/editredo.png
712
%%EXAMPLESDIR%%/richtext/textedit/images/win/editundo.png
713
%%EXAMPLESDIR%%/richtext/textedit/images/win/exportpdf.png
714
%%EXAMPLESDIR%%/richtext/textedit/images/win/filenew.png
715
%%EXAMPLESDIR%%/richtext/textedit/images/win/fileopen.png
716
%%EXAMPLESDIR%%/richtext/textedit/images/win/fileprint.png
717
%%EXAMPLESDIR%%/richtext/textedit/images/win/filesave.png
718
%%EXAMPLESDIR%%/richtext/textedit/images/win/textbold.png
719
%%EXAMPLESDIR%%/richtext/textedit/images/win/textcenter.png
720
%%EXAMPLESDIR%%/richtext/textedit/images/win/textitalic.png
721
%%EXAMPLESDIR%%/richtext/textedit/images/win/textjustify.png
722
%%EXAMPLESDIR%%/richtext/textedit/images/win/textleft.png
723
%%EXAMPLESDIR%%/richtext/textedit/images/win/textright.png
724
%%EXAMPLESDIR%%/richtext/textedit/images/win/textunder.png
725
%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomin.png
726
%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomout.png
727
%%EXAMPLESDIR%%/richtext/textedit/textedit.py
728
%%EXAMPLESDIR%%/richtext/textedit/textedit.pyc
729
%%EXAMPLESDIR%%/richtext/textedit/textedit.qrc
730
%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.py
731
%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyc
732
%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg
733
%%EXAMPLESDIR%%/richtext/textobject/textobject.py
734
%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc
735
%%EXAMPLESDIR%%/sql/README
736
%%EXAMPLESDIR%%/sql/cachedtable.py
737
%%EXAMPLESDIR%%/sql/cachedtable.pyc
738
%%EXAMPLESDIR%%/sql/connection.py
739
%%EXAMPLESDIR%%/sql/connection.pyc
740
%%EXAMPLESDIR%%/sql/querymodel.py
741
%%EXAMPLESDIR%%/sql/querymodel.pyc
742
%%EXAMPLESDIR%%/sql/relationaltablemodel.py
743
%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc
744
%%EXAMPLESDIR%%/sql/tablemodel.py
745
%%EXAMPLESDIR%%/sql/tablemodel.pyc
746
%%EXAMPLESDIR%%/threads/README
747
%%EXAMPLESDIR%%/threads/mandelbrot.py
748
%%EXAMPLESDIR%%/threads/mandelbrot.pyc
749
%%EXAMPLESDIR%%/threads/semaphores.py
750
%%EXAMPLESDIR%%/threads/semaphores.pyc
751
%%EXAMPLESDIR%%/threads/waitconditions.py
752
%%EXAMPLESDIR%%/threads/waitconditions.pyc
753
%%EXAMPLESDIR%%/tools/README
754
%%EXAMPLESDIR%%/tools/codecs/codecs.py
755
%%EXAMPLESDIR%%/tools/codecs/codecs.pyc
756
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt
757
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt
758
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt
759
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt
760
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt
761
%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt
762
%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py
763
%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc
764
%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc
765
%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.py
766
%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyc
767
%%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt
768
%%EXAMPLESDIR%%/tools/i18n/i18n.py
769
%%EXAMPLESDIR%%/tools/i18n/i18n.pyc
770
%%EXAMPLESDIR%%/tools/i18n/i18n.qrc
771
%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py
772
%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc
773
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm
774
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts
775
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm
776
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts
777
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm
778
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts
779
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm
780
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts
781
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm
782
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts
783
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm
784
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts
785
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm
786
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts
787
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm
788
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts
789
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm
790
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts
791
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm
792
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts
793
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm
794
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts
795
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm
796
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts
797
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm
798
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts
799
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm
800
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts
801
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm
802
%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts
803
%%EXAMPLESDIR%%/tools/regexp.py
804
%%EXAMPLESDIR%%/tools/regexp.pyc
805
%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini
806
%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini
807
%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py
808
%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc
809
%%EXAMPLESDIR%%/tutorials/addressbook/README
810
%%EXAMPLESDIR%%/tutorials/addressbook/part1.py
811
%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc
812
%%EXAMPLESDIR%%/tutorials/addressbook/part2.py
813
%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc
814
%%EXAMPLESDIR%%/tutorials/addressbook/part3.py
815
%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc
816
%%EXAMPLESDIR%%/tutorials/addressbook/part4.py
817
%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc
818
%%EXAMPLESDIR%%/tutorials/addressbook/part5.py
819
%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc
820
%%EXAMPLESDIR%%/tutorials/addressbook/part6.py
821
%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc
822
%%EXAMPLESDIR%%/tutorials/addressbook/part7.py
823
%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc
824
%%EXAMPLESDIR%%/webkit/README
825
%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py
826
%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc
827
%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py
828
%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc
829
%%EXAMPLESDIR%%/webkit/domtraversal/window.ui
830
%%EXAMPLESDIR%%/webkit/fancybrowser/__pycache__/jquery_rc.cpython-34.pyc
831
%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py
832
%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc
833
%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js
834
%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc
835
%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.py
836
%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyc
837
%%EXAMPLESDIR%%/webkit/formextractor/form.html
838
%%EXAMPLESDIR%%/webkit/formextractor/formextractor.py
839
%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc
840
%%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc
841
%%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui
842
%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.py
843
%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyc
844
%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py
845
%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc
846
%%EXAMPLESDIR%%/webkit/framecapture.py
847
%%EXAMPLESDIR%%/webkit/framecapture.pyc
848
%%EXAMPLESDIR%%/webkit/previewer/previewer.py
849
%%EXAMPLESDIR%%/webkit/previewer/previewer.pyc
850
%%EXAMPLESDIR%%/webkit/previewer/previewer.ui
851
%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.py
852
%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyc
853
%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.py
854
%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyc
855
%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py
856
%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc
857
%%EXAMPLESDIR%%/webkit/simpleselector/window.ui
858
%%EXAMPLESDIR%%/widgets/README
859
%%EXAMPLESDIR%%/widgets/analogclock.py
860
%%EXAMPLESDIR%%/widgets/analogclock.pyc
861
%%EXAMPLESDIR%%/widgets/calculator.py
862
%%EXAMPLESDIR%%/widgets/calculator.pyc
863
%%EXAMPLESDIR%%/widgets/calendarwidget.py
864
%%EXAMPLESDIR%%/widgets/calendarwidget.pyc
865
%%EXAMPLESDIR%%/widgets/charactermap.py
866
%%EXAMPLESDIR%%/widgets/charactermap.pyc
867
%%EXAMPLESDIR%%/widgets/digitalclock.py
868
%%EXAMPLESDIR%%/widgets/digitalclock.pyc
869
%%EXAMPLESDIR%%/widgets/groupbox.py
870
%%EXAMPLESDIR%%/widgets/groupbox.pyc
871
%%EXAMPLESDIR%%/widgets/icons/icons.py
872
%%EXAMPLESDIR%%/widgets/icons/icons.pyc
873
%%EXAMPLESDIR%%/widgets/icons/images/designer.png
874
%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png
875
%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png
876
%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png
877
%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png
878
%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png
879
%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png
880
%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png
881
%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png
882
%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png
883
%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png
884
%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png
885
%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png
886
%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png
887
%%EXAMPLESDIR%%/widgets/imageviewer.py
888
%%EXAMPLESDIR%%/widgets/imageviewer.pyc
889
%%EXAMPLESDIR%%/widgets/lineedits.py
890
%%EXAMPLESDIR%%/widgets/lineedits.pyc
891
%%EXAMPLESDIR%%/widgets/movie/animation.mng
892
%%EXAMPLESDIR%%/widgets/movie/movie.py
893
%%EXAMPLESDIR%%/widgets/movie/movie.pyc
894
%%EXAMPLESDIR%%/widgets/scribble.py
895
%%EXAMPLESDIR%%/widgets/scribble.pyc
896
%%EXAMPLESDIR%%/widgets/shapedclock.py
897
%%EXAMPLESDIR%%/widgets/shapedclock.pyc
898
%%EXAMPLESDIR%%/widgets/sliders.py
899
%%EXAMPLESDIR%%/widgets/sliders.pyc
900
%%EXAMPLESDIR%%/widgets/spinboxes.py
901
%%EXAMPLESDIR%%/widgets/spinboxes.pyc
902
%%EXAMPLESDIR%%/widgets/styles.py
903
%%EXAMPLESDIR%%/widgets/styles.pyc
904
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked.png
905
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png
906
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png
907
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked.png
908
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png
909
%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png
910
%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow.png
911
%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow_disabled.png
912
%%EXAMPLESDIR%%/widgets/stylesheet/images/frame.png
913
%%EXAMPLESDIR%%/widgets/stylesheet/images/pagefold.png
914
%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton.png
915
%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_hover.png
916
%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_pressed.png
917
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked.png
918
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png
919
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png
920
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png
921
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png
922
%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
923
%%EXAMPLESDIR%%/widgets/stylesheet/images/sizegrip.png
924
%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown.png
925
%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_hover.png
926
%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_off.png
927
%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_pressed.png
928
%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup.png
929
%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_hover.png
930
%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_off.png
931
%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_pressed.png
932
%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow.png
933
%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow_disabled.png
934
%%EXAMPLESDIR%%/widgets/stylesheet/mainwindow.ui
935
%%EXAMPLESDIR%%/widgets/stylesheet/qss/coffee.qss
936
%%EXAMPLESDIR%%/widgets/stylesheet/qss/default.qss
937
%%EXAMPLESDIR%%/widgets/stylesheet/qss/pagefold.qss
938
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py
939
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc
940
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc
941
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.py
942
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyc
943
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py
944
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc
945
%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui
946
%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.py
947
%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyc
948
%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.py
949
%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc
950
%%EXAMPLESDIR%%/widgets/tetrix.py
951
%%EXAMPLESDIR%%/widgets/tetrix.pyc
952
%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png
953
%%EXAMPLESDIR%%/widgets/tooltips/images/square.png
954
%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png
955
%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py
956
%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc
957
%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc
958
%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py
959
%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc
960
%%EXAMPLESDIR%%/widgets/wiggly.py
961
%%EXAMPLESDIR%%/widgets/wiggly.pyc
962
%%EXAMPLESDIR%%/widgets/windowflags.py
963
%%EXAMPLESDIR%%/widgets/windowflags.pyc
964
%%EXAMPLESDIR%%/xmlpatterns/README
965
%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd
966
%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml
967
%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml
968
%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml
969
%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd
970
%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd
971
%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml
972
%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml
973
%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml
974
%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py
975
%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc
976
%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc
977
%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui
978
%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.py
979
%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyc
980
%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py
981
%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc
(-)misc/py-qt5-doc/Makefile (+29 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	doc
5
PORTVERSION=	${PYQT5_VERSION}
6
CATEGORIES=	misc devel python
7
MASTER_SITES=	${MASTER_SITES_PYQT5}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-
9
DISTNAME=	${PYQT_DISTNAME}
10
11
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Python bindings for the Qt5 toolkit, documentation
13
14
DISTINFO_FILE=	${PYQT_DISTINFO_FILE}
15
NO_BUILD=	yes
16
17
USES=		python pyqt:5
18
USE_PYQT=	#
19
20
DOCSDIR=	${PREFIX}/share/doc/py-qt5
21
22
do-install:
23
	cd ${WRKSRC} &&\
24
		${MKDIR} ${STAGEDIR}${DOCSDIR} &&\
25
		${INSTALL_DATA} NEWS LICENSE README\
26
			${STAGEDIR}${DOCSDIR}
27
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
28
29
.include <bsd.port.mk>
(-)misc/py-qt5-doc/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the PyQt5 documentation.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)misc/py-qt5-doc/pkg-plist (+2010 lines)
Line 0 Link Here
1
%%DOCSDIR%%/LICENSE
2
%%DOCSDIR%%/NEWS
3
%%DOCSDIR%%/README
4
%%DOCSDIR%%/html/_sources/api/enginio.txt
5
%%DOCSDIR%%/html/_sources/api/enginioclient.txt
6
%%DOCSDIR%%/html/_sources/api/enginioclientconnection.txt
7
%%DOCSDIR%%/html/_sources/api/enginioidentity.txt
8
%%DOCSDIR%%/html/_sources/api/enginiomodel.txt
9
%%DOCSDIR%%/html/_sources/api/enginiooauth2authentication.txt
10
%%DOCSDIR%%/html/_sources/api/enginioreply.txt
11
%%DOCSDIR%%/html/_sources/api/qabstractanimation.txt
12
%%DOCSDIR%%/html/_sources/api/qabstractbutton.txt
13
%%DOCSDIR%%/html/_sources/api/qabstracteventdispatcher.txt
14
%%DOCSDIR%%/html/_sources/api/qabstractextensionfactory.txt
15
%%DOCSDIR%%/html/_sources/api/qabstractextensionmanager.txt
16
%%DOCSDIR%%/html/_sources/api/qabstractformbuilder.txt
17
%%DOCSDIR%%/html/_sources/api/qabstractgraphicsshapeitem.txt
18
%%DOCSDIR%%/html/_sources/api/qabstractitemdelegate.txt
19
%%DOCSDIR%%/html/_sources/api/qabstractitemmodel.txt
20
%%DOCSDIR%%/html/_sources/api/qabstractitemview.txt
21
%%DOCSDIR%%/html/_sources/api/qabstractlistmodel.txt
22
%%DOCSDIR%%/html/_sources/api/qabstractmessagehandler.txt
23
%%DOCSDIR%%/html/_sources/api/qabstractnativeeventfilter.txt
24
%%DOCSDIR%%/html/_sources/api/qabstractnetworkcache.txt
25
%%DOCSDIR%%/html/_sources/api/qabstractprintdialog.txt
26
%%DOCSDIR%%/html/_sources/api/qabstractproxymodel.txt
27
%%DOCSDIR%%/html/_sources/api/qabstractscrollarea.txt
28
%%DOCSDIR%%/html/_sources/api/qabstractslider.txt
29
%%DOCSDIR%%/html/_sources/api/qabstractsocket.txt
30
%%DOCSDIR%%/html/_sources/api/qabstractspinbox.txt
31
%%DOCSDIR%%/html/_sources/api/qabstractstate.txt
32
%%DOCSDIR%%/html/_sources/api/qabstracttablemodel.txt
33
%%DOCSDIR%%/html/_sources/api/qabstracttextdocumentlayout.txt
34
%%DOCSDIR%%/html/_sources/api/qabstracttransition.txt
35
%%DOCSDIR%%/html/_sources/api/qabstracturiresolver.txt
36
%%DOCSDIR%%/html/_sources/api/qabstractvideobuffer.txt
37
%%DOCSDIR%%/html/_sources/api/qabstractvideosurface.txt
38
%%DOCSDIR%%/html/_sources/api/qabstractxmlnodemodel.txt
39
%%DOCSDIR%%/html/_sources/api/qabstractxmlreceiver.txt
40
%%DOCSDIR%%/html/_sources/api/qaccelerometer.txt
41
%%DOCSDIR%%/html/_sources/api/qaccelerometerfilter.txt
42
%%DOCSDIR%%/html/_sources/api/qaccelerometerreading.txt
43
%%DOCSDIR%%/html/_sources/api/qaction.txt
44
%%DOCSDIR%%/html/_sources/api/qactionevent.txt
45
%%DOCSDIR%%/html/_sources/api/qactiongroup.txt
46
%%DOCSDIR%%/html/_sources/api/qaltimeter.txt
47
%%DOCSDIR%%/html/_sources/api/qaltimeterfilter.txt
48
%%DOCSDIR%%/html/_sources/api/qaltimeterreading.txt
49
%%DOCSDIR%%/html/_sources/api/qambientlightfilter.txt
50
%%DOCSDIR%%/html/_sources/api/qambientlightreading.txt
51
%%DOCSDIR%%/html/_sources/api/qambientlightsensor.txt
52
%%DOCSDIR%%/html/_sources/api/qambienttemperaturefilter.txt
53
%%DOCSDIR%%/html/_sources/api/qambienttemperaturereading.txt
54
%%DOCSDIR%%/html/_sources/api/qambienttemperaturesensor.txt
55
%%DOCSDIR%%/html/_sources/api/qanimationgroup.txt
56
%%DOCSDIR%%/html/_sources/api/qapplication.txt
57
%%DOCSDIR%%/html/_sources/api/qaudio.txt
58
%%DOCSDIR%%/html/_sources/api/qaudiobuffer.txt
59
%%DOCSDIR%%/html/_sources/api/qaudiodecoder.txt
60
%%DOCSDIR%%/html/_sources/api/qaudiodeviceinfo.txt
61
%%DOCSDIR%%/html/_sources/api/qaudioencodersettings.txt
62
%%DOCSDIR%%/html/_sources/api/qaudioformat.txt
63
%%DOCSDIR%%/html/_sources/api/qaudioinput.txt
64
%%DOCSDIR%%/html/_sources/api/qaudiooutput.txt
65
%%DOCSDIR%%/html/_sources/api/qaudioprobe.txt
66
%%DOCSDIR%%/html/_sources/api/qaudiorecorder.txt
67
%%DOCSDIR%%/html/_sources/api/qauthenticator.txt
68
%%DOCSDIR%%/html/_sources/api/qaxbase.txt
69
%%DOCSDIR%%/html/_sources/api/qaxobject.txt
70
%%DOCSDIR%%/html/_sources/api/qaxwidget.txt
71
%%DOCSDIR%%/html/_sources/api/qbackingstore.txt
72
%%DOCSDIR%%/html/_sources/api/qbasictimer.txt
73
%%DOCSDIR%%/html/_sources/api/qbitarray.txt
74
%%DOCSDIR%%/html/_sources/api/qbitmap.txt
75
%%DOCSDIR%%/html/_sources/api/qbluetoothaddress.txt
76
%%DOCSDIR%%/html/_sources/api/qbluetoothdevicediscoveryagent.txt
77
%%DOCSDIR%%/html/_sources/api/qbluetoothdeviceinfo.txt
78
%%DOCSDIR%%/html/_sources/api/qbluetoothhostinfo.txt
79
%%DOCSDIR%%/html/_sources/api/qbluetoothlocaldevice.txt
80
%%DOCSDIR%%/html/_sources/api/qbluetoothserver.txt
81
%%DOCSDIR%%/html/_sources/api/qbluetoothservicediscoveryagent.txt
82
%%DOCSDIR%%/html/_sources/api/qbluetoothserviceinfo.txt
83
%%DOCSDIR%%/html/_sources/api/qbluetoothsocket.txt
84
%%DOCSDIR%%/html/_sources/api/qbluetoothtransfermanager.txt
85
%%DOCSDIR%%/html/_sources/api/qbluetoothtransferreply.txt
86
%%DOCSDIR%%/html/_sources/api/qbluetoothtransferrequest.txt
87
%%DOCSDIR%%/html/_sources/api/qbluetoothuuid.txt
88
%%DOCSDIR%%/html/_sources/api/qboxlayout.txt
89
%%DOCSDIR%%/html/_sources/api/qbrush.txt
90
%%DOCSDIR%%/html/_sources/api/qbuffer.txt
91
%%DOCSDIR%%/html/_sources/api/qbuttongroup.txt
92
%%DOCSDIR%%/html/_sources/api/qbytearray.txt
93
%%DOCSDIR%%/html/_sources/api/qbytearraymatcher.txt
94
%%DOCSDIR%%/html/_sources/api/qcalendarwidget.txt
95
%%DOCSDIR%%/html/_sources/api/qcamera.txt
96
%%DOCSDIR%%/html/_sources/api/qcameraexposure.txt
97
%%DOCSDIR%%/html/_sources/api/qcamerafocus.txt
98
%%DOCSDIR%%/html/_sources/api/qcamerafocuszone.txt
99
%%DOCSDIR%%/html/_sources/api/qcameraimagecapture.txt
100
%%DOCSDIR%%/html/_sources/api/qcameraimageprocessing.txt
101
%%DOCSDIR%%/html/_sources/api/qcamerainfo.txt
102
%%DOCSDIR%%/html/_sources/api/qcameraviewfinder.txt
103
%%DOCSDIR%%/html/_sources/api/qcheckbox.txt
104
%%DOCSDIR%%/html/_sources/api/qchildevent.txt
105
%%DOCSDIR%%/html/_sources/api/qclipboard.txt
106
%%DOCSDIR%%/html/_sources/api/qcloseevent.txt
107
%%DOCSDIR%%/html/_sources/api/qcollator.txt
108
%%DOCSDIR%%/html/_sources/api/qcollatorsortkey.txt
109
%%DOCSDIR%%/html/_sources/api/qcolor.txt
110
%%DOCSDIR%%/html/_sources/api/qcolordialog.txt
111
%%DOCSDIR%%/html/_sources/api/qcolumnview.txt
112
%%DOCSDIR%%/html/_sources/api/qcombobox.txt
113
%%DOCSDIR%%/html/_sources/api/qcommandlineoption.txt
114
%%DOCSDIR%%/html/_sources/api/qcommandlineparser.txt
115
%%DOCSDIR%%/html/_sources/api/qcommandlinkbutton.txt
116
%%DOCSDIR%%/html/_sources/api/qcommonstyle.txt
117
%%DOCSDIR%%/html/_sources/api/qcompass.txt
118
%%DOCSDIR%%/html/_sources/api/qcompassfilter.txt
119
%%DOCSDIR%%/html/_sources/api/qcompassreading.txt
120
%%DOCSDIR%%/html/_sources/api/qcompleter.txt
121
%%DOCSDIR%%/html/_sources/api/qconicalgradient.txt
122
%%DOCSDIR%%/html/_sources/api/qcontextmenuevent.txt
123
%%DOCSDIR%%/html/_sources/api/qcoreapplication.txt
124
%%DOCSDIR%%/html/_sources/api/qcryptographichash.txt
125
%%DOCSDIR%%/html/_sources/api/qcursor.txt
126
%%DOCSDIR%%/html/_sources/api/qdatastream.txt
127
%%DOCSDIR%%/html/_sources/api/qdatawidgetmapper.txt
128
%%DOCSDIR%%/html/_sources/api/qdate.txt
129
%%DOCSDIR%%/html/_sources/api/qdateedit.txt
130
%%DOCSDIR%%/html/_sources/api/qdatetime.txt
131
%%DOCSDIR%%/html/_sources/api/qdatetimeedit.txt
132
%%DOCSDIR%%/html/_sources/api/qdbus.txt
133
%%DOCSDIR%%/html/_sources/api/qdbusabstractadaptor.txt
134
%%DOCSDIR%%/html/_sources/api/qdbusabstractinterface.txt
135
%%DOCSDIR%%/html/_sources/api/qdbusargument.txt
136
%%DOCSDIR%%/html/_sources/api/qdbusconnection.txt
137
%%DOCSDIR%%/html/_sources/api/qdbusconnectioninterface.txt
138
%%DOCSDIR%%/html/_sources/api/qdbuserror.txt
139
%%DOCSDIR%%/html/_sources/api/qdbusinterface.txt
140
%%DOCSDIR%%/html/_sources/api/qdbusmessage.txt
141
%%DOCSDIR%%/html/_sources/api/qdbusobjectpath.txt
142
%%DOCSDIR%%/html/_sources/api/qdbuspendingcall.txt
143
%%DOCSDIR%%/html/_sources/api/qdbuspendingcallwatcher.txt
144
%%DOCSDIR%%/html/_sources/api/qdbuspendingreply.txt
145
%%DOCSDIR%%/html/_sources/api/qdbusreply.txt
146
%%DOCSDIR%%/html/_sources/api/qdbusservicewatcher.txt
147
%%DOCSDIR%%/html/_sources/api/qdbussignature.txt
148
%%DOCSDIR%%/html/_sources/api/qdbusunixfiledescriptor.txt
149
%%DOCSDIR%%/html/_sources/api/qdbusvariant.txt
150
%%DOCSDIR%%/html/_sources/api/qdesigneractioneditorinterface.txt
151
%%DOCSDIR%%/html/_sources/api/qdesignercontainerextension.txt
152
%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetcollectioninterface.txt
153
%%DOCSDIR%%/html/_sources/api/qdesignercustomwidgetinterface.txt
154
%%DOCSDIR%%/html/_sources/api/qdesignerformeditorinterface.txt
155
%%DOCSDIR%%/html/_sources/api/qdesignerformwindowcursorinterface.txt
156
%%DOCSDIR%%/html/_sources/api/qdesignerformwindowinterface.txt
157
%%DOCSDIR%%/html/_sources/api/qdesignerformwindowmanagerinterface.txt
158
%%DOCSDIR%%/html/_sources/api/qdesignermembersheetextension.txt
159
%%DOCSDIR%%/html/_sources/api/qdesignerobjectinspectorinterface.txt
160
%%DOCSDIR%%/html/_sources/api/qdesignerpropertyeditorinterface.txt
161
%%DOCSDIR%%/html/_sources/api/qdesignerpropertysheetextension.txt
162
%%DOCSDIR%%/html/_sources/api/qdesignertaskmenuextension.txt
163
%%DOCSDIR%%/html/_sources/api/qdesignerwidgetboxinterface.txt
164
%%DOCSDIR%%/html/_sources/api/qdesktopservices.txt
165
%%DOCSDIR%%/html/_sources/api/qdesktopwidget.txt
166
%%DOCSDIR%%/html/_sources/api/qdial.txt
167
%%DOCSDIR%%/html/_sources/api/qdialog.txt
168
%%DOCSDIR%%/html/_sources/api/qdialogbuttonbox.txt
169
%%DOCSDIR%%/html/_sources/api/qdir.txt
170
%%DOCSDIR%%/html/_sources/api/qdiriterator.txt
171
%%DOCSDIR%%/html/_sources/api/qdirmodel.txt
172
%%DOCSDIR%%/html/_sources/api/qdistancefilter.txt
173
%%DOCSDIR%%/html/_sources/api/qdistancereading.txt
174
%%DOCSDIR%%/html/_sources/api/qdistancesensor.txt
175
%%DOCSDIR%%/html/_sources/api/qdnsdomainnamerecord.txt
176
%%DOCSDIR%%/html/_sources/api/qdnshostaddressrecord.txt
177
%%DOCSDIR%%/html/_sources/api/qdnslookup.txt
178
%%DOCSDIR%%/html/_sources/api/qdnsmailexchangerecord.txt
179
%%DOCSDIR%%/html/_sources/api/qdnsservicerecord.txt
180
%%DOCSDIR%%/html/_sources/api/qdnstextrecord.txt
181
%%DOCSDIR%%/html/_sources/api/qdockwidget.txt
182
%%DOCSDIR%%/html/_sources/api/qdomattr.txt
183
%%DOCSDIR%%/html/_sources/api/qdomcdatasection.txt
184
%%DOCSDIR%%/html/_sources/api/qdomcharacterdata.txt
185
%%DOCSDIR%%/html/_sources/api/qdomcomment.txt
186
%%DOCSDIR%%/html/_sources/api/qdomdocument.txt
187
%%DOCSDIR%%/html/_sources/api/qdomdocumentfragment.txt
188
%%DOCSDIR%%/html/_sources/api/qdomdocumenttype.txt
189
%%DOCSDIR%%/html/_sources/api/qdomelement.txt
190
%%DOCSDIR%%/html/_sources/api/qdomentity.txt
191
%%DOCSDIR%%/html/_sources/api/qdomentityreference.txt
192
%%DOCSDIR%%/html/_sources/api/qdomimplementation.txt
193
%%DOCSDIR%%/html/_sources/api/qdomnamednodemap.txt
194
%%DOCSDIR%%/html/_sources/api/qdomnode.txt
195
%%DOCSDIR%%/html/_sources/api/qdomnodelist.txt
196
%%DOCSDIR%%/html/_sources/api/qdomnotation.txt
197
%%DOCSDIR%%/html/_sources/api/qdomprocessinginstruction.txt
198
%%DOCSDIR%%/html/_sources/api/qdomtext.txt
199
%%DOCSDIR%%/html/_sources/api/qdoublespinbox.txt
200
%%DOCSDIR%%/html/_sources/api/qdoublevalidator.txt
201
%%DOCSDIR%%/html/_sources/api/qdrag.txt
202
%%DOCSDIR%%/html/_sources/api/qdragenterevent.txt
203
%%DOCSDIR%%/html/_sources/api/qdragleaveevent.txt
204
%%DOCSDIR%%/html/_sources/api/qdragmoveevent.txt
205
%%DOCSDIR%%/html/_sources/api/qdropevent.txt
206
%%DOCSDIR%%/html/_sources/api/qdynamicpropertychangeevent.txt
207
%%DOCSDIR%%/html/_sources/api/qeasingcurve.txt
208
%%DOCSDIR%%/html/_sources/api/qelapsedtimer.txt
209
%%DOCSDIR%%/html/_sources/api/qenterevent.txt
210
%%DOCSDIR%%/html/_sources/api/qerrormessage.txt
211
%%DOCSDIR%%/html/_sources/api/qevent.txt
212
%%DOCSDIR%%/html/_sources/api/qeventloop.txt
213
%%DOCSDIR%%/html/_sources/api/qeventlooplocker.txt
214
%%DOCSDIR%%/html/_sources/api/qeventtransition.txt
215
%%DOCSDIR%%/html/_sources/api/qexposeevent.txt
216
%%DOCSDIR%%/html/_sources/api/qextensionfactory.txt
217
%%DOCSDIR%%/html/_sources/api/qextensionmanager.txt
218
%%DOCSDIR%%/html/_sources/api/qfile.txt
219
%%DOCSDIR%%/html/_sources/api/qfiledevice.txt
220
%%DOCSDIR%%/html/_sources/api/qfiledialog.txt
221
%%DOCSDIR%%/html/_sources/api/qfileiconprovider.txt
222
%%DOCSDIR%%/html/_sources/api/qfileinfo.txt
223
%%DOCSDIR%%/html/_sources/api/qfileopenevent.txt
224
%%DOCSDIR%%/html/_sources/api/qfileselector.txt
225
%%DOCSDIR%%/html/_sources/api/qfilesystemmodel.txt
226
%%DOCSDIR%%/html/_sources/api/qfilesystemwatcher.txt
227
%%DOCSDIR%%/html/_sources/api/qfinalstate.txt
228
%%DOCSDIR%%/html/_sources/api/qfocusevent.txt
229
%%DOCSDIR%%/html/_sources/api/qfocusframe.txt
230
%%DOCSDIR%%/html/_sources/api/qfont.txt
231
%%DOCSDIR%%/html/_sources/api/qfontcombobox.txt
232
%%DOCSDIR%%/html/_sources/api/qfontdatabase.txt
233
%%DOCSDIR%%/html/_sources/api/qfontdialog.txt
234
%%DOCSDIR%%/html/_sources/api/qfontinfo.txt
235
%%DOCSDIR%%/html/_sources/api/qfontmetrics.txt
236
%%DOCSDIR%%/html/_sources/api/qfontmetricsf.txt
237
%%DOCSDIR%%/html/_sources/api/qformbuilder.txt
238
%%DOCSDIR%%/html/_sources/api/qformlayout.txt
239
%%DOCSDIR%%/html/_sources/api/qframe.txt
240
%%DOCSDIR%%/html/_sources/api/qgenericargument.txt
241
%%DOCSDIR%%/html/_sources/api/qgenericreturnargument.txt
242
%%DOCSDIR%%/html/_sources/api/qgeoaddress.txt
243
%%DOCSDIR%%/html/_sources/api/qgeoareamonitorinfo.txt
244
%%DOCSDIR%%/html/_sources/api/qgeoareamonitorsource.txt
245
%%DOCSDIR%%/html/_sources/api/qgeocircle.txt
246
%%DOCSDIR%%/html/_sources/api/qgeocodereply.txt
247
%%DOCSDIR%%/html/_sources/api/qgeocodingmanager.txt
248
%%DOCSDIR%%/html/_sources/api/qgeocodingmanagerengine.txt
249
%%DOCSDIR%%/html/_sources/api/qgeocoordinate.txt
250
%%DOCSDIR%%/html/_sources/api/qgeolocation.txt
251
%%DOCSDIR%%/html/_sources/api/qgeomaneuver.txt
252
%%DOCSDIR%%/html/_sources/api/qgeopositioninfo.txt
253
%%DOCSDIR%%/html/_sources/api/qgeopositioninfosource.txt
254
%%DOCSDIR%%/html/_sources/api/qgeorectangle.txt
255
%%DOCSDIR%%/html/_sources/api/qgeoroute.txt
256
%%DOCSDIR%%/html/_sources/api/qgeoroutereply.txt
257
%%DOCSDIR%%/html/_sources/api/qgeorouterequest.txt
258
%%DOCSDIR%%/html/_sources/api/qgeoroutesegment.txt
259
%%DOCSDIR%%/html/_sources/api/qgeoroutingmanager.txt
260
%%DOCSDIR%%/html/_sources/api/qgeoroutingmanagerengine.txt
261
%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfo.txt
262
%%DOCSDIR%%/html/_sources/api/qgeosatelliteinfosource.txt
263
%%DOCSDIR%%/html/_sources/api/qgeoserviceprovider.txt
264
%%DOCSDIR%%/html/_sources/api/qgeoshape.txt
265
%%DOCSDIR%%/html/_sources/api/qgesture.txt
266
%%DOCSDIR%%/html/_sources/api/qgestureevent.txt
267
%%DOCSDIR%%/html/_sources/api/qgesturerecognizer.txt
268
%%DOCSDIR%%/html/_sources/api/qgl.txt
269
%%DOCSDIR%%/html/_sources/api/qglcontext.txt
270
%%DOCSDIR%%/html/_sources/api/qglformat.txt
271
%%DOCSDIR%%/html/_sources/api/qglwidget.txt
272
%%DOCSDIR%%/html/_sources/api/qglyphrun.txt
273
%%DOCSDIR%%/html/_sources/api/qgradient.txt
274
%%DOCSDIR%%/html/_sources/api/qgraphicsanchor.txt
275
%%DOCSDIR%%/html/_sources/api/qgraphicsanchorlayout.txt
276
%%DOCSDIR%%/html/_sources/api/qgraphicsblureffect.txt
277
%%DOCSDIR%%/html/_sources/api/qgraphicscolorizeeffect.txt
278
%%DOCSDIR%%/html/_sources/api/qgraphicsdropshadoweffect.txt
279
%%DOCSDIR%%/html/_sources/api/qgraphicseffect.txt
280
%%DOCSDIR%%/html/_sources/api/qgraphicsellipseitem.txt
281
%%DOCSDIR%%/html/_sources/api/qgraphicsgridlayout.txt
282
%%DOCSDIR%%/html/_sources/api/qgraphicsitem.txt
283
%%DOCSDIR%%/html/_sources/api/qgraphicsitemgroup.txt
284
%%DOCSDIR%%/html/_sources/api/qgraphicslayout.txt
285
%%DOCSDIR%%/html/_sources/api/qgraphicslayoutitem.txt
286
%%DOCSDIR%%/html/_sources/api/qgraphicslinearlayout.txt
287
%%DOCSDIR%%/html/_sources/api/qgraphicslineitem.txt
288
%%DOCSDIR%%/html/_sources/api/qgraphicsobject.txt
289
%%DOCSDIR%%/html/_sources/api/qgraphicsopacityeffect.txt
290
%%DOCSDIR%%/html/_sources/api/qgraphicspathitem.txt
291
%%DOCSDIR%%/html/_sources/api/qgraphicspixmapitem.txt
292
%%DOCSDIR%%/html/_sources/api/qgraphicspolygonitem.txt
293
%%DOCSDIR%%/html/_sources/api/qgraphicsproxywidget.txt
294
%%DOCSDIR%%/html/_sources/api/qgraphicsrectitem.txt
295
%%DOCSDIR%%/html/_sources/api/qgraphicsrotation.txt
296
%%DOCSDIR%%/html/_sources/api/qgraphicsscale.txt
297
%%DOCSDIR%%/html/_sources/api/qgraphicsscene.txt
298
%%DOCSDIR%%/html/_sources/api/qgraphicsscenecontextmenuevent.txt
299
%%DOCSDIR%%/html/_sources/api/qgraphicsscenedragdropevent.txt
300
%%DOCSDIR%%/html/_sources/api/qgraphicssceneevent.txt
301
%%DOCSDIR%%/html/_sources/api/qgraphicsscenehelpevent.txt
302
%%DOCSDIR%%/html/_sources/api/qgraphicsscenehoverevent.txt
303
%%DOCSDIR%%/html/_sources/api/qgraphicsscenemouseevent.txt
304
%%DOCSDIR%%/html/_sources/api/qgraphicsscenemoveevent.txt
305
%%DOCSDIR%%/html/_sources/api/qgraphicssceneresizeevent.txt
306
%%DOCSDIR%%/html/_sources/api/qgraphicsscenewheelevent.txt
307
%%DOCSDIR%%/html/_sources/api/qgraphicssimpletextitem.txt
308
%%DOCSDIR%%/html/_sources/api/qgraphicssvgitem.txt
309
%%DOCSDIR%%/html/_sources/api/qgraphicstextitem.txt
310
%%DOCSDIR%%/html/_sources/api/qgraphicstransform.txt
311
%%DOCSDIR%%/html/_sources/api/qgraphicsvideoitem.txt
312
%%DOCSDIR%%/html/_sources/api/qgraphicsview.txt
313
%%DOCSDIR%%/html/_sources/api/qgraphicswebview.txt
314
%%DOCSDIR%%/html/_sources/api/qgraphicswidget.txt
315
%%DOCSDIR%%/html/_sources/api/qgridlayout.txt
316
%%DOCSDIR%%/html/_sources/api/qgroupbox.txt
317
%%DOCSDIR%%/html/_sources/api/qguiapplication.txt
318
%%DOCSDIR%%/html/_sources/api/qgyroscope.txt
319
%%DOCSDIR%%/html/_sources/api/qgyroscopefilter.txt
320
%%DOCSDIR%%/html/_sources/api/qgyroscopereading.txt
321
%%DOCSDIR%%/html/_sources/api/qhboxlayout.txt
322
%%DOCSDIR%%/html/_sources/api/qheaderview.txt
323
%%DOCSDIR%%/html/_sources/api/qhelpcontentitem.txt
324
%%DOCSDIR%%/html/_sources/api/qhelpcontentmodel.txt
325
%%DOCSDIR%%/html/_sources/api/qhelpcontentwidget.txt
326
%%DOCSDIR%%/html/_sources/api/qhelpengine.txt
327
%%DOCSDIR%%/html/_sources/api/qhelpenginecore.txt
328
%%DOCSDIR%%/html/_sources/api/qhelpevent.txt
329
%%DOCSDIR%%/html/_sources/api/qhelpindexmodel.txt
330
%%DOCSDIR%%/html/_sources/api/qhelpindexwidget.txt
331
%%DOCSDIR%%/html/_sources/api/qhelpsearchengine.txt
332
%%DOCSDIR%%/html/_sources/api/qhelpsearchquery.txt
333
%%DOCSDIR%%/html/_sources/api/qhelpsearchquerywidget.txt
334
%%DOCSDIR%%/html/_sources/api/qhelpsearchresultwidget.txt
335
%%DOCSDIR%%/html/_sources/api/qhideevent.txt
336
%%DOCSDIR%%/html/_sources/api/qhistorystate.txt
337
%%DOCSDIR%%/html/_sources/api/qholsterfilter.txt
338
%%DOCSDIR%%/html/_sources/api/qholsterreading.txt
339
%%DOCSDIR%%/html/_sources/api/qholstersensor.txt
340
%%DOCSDIR%%/html/_sources/api/qhostaddress.txt
341
%%DOCSDIR%%/html/_sources/api/qhostinfo.txt
342
%%DOCSDIR%%/html/_sources/api/qhoverevent.txt
343
%%DOCSDIR%%/html/_sources/api/qhttpmultipart.txt
344
%%DOCSDIR%%/html/_sources/api/qhttppart.txt
345
%%DOCSDIR%%/html/_sources/api/qicon.txt
346
%%DOCSDIR%%/html/_sources/api/qicondragevent.txt
347
%%DOCSDIR%%/html/_sources/api/qiconengine.txt
348
%%DOCSDIR%%/html/_sources/api/qidentityproxymodel.txt
349
%%DOCSDIR%%/html/_sources/api/qimage.txt
350
%%DOCSDIR%%/html/_sources/api/qimageencodersettings.txt
351
%%DOCSDIR%%/html/_sources/api/qimageiohandler.txt
352
%%DOCSDIR%%/html/_sources/api/qimagereader.txt
353
%%DOCSDIR%%/html/_sources/api/qimagewriter.txt
354
%%DOCSDIR%%/html/_sources/api/qinputdialog.txt
355
%%DOCSDIR%%/html/_sources/api/qinputevent.txt
356
%%DOCSDIR%%/html/_sources/api/qinputmethod.txt
357
%%DOCSDIR%%/html/_sources/api/qinputmethodevent.txt
358
%%DOCSDIR%%/html/_sources/api/qinputmethodqueryevent.txt
359
%%DOCSDIR%%/html/_sources/api/qintvalidator.txt
360
%%DOCSDIR%%/html/_sources/api/qiodevice.txt
361
%%DOCSDIR%%/html/_sources/api/qirproximityfilter.txt
362
%%DOCSDIR%%/html/_sources/api/qirproximityreading.txt
363
%%DOCSDIR%%/html/_sources/api/qirproximitysensor.txt
364
%%DOCSDIR%%/html/_sources/api/qitemdelegate.txt
365
%%DOCSDIR%%/html/_sources/api/qitemeditorcreatorbase.txt
366
%%DOCSDIR%%/html/_sources/api/qitemeditorfactory.txt
367
%%DOCSDIR%%/html/_sources/api/qitemselection.txt
368
%%DOCSDIR%%/html/_sources/api/qitemselectionmodel.txt
369
%%DOCSDIR%%/html/_sources/api/qitemselectionrange.txt
370
%%DOCSDIR%%/html/_sources/api/qjsengine.txt
371
%%DOCSDIR%%/html/_sources/api/qjsonarray.txt
372
%%DOCSDIR%%/html/_sources/api/qjsondocument.txt
373
%%DOCSDIR%%/html/_sources/api/qjsonobject.txt
374
%%DOCSDIR%%/html/_sources/api/qjsonparseerror.txt
375
%%DOCSDIR%%/html/_sources/api/qjsonvalue.txt
376
%%DOCSDIR%%/html/_sources/api/qjsvalue.txt
377
%%DOCSDIR%%/html/_sources/api/qjsvalueiterator.txt
378
%%DOCSDIR%%/html/_sources/api/qkeyevent.txt
379
%%DOCSDIR%%/html/_sources/api/qkeyeventtransition.txt
380
%%DOCSDIR%%/html/_sources/api/qkeysequence.txt
381
%%DOCSDIR%%/html/_sources/api/qkeysequenceedit.txt
382
%%DOCSDIR%%/html/_sources/api/qlabel.txt
383
%%DOCSDIR%%/html/_sources/api/qlayout.txt
384
%%DOCSDIR%%/html/_sources/api/qlayoutitem.txt
385
%%DOCSDIR%%/html/_sources/api/qlcdnumber.txt
386
%%DOCSDIR%%/html/_sources/api/qlibrary.txt
387
%%DOCSDIR%%/html/_sources/api/qlibraryinfo.txt
388
%%DOCSDIR%%/html/_sources/api/qlightfilter.txt
389
%%DOCSDIR%%/html/_sources/api/qlightreading.txt
390
%%DOCSDIR%%/html/_sources/api/qlightsensor.txt
391
%%DOCSDIR%%/html/_sources/api/qline.txt
392
%%DOCSDIR%%/html/_sources/api/qlineargradient.txt
393
%%DOCSDIR%%/html/_sources/api/qlineedit.txt
394
%%DOCSDIR%%/html/_sources/api/qlinef.txt
395
%%DOCSDIR%%/html/_sources/api/qlistview.txt
396
%%DOCSDIR%%/html/_sources/api/qlistwidget.txt
397
%%DOCSDIR%%/html/_sources/api/qlistwidgetitem.txt
398
%%DOCSDIR%%/html/_sources/api/qlocale.txt
399
%%DOCSDIR%%/html/_sources/api/qlocalserver.txt
400
%%DOCSDIR%%/html/_sources/api/qlocalsocket.txt
401
%%DOCSDIR%%/html/_sources/api/qlocation.txt
402
%%DOCSDIR%%/html/_sources/api/qlockfile.txt
403
%%DOCSDIR%%/html/_sources/api/qlowenergycharacteristic.txt
404
%%DOCSDIR%%/html/_sources/api/qlowenergycontroller.txt
405
%%DOCSDIR%%/html/_sources/api/qlowenergydescriptor.txt
406
%%DOCSDIR%%/html/_sources/api/qlowenergyservice.txt
407
%%DOCSDIR%%/html/_sources/api/qmaccocoaviewcontainer.txt
408
%%DOCSDIR%%/html/_sources/api/qmacpasteboardmime.txt
409
%%DOCSDIR%%/html/_sources/api/qmactoolbar.txt
410
%%DOCSDIR%%/html/_sources/api/qmactoolbaritem.txt
411
%%DOCSDIR%%/html/_sources/api/qmagnetometer.txt
412
%%DOCSDIR%%/html/_sources/api/qmagnetometerfilter.txt
413
%%DOCSDIR%%/html/_sources/api/qmagnetometerreading.txt
414
%%DOCSDIR%%/html/_sources/api/qmainwindow.txt
415
%%DOCSDIR%%/html/_sources/api/qmargins.txt
416
%%DOCSDIR%%/html/_sources/api/qmarginsf.txt
417
%%DOCSDIR%%/html/_sources/api/qmaskgenerator.txt
418
%%DOCSDIR%%/html/_sources/api/qmatrix2x2.txt
419
%%DOCSDIR%%/html/_sources/api/qmatrix2x3.txt
420
%%DOCSDIR%%/html/_sources/api/qmatrix2x4.txt
421
%%DOCSDIR%%/html/_sources/api/qmatrix3x2.txt
422
%%DOCSDIR%%/html/_sources/api/qmatrix3x3.txt
423
%%DOCSDIR%%/html/_sources/api/qmatrix3x4.txt
424
%%DOCSDIR%%/html/_sources/api/qmatrix4x2.txt
425
%%DOCSDIR%%/html/_sources/api/qmatrix4x3.txt
426
%%DOCSDIR%%/html/_sources/api/qmatrix4x4.txt
427
%%DOCSDIR%%/html/_sources/api/qmdiarea.txt
428
%%DOCSDIR%%/html/_sources/api/qmdisubwindow.txt
429
%%DOCSDIR%%/html/_sources/api/qmediabindableinterface.txt
430
%%DOCSDIR%%/html/_sources/api/qmediacontent.txt
431
%%DOCSDIR%%/html/_sources/api/qmediacontrol.txt
432
%%DOCSDIR%%/html/_sources/api/qmediametadata.txt
433
%%DOCSDIR%%/html/_sources/api/qmediaobject.txt
434
%%DOCSDIR%%/html/_sources/api/qmediaplayer.txt
435
%%DOCSDIR%%/html/_sources/api/qmediaplaylist.txt
436
%%DOCSDIR%%/html/_sources/api/qmediarecorder.txt
437
%%DOCSDIR%%/html/_sources/api/qmediaresource.txt
438
%%DOCSDIR%%/html/_sources/api/qmediaservice.txt
439
%%DOCSDIR%%/html/_sources/api/qmediatimeinterval.txt
440
%%DOCSDIR%%/html/_sources/api/qmediatimerange.txt
441
%%DOCSDIR%%/html/_sources/api/qmenu.txt
442
%%DOCSDIR%%/html/_sources/api/qmenubar.txt
443
%%DOCSDIR%%/html/_sources/api/qmessageauthenticationcode.txt
444
%%DOCSDIR%%/html/_sources/api/qmessagebox.txt
445
%%DOCSDIR%%/html/_sources/api/qmessagelogcontext.txt
446
%%DOCSDIR%%/html/_sources/api/qmessagelogger.txt
447
%%DOCSDIR%%/html/_sources/api/qmetaclassinfo.txt
448
%%DOCSDIR%%/html/_sources/api/qmetaenum.txt
449
%%DOCSDIR%%/html/_sources/api/qmetamethod.txt
450
%%DOCSDIR%%/html/_sources/api/qmetaobject.txt
451
%%DOCSDIR%%/html/_sources/api/qmetaproperty.txt
452
%%DOCSDIR%%/html/_sources/api/qmetatype.txt
453
%%DOCSDIR%%/html/_sources/api/qmimedata.txt
454
%%DOCSDIR%%/html/_sources/api/qmimedatabase.txt
455
%%DOCSDIR%%/html/_sources/api/qmimetype.txt
456
%%DOCSDIR%%/html/_sources/api/qmodelindex.txt
457
%%DOCSDIR%%/html/_sources/api/qmouseevent.txt
458
%%DOCSDIR%%/html/_sources/api/qmouseeventtransition.txt
459
%%DOCSDIR%%/html/_sources/api/qmoveevent.txt
460
%%DOCSDIR%%/html/_sources/api/qmovie.txt
461
%%DOCSDIR%%/html/_sources/api/qmultimedia.txt
462
%%DOCSDIR%%/html/_sources/api/qmutex.txt
463
%%DOCSDIR%%/html/_sources/api/qmutexlocker.txt
464
%%DOCSDIR%%/html/_sources/api/qndeffilter.txt
465
%%DOCSDIR%%/html/_sources/api/qndefmessage.txt
466
%%DOCSDIR%%/html/_sources/api/qndefnfciconrecord.txt
467
%%DOCSDIR%%/html/_sources/api/qndefnfcsmartposterrecord.txt
468
%%DOCSDIR%%/html/_sources/api/qndefnfctextrecord.txt
469
%%DOCSDIR%%/html/_sources/api/qndefnfcurirecord.txt
470
%%DOCSDIR%%/html/_sources/api/qndefrecord.txt
471
%%DOCSDIR%%/html/_sources/api/qnearfieldmanager.txt
472
%%DOCSDIR%%/html/_sources/api/qnearfieldsharemanager.txt
473
%%DOCSDIR%%/html/_sources/api/qnearfieldsharetarget.txt
474
%%DOCSDIR%%/html/_sources/api/qnearfieldtarget.txt
475
%%DOCSDIR%%/html/_sources/api/qnetworkaccessmanager.txt
476
%%DOCSDIR%%/html/_sources/api/qnetworkaddressentry.txt
477
%%DOCSDIR%%/html/_sources/api/qnetworkcachemetadata.txt
478
%%DOCSDIR%%/html/_sources/api/qnetworkconfiguration.txt
479
%%DOCSDIR%%/html/_sources/api/qnetworkconfigurationmanager.txt
480
%%DOCSDIR%%/html/_sources/api/qnetworkcookie.txt
481
%%DOCSDIR%%/html/_sources/api/qnetworkcookiejar.txt
482
%%DOCSDIR%%/html/_sources/api/qnetworkdiskcache.txt
483
%%DOCSDIR%%/html/_sources/api/qnetworkinterface.txt
484
%%DOCSDIR%%/html/_sources/api/qnetworkproxy.txt
485
%%DOCSDIR%%/html/_sources/api/qnetworkproxyfactory.txt
486
%%DOCSDIR%%/html/_sources/api/qnetworkproxyquery.txt
487
%%DOCSDIR%%/html/_sources/api/qnetworkreply.txt
488
%%DOCSDIR%%/html/_sources/api/qnetworkrequest.txt
489
%%DOCSDIR%%/html/_sources/api/qnetworksession.txt
490
%%DOCSDIR%%/html/_sources/api/qnmeapositioninfosource.txt
491
%%DOCSDIR%%/html/_sources/api/qobject.txt
492
%%DOCSDIR%%/html/_sources/api/qobjectcleanuphandler.txt
493
%%DOCSDIR%%/html/_sources/api/qoffscreensurface.txt
494
%%DOCSDIR%%/html/_sources/api/qopenglbuffer.txt
495
%%DOCSDIR%%/html/_sources/api/qopenglcontext.txt
496
%%DOCSDIR%%/html/_sources/api/qopenglcontextgroup.txt
497
%%DOCSDIR%%/html/_sources/api/qopengldebuglogger.txt
498
%%DOCSDIR%%/html/_sources/api/qopengldebugmessage.txt
499
%%DOCSDIR%%/html/_sources/api/qopenglframebufferobject.txt
500
%%DOCSDIR%%/html/_sources/api/qopenglframebufferobjectformat.txt
501
%%DOCSDIR%%/html/_sources/api/qopenglpaintdevice.txt
502
%%DOCSDIR%%/html/_sources/api/qopenglshader.txt
503
%%DOCSDIR%%/html/_sources/api/qopenglshaderprogram.txt
504
%%DOCSDIR%%/html/_sources/api/qopengltexture.txt
505
%%DOCSDIR%%/html/_sources/api/qopengltimemonitor.txt
506
%%DOCSDIR%%/html/_sources/api/qopengltimerquery.txt
507
%%DOCSDIR%%/html/_sources/api/qopenglvertexarrayobject.txt
508
%%DOCSDIR%%/html/_sources/api/qopenglwidget.txt
509
%%DOCSDIR%%/html/_sources/api/qopenglwindow.txt
510
%%DOCSDIR%%/html/_sources/api/qorientationfilter.txt
511
%%DOCSDIR%%/html/_sources/api/qorientationreading.txt
512
%%DOCSDIR%%/html/_sources/api/qorientationsensor.txt
513
%%DOCSDIR%%/html/_sources/api/qpagedpaintdevice.txt
514
%%DOCSDIR%%/html/_sources/api/qpagelayout.txt
515
%%DOCSDIR%%/html/_sources/api/qpagesetupdialog.txt
516
%%DOCSDIR%%/html/_sources/api/qpagesize.txt
517
%%DOCSDIR%%/html/_sources/api/qpaintdevice.txt
518
%%DOCSDIR%%/html/_sources/api/qpaintdevicewindow.txt
519
%%DOCSDIR%%/html/_sources/api/qpaintengine.txt
520
%%DOCSDIR%%/html/_sources/api/qpaintenginestate.txt
521
%%DOCSDIR%%/html/_sources/api/qpainter.txt
522
%%DOCSDIR%%/html/_sources/api/qpainterpath.txt
523
%%DOCSDIR%%/html/_sources/api/qpainterpathstroker.txt
524
%%DOCSDIR%%/html/_sources/api/qpaintevent.txt
525
%%DOCSDIR%%/html/_sources/api/qpalette.txt
526
%%DOCSDIR%%/html/_sources/api/qpangesture.txt
527
%%DOCSDIR%%/html/_sources/api/qparallelanimationgroup.txt
528
%%DOCSDIR%%/html/_sources/api/qpauseanimation.txt
529
%%DOCSDIR%%/html/_sources/api/qpdfwriter.txt
530
%%DOCSDIR%%/html/_sources/api/qpen.txt
531
%%DOCSDIR%%/html/_sources/api/qpersistentmodelindex.txt
532
%%DOCSDIR%%/html/_sources/api/qpicture.txt
533
%%DOCSDIR%%/html/_sources/api/qpictureio.txt
534
%%DOCSDIR%%/html/_sources/api/qpinchgesture.txt
535
%%DOCSDIR%%/html/_sources/api/qpixelformat.txt
536
%%DOCSDIR%%/html/_sources/api/qpixmap.txt
537
%%DOCSDIR%%/html/_sources/api/qpixmapcache.txt
538
%%DOCSDIR%%/html/_sources/api/qplace.txt
539
%%DOCSDIR%%/html/_sources/api/qplaceattribute.txt
540
%%DOCSDIR%%/html/_sources/api/qplacecategory.txt
541
%%DOCSDIR%%/html/_sources/api/qplacecontactdetail.txt
542
%%DOCSDIR%%/html/_sources/api/qplacecontent.txt
543
%%DOCSDIR%%/html/_sources/api/qplacecontentreply.txt
544
%%DOCSDIR%%/html/_sources/api/qplacecontentrequest.txt
545
%%DOCSDIR%%/html/_sources/api/qplacedetailsreply.txt
546
%%DOCSDIR%%/html/_sources/api/qplaceeditorial.txt
547
%%DOCSDIR%%/html/_sources/api/qplaceicon.txt
548
%%DOCSDIR%%/html/_sources/api/qplaceidreply.txt
549
%%DOCSDIR%%/html/_sources/api/qplaceimage.txt
550
%%DOCSDIR%%/html/_sources/api/qplacemanager.txt
551
%%DOCSDIR%%/html/_sources/api/qplacemanagerengine.txt
552
%%DOCSDIR%%/html/_sources/api/qplacematchreply.txt
553
%%DOCSDIR%%/html/_sources/api/qplacematchrequest.txt
554
%%DOCSDIR%%/html/_sources/api/qplaceproposedsearchresult.txt
555
%%DOCSDIR%%/html/_sources/api/qplaceratings.txt
556
%%DOCSDIR%%/html/_sources/api/qplacereply.txt
557
%%DOCSDIR%%/html/_sources/api/qplaceresult.txt
558
%%DOCSDIR%%/html/_sources/api/qplacereview.txt
559
%%DOCSDIR%%/html/_sources/api/qplacesearchreply.txt
560
%%DOCSDIR%%/html/_sources/api/qplacesearchrequest.txt
561
%%DOCSDIR%%/html/_sources/api/qplacesearchresult.txt
562
%%DOCSDIR%%/html/_sources/api/qplacesearchsuggestionreply.txt
563
%%DOCSDIR%%/html/_sources/api/qplacesupplier.txt
564
%%DOCSDIR%%/html/_sources/api/qplaceuser.txt
565
%%DOCSDIR%%/html/_sources/api/qplaintextdocumentlayout.txt
566
%%DOCSDIR%%/html/_sources/api/qplaintextedit.txt
567
%%DOCSDIR%%/html/_sources/api/qpluginloader.txt
568
%%DOCSDIR%%/html/_sources/api/qpoint.txt
569
%%DOCSDIR%%/html/_sources/api/qpointf.txt
570
%%DOCSDIR%%/html/_sources/api/qpolygon.txt
571
%%DOCSDIR%%/html/_sources/api/qpolygonf.txt
572
%%DOCSDIR%%/html/_sources/api/qpressurefilter.txt
573
%%DOCSDIR%%/html/_sources/api/qpressurereading.txt
574
%%DOCSDIR%%/html/_sources/api/qpressuresensor.txt
575
%%DOCSDIR%%/html/_sources/api/qprintdialog.txt
576
%%DOCSDIR%%/html/_sources/api/qprintengine.txt
577
%%DOCSDIR%%/html/_sources/api/qprinter.txt
578
%%DOCSDIR%%/html/_sources/api/qprinterinfo.txt
579
%%DOCSDIR%%/html/_sources/api/qprintpreviewdialog.txt
580
%%DOCSDIR%%/html/_sources/api/qprintpreviewwidget.txt
581
%%DOCSDIR%%/html/_sources/api/qprocess.txt
582
%%DOCSDIR%%/html/_sources/api/qprocessenvironment.txt
583
%%DOCSDIR%%/html/_sources/api/qprogressbar.txt
584
%%DOCSDIR%%/html/_sources/api/qprogressdialog.txt
585
%%DOCSDIR%%/html/_sources/api/qpropertyanimation.txt
586
%%DOCSDIR%%/html/_sources/api/qproximityfilter.txt
587
%%DOCSDIR%%/html/_sources/api/qproximityreading.txt
588
%%DOCSDIR%%/html/_sources/api/qproximitysensor.txt
589
%%DOCSDIR%%/html/_sources/api/qproxystyle.txt
590
%%DOCSDIR%%/html/_sources/api/qpushbutton.txt
591
%%DOCSDIR%%/html/_sources/api/qqmlabstracturlinterceptor.txt
592
%%DOCSDIR%%/html/_sources/api/qqmlapplicationengine.txt
593
%%DOCSDIR%%/html/_sources/api/qqmlcomponent.txt
594
%%DOCSDIR%%/html/_sources/api/qqmlcontext.txt
595
%%DOCSDIR%%/html/_sources/api/qqmlengine.txt
596
%%DOCSDIR%%/html/_sources/api/qqmlerror.txt
597
%%DOCSDIR%%/html/_sources/api/qqmlexpression.txt
598
%%DOCSDIR%%/html/_sources/api/qqmlextensionplugin.txt
599
%%DOCSDIR%%/html/_sources/api/qqmlfileselector.txt
600
%%DOCSDIR%%/html/_sources/api/qqmlimageproviderbase.txt
601
%%DOCSDIR%%/html/_sources/api/qqmlincubator.txt
602
%%DOCSDIR%%/html/_sources/api/qqmlincubatorcontrol.txt
603
%%DOCSDIR%%/html/_sources/api/qqmllistproperty.txt
604
%%DOCSDIR%%/html/_sources/api/qqmllistreference.txt
605
%%DOCSDIR%%/html/_sources/api/qqmlndefrecord.txt
606
%%DOCSDIR%%/html/_sources/api/qqmlnetworkaccessmanagerfactory.txt
607
%%DOCSDIR%%/html/_sources/api/qqmlparserstatus.txt
608
%%DOCSDIR%%/html/_sources/api/qqmlproperty.txt
609
%%DOCSDIR%%/html/_sources/api/qqmlpropertymap.txt
610
%%DOCSDIR%%/html/_sources/api/qqmlpropertyvaluesource.txt
611
%%DOCSDIR%%/html/_sources/api/qqmlscriptstring.txt
612
%%DOCSDIR%%/html/_sources/api/qquaternion.txt
613
%%DOCSDIR%%/html/_sources/api/qquickframebufferobject.txt
614
%%DOCSDIR%%/html/_sources/api/qquickimageprovider.txt
615
%%DOCSDIR%%/html/_sources/api/qquickitem.txt
616
%%DOCSDIR%%/html/_sources/api/qquickitemgrabresult.txt
617
%%DOCSDIR%%/html/_sources/api/qquickpainteditem.txt
618
%%DOCSDIR%%/html/_sources/api/qquickrendercontrol.txt
619
%%DOCSDIR%%/html/_sources/api/qquicktextdocument.txt
620
%%DOCSDIR%%/html/_sources/api/qquicktexturefactory.txt
621
%%DOCSDIR%%/html/_sources/api/qquickview.txt
622
%%DOCSDIR%%/html/_sources/api/qquickwidget.txt
623
%%DOCSDIR%%/html/_sources/api/qquickwindow.txt
624
%%DOCSDIR%%/html/_sources/api/qradialgradient.txt
625
%%DOCSDIR%%/html/_sources/api/qradiobutton.txt
626
%%DOCSDIR%%/html/_sources/api/qradiodata.txt
627
%%DOCSDIR%%/html/_sources/api/qradiotuner.txt
628
%%DOCSDIR%%/html/_sources/api/qrasterwindow.txt
629
%%DOCSDIR%%/html/_sources/api/qrawfont.txt
630
%%DOCSDIR%%/html/_sources/api/qreadlocker.txt
631
%%DOCSDIR%%/html/_sources/api/qreadwritelock.txt
632
%%DOCSDIR%%/html/_sources/api/qrect.txt
633
%%DOCSDIR%%/html/_sources/api/qrectf.txt
634
%%DOCSDIR%%/html/_sources/api/qregexp.txt
635
%%DOCSDIR%%/html/_sources/api/qregexpvalidator.txt
636
%%DOCSDIR%%/html/_sources/api/qregion.txt
637
%%DOCSDIR%%/html/_sources/api/qregularexpression.txt
638
%%DOCSDIR%%/html/_sources/api/qregularexpressionmatch.txt
639
%%DOCSDIR%%/html/_sources/api/qregularexpressionmatchiterator.txt
640
%%DOCSDIR%%/html/_sources/api/qregularexpressionvalidator.txt
641
%%DOCSDIR%%/html/_sources/api/qresizeevent.txt
642
%%DOCSDIR%%/html/_sources/api/qresource.txt
643
%%DOCSDIR%%/html/_sources/api/qrotationfilter.txt
644
%%DOCSDIR%%/html/_sources/api/qrotationreading.txt
645
%%DOCSDIR%%/html/_sources/api/qrotationsensor.txt
646
%%DOCSDIR%%/html/_sources/api/qrubberband.txt
647
%%DOCSDIR%%/html/_sources/api/qrunnable.txt
648
%%DOCSDIR%%/html/_sources/api/qsavefile.txt
649
%%DOCSDIR%%/html/_sources/api/qscreen.txt
650
%%DOCSDIR%%/html/_sources/api/qscrollarea.txt
651
%%DOCSDIR%%/html/_sources/api/qscrollbar.txt
652
%%DOCSDIR%%/html/_sources/api/qscroller.txt
653
%%DOCSDIR%%/html/_sources/api/qscrollerproperties.txt
654
%%DOCSDIR%%/html/_sources/api/qscrollevent.txt
655
%%DOCSDIR%%/html/_sources/api/qscrollprepareevent.txt
656
%%DOCSDIR%%/html/_sources/api/qsemaphore.txt
657
%%DOCSDIR%%/html/_sources/api/qsensor.txt
658
%%DOCSDIR%%/html/_sources/api/qsensorfilter.txt
659
%%DOCSDIR%%/html/_sources/api/qsensorreading.txt
660
%%DOCSDIR%%/html/_sources/api/qsequentialanimationgroup.txt
661
%%DOCSDIR%%/html/_sources/api/qserialport.txt
662
%%DOCSDIR%%/html/_sources/api/qserialportinfo.txt
663
%%DOCSDIR%%/html/_sources/api/qsessionmanager.txt
664
%%DOCSDIR%%/html/_sources/api/qsettings.txt
665
%%DOCSDIR%%/html/_sources/api/qsgabstractrenderer.txt
666
%%DOCSDIR%%/html/_sources/api/qsgbasicgeometrynode.txt
667
%%DOCSDIR%%/html/_sources/api/qsgclipnode.txt
668
%%DOCSDIR%%/html/_sources/api/qsgdynamictexture.txt
669
%%DOCSDIR%%/html/_sources/api/qsgengine.txt
670
%%DOCSDIR%%/html/_sources/api/qsgflatcolormaterial.txt
671
%%DOCSDIR%%/html/_sources/api/qsggeometry.txt
672
%%DOCSDIR%%/html/_sources/api/qsggeometrynode.txt
673
%%DOCSDIR%%/html/_sources/api/qsgmaterial.txt
674
%%DOCSDIR%%/html/_sources/api/qsgmaterialshader.txt
675
%%DOCSDIR%%/html/_sources/api/qsgmaterialtype.txt
676
%%DOCSDIR%%/html/_sources/api/qsgnode.txt
677
%%DOCSDIR%%/html/_sources/api/qsgopacitynode.txt
678
%%DOCSDIR%%/html/_sources/api/qsgopaquetexturematerial.txt
679
%%DOCSDIR%%/html/_sources/api/qsgsimplerectnode.txt
680
%%DOCSDIR%%/html/_sources/api/qsgsimpletexturenode.txt
681
%%DOCSDIR%%/html/_sources/api/qsgtexture.txt
682
%%DOCSDIR%%/html/_sources/api/qsgtexturematerial.txt
683
%%DOCSDIR%%/html/_sources/api/qsgtextureprovider.txt
684
%%DOCSDIR%%/html/_sources/api/qsgtransformnode.txt
685
%%DOCSDIR%%/html/_sources/api/qsgvertexcolormaterial.txt
686
%%DOCSDIR%%/html/_sources/api/qsharedmemory.txt
687
%%DOCSDIR%%/html/_sources/api/qshortcut.txt
688
%%DOCSDIR%%/html/_sources/api/qshortcutevent.txt
689
%%DOCSDIR%%/html/_sources/api/qshowevent.txt
690
%%DOCSDIR%%/html/_sources/api/qsignalblocker.txt
691
%%DOCSDIR%%/html/_sources/api/qsignalmapper.txt
692
%%DOCSDIR%%/html/_sources/api/qsignalspy.txt
693
%%DOCSDIR%%/html/_sources/api/qsignaltransition.txt
694
%%DOCSDIR%%/html/_sources/api/qsimplexmlnodemodel.txt
695
%%DOCSDIR%%/html/_sources/api/qsize.txt
696
%%DOCSDIR%%/html/_sources/api/qsizef.txt
697
%%DOCSDIR%%/html/_sources/api/qsizegrip.txt
698
%%DOCSDIR%%/html/_sources/api/qsizepolicy.txt
699
%%DOCSDIR%%/html/_sources/api/qslider.txt
700
%%DOCSDIR%%/html/_sources/api/qsocketnotifier.txt
701
%%DOCSDIR%%/html/_sources/api/qsortfilterproxymodel.txt
702
%%DOCSDIR%%/html/_sources/api/qsound.txt
703
%%DOCSDIR%%/html/_sources/api/qsoundeffect.txt
704
%%DOCSDIR%%/html/_sources/api/qsourcelocation.txt
705
%%DOCSDIR%%/html/_sources/api/qspaceritem.txt
706
%%DOCSDIR%%/html/_sources/api/qspinbox.txt
707
%%DOCSDIR%%/html/_sources/api/qsplashscreen.txt
708
%%DOCSDIR%%/html/_sources/api/qsplitter.txt
709
%%DOCSDIR%%/html/_sources/api/qsplitterhandle.txt
710
%%DOCSDIR%%/html/_sources/api/qsql.txt
711
%%DOCSDIR%%/html/_sources/api/qsqldatabase.txt
712
%%DOCSDIR%%/html/_sources/api/qsqldriver.txt
713
%%DOCSDIR%%/html/_sources/api/qsqldrivercreatorbase.txt
714
%%DOCSDIR%%/html/_sources/api/qsqlerror.txt
715
%%DOCSDIR%%/html/_sources/api/qsqlfield.txt
716
%%DOCSDIR%%/html/_sources/api/qsqlindex.txt
717
%%DOCSDIR%%/html/_sources/api/qsqlquery.txt
718
%%DOCSDIR%%/html/_sources/api/qsqlquerymodel.txt
719
%%DOCSDIR%%/html/_sources/api/qsqlrecord.txt
720
%%DOCSDIR%%/html/_sources/api/qsqlrelation.txt
721
%%DOCSDIR%%/html/_sources/api/qsqlrelationaldelegate.txt
722
%%DOCSDIR%%/html/_sources/api/qsqlrelationaltablemodel.txt
723
%%DOCSDIR%%/html/_sources/api/qsqlresult.txt
724
%%DOCSDIR%%/html/_sources/api/qsqltablemodel.txt
725
%%DOCSDIR%%/html/_sources/api/qssl.txt
726
%%DOCSDIR%%/html/_sources/api/qsslcertificate.txt
727
%%DOCSDIR%%/html/_sources/api/qsslcertificateextension.txt
728
%%DOCSDIR%%/html/_sources/api/qsslcipher.txt
729
%%DOCSDIR%%/html/_sources/api/qsslconfiguration.txt
730
%%DOCSDIR%%/html/_sources/api/qsslerror.txt
731
%%DOCSDIR%%/html/_sources/api/qsslkey.txt
732
%%DOCSDIR%%/html/_sources/api/qsslsocket.txt
733
%%DOCSDIR%%/html/_sources/api/qstackedlayout.txt
734
%%DOCSDIR%%/html/_sources/api/qstackedwidget.txt
735
%%DOCSDIR%%/html/_sources/api/qstandarditem.txt
736
%%DOCSDIR%%/html/_sources/api/qstandarditemmodel.txt
737
%%DOCSDIR%%/html/_sources/api/qstandardpaths.txt
738
%%DOCSDIR%%/html/_sources/api/qstate.txt
739
%%DOCSDIR%%/html/_sources/api/qstatemachine.txt
740
%%DOCSDIR%%/html/_sources/api/qstatictext.txt
741
%%DOCSDIR%%/html/_sources/api/qstatusbar.txt
742
%%DOCSDIR%%/html/_sources/api/qstatustipevent.txt
743
%%DOCSDIR%%/html/_sources/api/qstorageinfo.txt
744
%%DOCSDIR%%/html/_sources/api/qstringlistmodel.txt
745
%%DOCSDIR%%/html/_sources/api/qstyle.txt
746
%%DOCSDIR%%/html/_sources/api/qstyleditemdelegate.txt
747
%%DOCSDIR%%/html/_sources/api/qstylefactory.txt
748
%%DOCSDIR%%/html/_sources/api/qstylehintreturn.txt
749
%%DOCSDIR%%/html/_sources/api/qstylehintreturnmask.txt
750
%%DOCSDIR%%/html/_sources/api/qstylehintreturnvariant.txt
751
%%DOCSDIR%%/html/_sources/api/qstylehints.txt
752
%%DOCSDIR%%/html/_sources/api/qstyleoption.txt
753
%%DOCSDIR%%/html/_sources/api/qstyleoptionbutton.txt
754
%%DOCSDIR%%/html/_sources/api/qstyleoptioncombobox.txt
755
%%DOCSDIR%%/html/_sources/api/qstyleoptioncomplex.txt
756
%%DOCSDIR%%/html/_sources/api/qstyleoptiondockwidget.txt
757
%%DOCSDIR%%/html/_sources/api/qstyleoptionfocusrect.txt
758
%%DOCSDIR%%/html/_sources/api/qstyleoptionframe.txt
759
%%DOCSDIR%%/html/_sources/api/qstyleoptiongraphicsitem.txt
760
%%DOCSDIR%%/html/_sources/api/qstyleoptiongroupbox.txt
761
%%DOCSDIR%%/html/_sources/api/qstyleoptionheader.txt
762
%%DOCSDIR%%/html/_sources/api/qstyleoptionmenuitem.txt
763
%%DOCSDIR%%/html/_sources/api/qstyleoptionprogressbar.txt
764
%%DOCSDIR%%/html/_sources/api/qstyleoptionrubberband.txt
765
%%DOCSDIR%%/html/_sources/api/qstyleoptionsizegrip.txt
766
%%DOCSDIR%%/html/_sources/api/qstyleoptionslider.txt
767
%%DOCSDIR%%/html/_sources/api/qstyleoptionspinbox.txt
768
%%DOCSDIR%%/html/_sources/api/qstyleoptiontab.txt
769
%%DOCSDIR%%/html/_sources/api/qstyleoptiontabbarbase.txt
770
%%DOCSDIR%%/html/_sources/api/qstyleoptiontabwidgetframe.txt
771
%%DOCSDIR%%/html/_sources/api/qstyleoptiontitlebar.txt
772
%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbar.txt
773
%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbox.txt
774
%%DOCSDIR%%/html/_sources/api/qstyleoptiontoolbutton.txt
775
%%DOCSDIR%%/html/_sources/api/qstyleoptionviewitem.txt
776
%%DOCSDIR%%/html/_sources/api/qstylepainter.txt
777
%%DOCSDIR%%/html/_sources/api/qsurface.txt
778
%%DOCSDIR%%/html/_sources/api/qsurfaceformat.txt
779
%%DOCSDIR%%/html/_sources/api/qsvggenerator.txt
780
%%DOCSDIR%%/html/_sources/api/qsvgrenderer.txt
781
%%DOCSDIR%%/html/_sources/api/qsvgwidget.txt
782
%%DOCSDIR%%/html/_sources/api/qswipegesture.txt
783
%%DOCSDIR%%/html/_sources/api/qsyntaxhighlighter.txt
784
%%DOCSDIR%%/html/_sources/api/qsysinfo.txt
785
%%DOCSDIR%%/html/_sources/api/qsystemsemaphore.txt
786
%%DOCSDIR%%/html/_sources/api/qsystemtrayicon.txt
787
%%DOCSDIR%%/html/_sources/api/qt.txt
788
%%DOCSDIR%%/html/_sources/api/qtabbar.txt
789
%%DOCSDIR%%/html/_sources/api/qtabletevent.txt
790
%%DOCSDIR%%/html/_sources/api/qtableview.txt
791
%%DOCSDIR%%/html/_sources/api/qtablewidget.txt
792
%%DOCSDIR%%/html/_sources/api/qtablewidgetitem.txt
793
%%DOCSDIR%%/html/_sources/api/qtablewidgetselectionrange.txt
794
%%DOCSDIR%%/html/_sources/api/qtabwidget.txt
795
%%DOCSDIR%%/html/_sources/api/qtapandholdgesture.txt
796
%%DOCSDIR%%/html/_sources/api/qtapfilter.txt
797
%%DOCSDIR%%/html/_sources/api/qtapgesture.txt
798
%%DOCSDIR%%/html/_sources/api/qtapreading.txt
799
%%DOCSDIR%%/html/_sources/api/qtapsensor.txt
800
%%DOCSDIR%%/html/_sources/api/qtcpserver.txt
801
%%DOCSDIR%%/html/_sources/api/qtcpsocket.txt
802
%%DOCSDIR%%/html/_sources/api/qtemporarydir.txt
803
%%DOCSDIR%%/html/_sources/api/qtemporaryfile.txt
804
%%DOCSDIR%%/html/_sources/api/qtest.txt
805
%%DOCSDIR%%/html/_sources/api/qtextblock.txt
806
%%DOCSDIR%%/html/_sources/api/qtextblockformat.txt
807
%%DOCSDIR%%/html/_sources/api/qtextblockgroup.txt
808
%%DOCSDIR%%/html/_sources/api/qtextblockuserdata.txt
809
%%DOCSDIR%%/html/_sources/api/qtextboundaryfinder.txt
810
%%DOCSDIR%%/html/_sources/api/qtextbrowser.txt
811
%%DOCSDIR%%/html/_sources/api/qtextcharformat.txt
812
%%DOCSDIR%%/html/_sources/api/qtextcodec.txt
813
%%DOCSDIR%%/html/_sources/api/qtextcursor.txt
814
%%DOCSDIR%%/html/_sources/api/qtextdecoder.txt
815
%%DOCSDIR%%/html/_sources/api/qtextdocument.txt
816
%%DOCSDIR%%/html/_sources/api/qtextdocumentfragment.txt
817
%%DOCSDIR%%/html/_sources/api/qtextdocumentwriter.txt
818
%%DOCSDIR%%/html/_sources/api/qtextedit.txt
819
%%DOCSDIR%%/html/_sources/api/qtextencoder.txt
820
%%DOCSDIR%%/html/_sources/api/qtextformat.txt
821
%%DOCSDIR%%/html/_sources/api/qtextfragment.txt
822
%%DOCSDIR%%/html/_sources/api/qtextframe.txt
823
%%DOCSDIR%%/html/_sources/api/qtextframeformat.txt
824
%%DOCSDIR%%/html/_sources/api/qtextimageformat.txt
825
%%DOCSDIR%%/html/_sources/api/qtextinlineobject.txt
826
%%DOCSDIR%%/html/_sources/api/qtextitem.txt
827
%%DOCSDIR%%/html/_sources/api/qtextlayout.txt
828
%%DOCSDIR%%/html/_sources/api/qtextlength.txt
829
%%DOCSDIR%%/html/_sources/api/qtextline.txt
830
%%DOCSDIR%%/html/_sources/api/qtextlist.txt
831
%%DOCSDIR%%/html/_sources/api/qtextlistformat.txt
832
%%DOCSDIR%%/html/_sources/api/qtextobject.txt
833
%%DOCSDIR%%/html/_sources/api/qtextobjectinterface.txt
834
%%DOCSDIR%%/html/_sources/api/qtextoption.txt
835
%%DOCSDIR%%/html/_sources/api/qtextstream.txt
836
%%DOCSDIR%%/html/_sources/api/qtextstreammanipulator.txt
837
%%DOCSDIR%%/html/_sources/api/qtexttable.txt
838
%%DOCSDIR%%/html/_sources/api/qtexttablecell.txt
839
%%DOCSDIR%%/html/_sources/api/qtexttablecellformat.txt
840
%%DOCSDIR%%/html/_sources/api/qtexttableformat.txt
841
%%DOCSDIR%%/html/_sources/api/qthread.txt
842
%%DOCSDIR%%/html/_sources/api/qthreadpool.txt
843
%%DOCSDIR%%/html/_sources/api/qtiltfilter.txt
844
%%DOCSDIR%%/html/_sources/api/qtiltreading.txt
845
%%DOCSDIR%%/html/_sources/api/qtiltsensor.txt
846
%%DOCSDIR%%/html/_sources/api/qtime.txt
847
%%DOCSDIR%%/html/_sources/api/qtimeedit.txt
848
%%DOCSDIR%%/html/_sources/api/qtimeline.txt
849
%%DOCSDIR%%/html/_sources/api/qtimer.txt
850
%%DOCSDIR%%/html/_sources/api/qtimerevent.txt
851
%%DOCSDIR%%/html/_sources/api/qtimezone.txt
852
%%DOCSDIR%%/html/_sources/api/qtoolbar.txt
853
%%DOCSDIR%%/html/_sources/api/qtoolbox.txt
854
%%DOCSDIR%%/html/_sources/api/qtoolbutton.txt
855
%%DOCSDIR%%/html/_sources/api/qtooltip.txt
856
%%DOCSDIR%%/html/_sources/api/qtouchdevice.txt
857
%%DOCSDIR%%/html/_sources/api/qtouchevent.txt
858
%%DOCSDIR%%/html/_sources/api/qtransform.txt
859
%%DOCSDIR%%/html/_sources/api/qtranslator.txt
860
%%DOCSDIR%%/html/_sources/api/qtreeview.txt
861
%%DOCSDIR%%/html/_sources/api/qtreewidget.txt
862
%%DOCSDIR%%/html/_sources/api/qtreewidgetitem.txt
863
%%DOCSDIR%%/html/_sources/api/qtreewidgetitemiterator.txt
864
%%DOCSDIR%%/html/_sources/api/qtwin.txt
865
%%DOCSDIR%%/html/_sources/api/qudpsocket.txt
866
%%DOCSDIR%%/html/_sources/api/qundocommand.txt
867
%%DOCSDIR%%/html/_sources/api/qundogroup.txt
868
%%DOCSDIR%%/html/_sources/api/qundostack.txt
869
%%DOCSDIR%%/html/_sources/api/qundoview.txt
870
%%DOCSDIR%%/html/_sources/api/qurl.txt
871
%%DOCSDIR%%/html/_sources/api/qurlquery.txt
872
%%DOCSDIR%%/html/_sources/api/quuid.txt
873
%%DOCSDIR%%/html/_sources/api/qvalidator.txt
874
%%DOCSDIR%%/html/_sources/api/qvariant.txt
875
%%DOCSDIR%%/html/_sources/api/qvariantanimation.txt
876
%%DOCSDIR%%/html/_sources/api/qvboxlayout.txt
877
%%DOCSDIR%%/html/_sources/api/qvector2d.txt
878
%%DOCSDIR%%/html/_sources/api/qvector3d.txt
879
%%DOCSDIR%%/html/_sources/api/qvector4d.txt
880
%%DOCSDIR%%/html/_sources/api/qvideoencodersettings.txt
881
%%DOCSDIR%%/html/_sources/api/qvideoframe.txt
882
%%DOCSDIR%%/html/_sources/api/qvideoprobe.txt
883
%%DOCSDIR%%/html/_sources/api/qvideosurfaceformat.txt
884
%%DOCSDIR%%/html/_sources/api/qvideowidget.txt
885
%%DOCSDIR%%/html/_sources/api/qwaitcondition.txt
886
%%DOCSDIR%%/html/_sources/api/qwebchannel.txt
887
%%DOCSDIR%%/html/_sources/api/qwebchannelabstracttransport.txt
888
%%DOCSDIR%%/html/_sources/api/qwebdatabase.txt
889
%%DOCSDIR%%/html/_sources/api/qwebelement.txt
890
%%DOCSDIR%%/html/_sources/api/qwebelementcollection.txt
891
%%DOCSDIR%%/html/_sources/api/qwebenginecertificateerror.txt
892
%%DOCSDIR%%/html/_sources/api/qwebenginedownloaditem.txt
893
%%DOCSDIR%%/html/_sources/api/qwebenginehistory.txt
894
%%DOCSDIR%%/html/_sources/api/qwebenginehistoryitem.txt
895
%%DOCSDIR%%/html/_sources/api/qwebenginepage.txt
896
%%DOCSDIR%%/html/_sources/api/qwebengineprofile.txt
897
%%DOCSDIR%%/html/_sources/api/qwebenginescript.txt
898
%%DOCSDIR%%/html/_sources/api/qwebenginescriptcollection.txt
899
%%DOCSDIR%%/html/_sources/api/qwebenginesettings.txt
900
%%DOCSDIR%%/html/_sources/api/qwebengineview.txt
901
%%DOCSDIR%%/html/_sources/api/qwebframe.txt
902
%%DOCSDIR%%/html/_sources/api/qwebhistory.txt
903
%%DOCSDIR%%/html/_sources/api/qwebhistoryinterface.txt
904
%%DOCSDIR%%/html/_sources/api/qwebhistoryitem.txt
905
%%DOCSDIR%%/html/_sources/api/qwebhittestresult.txt
906
%%DOCSDIR%%/html/_sources/api/qwebinspector.txt
907
%%DOCSDIR%%/html/_sources/api/qwebpage.txt
908
%%DOCSDIR%%/html/_sources/api/qwebpluginfactory.txt
909
%%DOCSDIR%%/html/_sources/api/qwebsecurityorigin.txt
910
%%DOCSDIR%%/html/_sources/api/qwebsettings.txt
911
%%DOCSDIR%%/html/_sources/api/qwebsocket.txt
912
%%DOCSDIR%%/html/_sources/api/qwebsocketcorsauthenticator.txt
913
%%DOCSDIR%%/html/_sources/api/qwebsocketprotocol.txt
914
%%DOCSDIR%%/html/_sources/api/qwebsocketserver.txt
915
%%DOCSDIR%%/html/_sources/api/qwebview.txt
916
%%DOCSDIR%%/html/_sources/api/qwhatsthis.txt
917
%%DOCSDIR%%/html/_sources/api/qwhatsthisclickedevent.txt
918
%%DOCSDIR%%/html/_sources/api/qwheelevent.txt
919
%%DOCSDIR%%/html/_sources/api/qwidget.txt
920
%%DOCSDIR%%/html/_sources/api/qwidgetaction.txt
921
%%DOCSDIR%%/html/_sources/api/qwidgetitem.txt
922
%%DOCSDIR%%/html/_sources/api/qwindow.txt
923
%%DOCSDIR%%/html/_sources/api/qwindowstatechangeevent.txt
924
%%DOCSDIR%%/html/_sources/api/qwinjumplist.txt
925
%%DOCSDIR%%/html/_sources/api/qwinjumplistcategory.txt
926
%%DOCSDIR%%/html/_sources/api/qwinjumplistitem.txt
927
%%DOCSDIR%%/html/_sources/api/qwintaskbarbutton.txt
928
%%DOCSDIR%%/html/_sources/api/qwintaskbarprogress.txt
929
%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbar.txt
930
%%DOCSDIR%%/html/_sources/api/qwinthumbnailtoolbutton.txt
931
%%DOCSDIR%%/html/_sources/api/qwizard.txt
932
%%DOCSDIR%%/html/_sources/api/qwizardpage.txt
933
%%DOCSDIR%%/html/_sources/api/qwritelocker.txt
934
%%DOCSDIR%%/html/_sources/api/qx11info.txt
935
%%DOCSDIR%%/html/_sources/api/qxmlattributes.txt
936
%%DOCSDIR%%/html/_sources/api/qxmlcontenthandler.txt
937
%%DOCSDIR%%/html/_sources/api/qxmldeclhandler.txt
938
%%DOCSDIR%%/html/_sources/api/qxmldefaulthandler.txt
939
%%DOCSDIR%%/html/_sources/api/qxmldtdhandler.txt
940
%%DOCSDIR%%/html/_sources/api/qxmlentityresolver.txt
941
%%DOCSDIR%%/html/_sources/api/qxmlerrorhandler.txt
942
%%DOCSDIR%%/html/_sources/api/qxmlformatter.txt
943
%%DOCSDIR%%/html/_sources/api/qxmlinputsource.txt
944
%%DOCSDIR%%/html/_sources/api/qxmlitem.txt
945
%%DOCSDIR%%/html/_sources/api/qxmllexicalhandler.txt
946
%%DOCSDIR%%/html/_sources/api/qxmllocator.txt
947
%%DOCSDIR%%/html/_sources/api/qxmlname.txt
948
%%DOCSDIR%%/html/_sources/api/qxmlnamepool.txt
949
%%DOCSDIR%%/html/_sources/api/qxmlnamespacesupport.txt
950
%%DOCSDIR%%/html/_sources/api/qxmlnodemodelindex.txt
951
%%DOCSDIR%%/html/_sources/api/qxmlparseexception.txt
952
%%DOCSDIR%%/html/_sources/api/qxmlquery.txt
953
%%DOCSDIR%%/html/_sources/api/qxmlreader.txt
954
%%DOCSDIR%%/html/_sources/api/qxmlresultitems.txt
955
%%DOCSDIR%%/html/_sources/api/qxmlschema.txt
956
%%DOCSDIR%%/html/_sources/api/qxmlschemavalidator.txt
957
%%DOCSDIR%%/html/_sources/api/qxmlserializer.txt
958
%%DOCSDIR%%/html/_sources/api/qxmlsimplereader.txt
959
%%DOCSDIR%%/html/_sources/api/qxmlstreamattribute.txt
960
%%DOCSDIR%%/html/_sources/api/qxmlstreamattributes.txt
961
%%DOCSDIR%%/html/_sources/api/qxmlstreamentitydeclaration.txt
962
%%DOCSDIR%%/html/_sources/api/qxmlstreamentityresolver.txt
963
%%DOCSDIR%%/html/_sources/api/qxmlstreamnamespacedeclaration.txt
964
%%DOCSDIR%%/html/_sources/api/qxmlstreamnotationdeclaration.txt
965
%%DOCSDIR%%/html/_sources/api/qxmlstreamreader.txt
966
%%DOCSDIR%%/html/_sources/api/qxmlstreamwriter.txt
967
%%DOCSDIR%%/html/_sources/class_reference.txt
968
%%DOCSDIR%%/html/_sources/dbus.txt
969
%%DOCSDIR%%/html/_sources/deploy_commercial.txt
970
%%DOCSDIR%%/html/_sources/deprecations.txt
971
%%DOCSDIR%%/html/_sources/designer.txt
972
%%DOCSDIR%%/html/_sources/extension_api.txt
973
%%DOCSDIR%%/html/_sources/gotchas.txt
974
%%DOCSDIR%%/html/_sources/i18n.txt
975
%%DOCSDIR%%/html/_sources/incompatibilities.txt
976
%%DOCSDIR%%/html/_sources/index.txt
977
%%DOCSDIR%%/html/_sources/installation.txt
978
%%DOCSDIR%%/html/_sources/introduction.txt
979
%%DOCSDIR%%/html/_sources/metaobjects.txt
980
%%DOCSDIR%%/html/_sources/multiinheritance.txt
981
%%DOCSDIR%%/html/_sources/opengl.txt
982
%%DOCSDIR%%/html/_sources/pickle.txt
983
%%DOCSDIR%%/html/_sources/platforms.txt
984
%%DOCSDIR%%/html/_sources/pyqt4_differences.txt
985
%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt
986
%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt
987
%%DOCSDIR%%/html/_sources/python_shell.txt
988
%%DOCSDIR%%/html/_sources/qml.txt
989
%%DOCSDIR%%/html/_sources/qt_interfaces.txt
990
%%DOCSDIR%%/html/_sources/qt_properties.txt
991
%%DOCSDIR%%/html/_sources/resources.txt
992
%%DOCSDIR%%/html/_sources/signals_slots.txt
993
%%DOCSDIR%%/html/_static/ajax-loader.gif
994
%%DOCSDIR%%/html/_static/basic.css
995
%%DOCSDIR%%/html/_static/classic.css
996
%%DOCSDIR%%/html/_static/comment-bright.png
997
%%DOCSDIR%%/html/_static/comment-close.png
998
%%DOCSDIR%%/html/_static/comment.png
999
%%DOCSDIR%%/html/_static/doctools.js
1000
%%DOCSDIR%%/html/_static/down-pressed.png
1001
%%DOCSDIR%%/html/_static/down.png
1002
%%DOCSDIR%%/html/_static/file.png
1003
%%DOCSDIR%%/html/_static/jquery-1.11.1.js
1004
%%DOCSDIR%%/html/_static/jquery.js
1005
%%DOCSDIR%%/html/_static/logo.png
1006
%%DOCSDIR%%/html/_static/logo_tn.ico
1007
%%DOCSDIR%%/html/_static/minus.png
1008
%%DOCSDIR%%/html/_static/plus.png
1009
%%DOCSDIR%%/html/_static/pygments.css
1010
%%DOCSDIR%%/html/_static/searchtools.js
1011
%%DOCSDIR%%/html/_static/sidebar.js
1012
%%DOCSDIR%%/html/_static/underscore-1.3.1.js
1013
%%DOCSDIR%%/html/_static/underscore.js
1014
%%DOCSDIR%%/html/_static/up-pressed.png
1015
%%DOCSDIR%%/html/_static/up.png
1016
%%DOCSDIR%%/html/_static/websupport.js
1017
%%DOCSDIR%%/html/api/enginio.html
1018
%%DOCSDIR%%/html/api/enginioclient.html
1019
%%DOCSDIR%%/html/api/enginioclientconnection.html
1020
%%DOCSDIR%%/html/api/enginioidentity.html
1021
%%DOCSDIR%%/html/api/enginiomodel.html
1022
%%DOCSDIR%%/html/api/enginiooauth2authentication.html
1023
%%DOCSDIR%%/html/api/enginioreply.html
1024
%%DOCSDIR%%/html/api/qabstractanimation.html
1025
%%DOCSDIR%%/html/api/qabstractbutton.html
1026
%%DOCSDIR%%/html/api/qabstracteventdispatcher.html
1027
%%DOCSDIR%%/html/api/qabstractextensionfactory.html
1028
%%DOCSDIR%%/html/api/qabstractextensionmanager.html
1029
%%DOCSDIR%%/html/api/qabstractformbuilder.html
1030
%%DOCSDIR%%/html/api/qabstractgraphicsshapeitem.html
1031
%%DOCSDIR%%/html/api/qabstractitemdelegate.html
1032
%%DOCSDIR%%/html/api/qabstractitemmodel.html
1033
%%DOCSDIR%%/html/api/qabstractitemview.html
1034
%%DOCSDIR%%/html/api/qabstractlistmodel.html
1035
%%DOCSDIR%%/html/api/qabstractmessagehandler.html
1036
%%DOCSDIR%%/html/api/qabstractnativeeventfilter.html
1037
%%DOCSDIR%%/html/api/qabstractnetworkcache.html
1038
%%DOCSDIR%%/html/api/qabstractprintdialog.html
1039
%%DOCSDIR%%/html/api/qabstractproxymodel.html
1040
%%DOCSDIR%%/html/api/qabstractscrollarea.html
1041
%%DOCSDIR%%/html/api/qabstractslider.html
1042
%%DOCSDIR%%/html/api/qabstractsocket.html
1043
%%DOCSDIR%%/html/api/qabstractspinbox.html
1044
%%DOCSDIR%%/html/api/qabstractstate.html
1045
%%DOCSDIR%%/html/api/qabstracttablemodel.html
1046
%%DOCSDIR%%/html/api/qabstracttextdocumentlayout.html
1047
%%DOCSDIR%%/html/api/qabstracttransition.html
1048
%%DOCSDIR%%/html/api/qabstracturiresolver.html
1049
%%DOCSDIR%%/html/api/qabstractvideobuffer.html
1050
%%DOCSDIR%%/html/api/qabstractvideosurface.html
1051
%%DOCSDIR%%/html/api/qabstractxmlnodemodel.html
1052
%%DOCSDIR%%/html/api/qabstractxmlreceiver.html
1053
%%DOCSDIR%%/html/api/qaccelerometer.html
1054
%%DOCSDIR%%/html/api/qaccelerometerfilter.html
1055
%%DOCSDIR%%/html/api/qaccelerometerreading.html
1056
%%DOCSDIR%%/html/api/qaction.html
1057
%%DOCSDIR%%/html/api/qactionevent.html
1058
%%DOCSDIR%%/html/api/qactiongroup.html
1059
%%DOCSDIR%%/html/api/qaltimeter.html
1060
%%DOCSDIR%%/html/api/qaltimeterfilter.html
1061
%%DOCSDIR%%/html/api/qaltimeterreading.html
1062
%%DOCSDIR%%/html/api/qambientlightfilter.html
1063
%%DOCSDIR%%/html/api/qambientlightreading.html
1064
%%DOCSDIR%%/html/api/qambientlightsensor.html
1065
%%DOCSDIR%%/html/api/qambienttemperaturefilter.html
1066
%%DOCSDIR%%/html/api/qambienttemperaturereading.html
1067
%%DOCSDIR%%/html/api/qambienttemperaturesensor.html
1068
%%DOCSDIR%%/html/api/qanimationgroup.html
1069
%%DOCSDIR%%/html/api/qapplication.html
1070
%%DOCSDIR%%/html/api/qaudio.html
1071
%%DOCSDIR%%/html/api/qaudiobuffer.html
1072
%%DOCSDIR%%/html/api/qaudiodecoder.html
1073
%%DOCSDIR%%/html/api/qaudiodeviceinfo.html
1074
%%DOCSDIR%%/html/api/qaudioencodersettings.html
1075
%%DOCSDIR%%/html/api/qaudioformat.html
1076
%%DOCSDIR%%/html/api/qaudioinput.html
1077
%%DOCSDIR%%/html/api/qaudiooutput.html
1078
%%DOCSDIR%%/html/api/qaudioprobe.html
1079
%%DOCSDIR%%/html/api/qaudiorecorder.html
1080
%%DOCSDIR%%/html/api/qauthenticator.html
1081
%%DOCSDIR%%/html/api/qaxbase.html
1082
%%DOCSDIR%%/html/api/qaxobject.html
1083
%%DOCSDIR%%/html/api/qaxwidget.html
1084
%%DOCSDIR%%/html/api/qbackingstore.html
1085
%%DOCSDIR%%/html/api/qbasictimer.html
1086
%%DOCSDIR%%/html/api/qbitarray.html
1087
%%DOCSDIR%%/html/api/qbitmap.html
1088
%%DOCSDIR%%/html/api/qbluetoothaddress.html
1089
%%DOCSDIR%%/html/api/qbluetoothdevicediscoveryagent.html
1090
%%DOCSDIR%%/html/api/qbluetoothdeviceinfo.html
1091
%%DOCSDIR%%/html/api/qbluetoothhostinfo.html
1092
%%DOCSDIR%%/html/api/qbluetoothlocaldevice.html
1093
%%DOCSDIR%%/html/api/qbluetoothserver.html
1094
%%DOCSDIR%%/html/api/qbluetoothservicediscoveryagent.html
1095
%%DOCSDIR%%/html/api/qbluetoothserviceinfo.html
1096
%%DOCSDIR%%/html/api/qbluetoothsocket.html
1097
%%DOCSDIR%%/html/api/qbluetoothtransfermanager.html
1098
%%DOCSDIR%%/html/api/qbluetoothtransferreply.html
1099
%%DOCSDIR%%/html/api/qbluetoothtransferrequest.html
1100
%%DOCSDIR%%/html/api/qbluetoothuuid.html
1101
%%DOCSDIR%%/html/api/qboxlayout.html
1102
%%DOCSDIR%%/html/api/qbrush.html
1103
%%DOCSDIR%%/html/api/qbuffer.html
1104
%%DOCSDIR%%/html/api/qbuttongroup.html
1105
%%DOCSDIR%%/html/api/qbytearray.html
1106
%%DOCSDIR%%/html/api/qbytearraymatcher.html
1107
%%DOCSDIR%%/html/api/qcalendarwidget.html
1108
%%DOCSDIR%%/html/api/qcamera.html
1109
%%DOCSDIR%%/html/api/qcameraexposure.html
1110
%%DOCSDIR%%/html/api/qcamerafocus.html
1111
%%DOCSDIR%%/html/api/qcamerafocuszone.html
1112
%%DOCSDIR%%/html/api/qcameraimagecapture.html
1113
%%DOCSDIR%%/html/api/qcameraimageprocessing.html
1114
%%DOCSDIR%%/html/api/qcamerainfo.html
1115
%%DOCSDIR%%/html/api/qcameraviewfinder.html
1116
%%DOCSDIR%%/html/api/qcheckbox.html
1117
%%DOCSDIR%%/html/api/qchildevent.html
1118
%%DOCSDIR%%/html/api/qclipboard.html
1119
%%DOCSDIR%%/html/api/qcloseevent.html
1120
%%DOCSDIR%%/html/api/qcollator.html
1121
%%DOCSDIR%%/html/api/qcollatorsortkey.html
1122
%%DOCSDIR%%/html/api/qcolor.html
1123
%%DOCSDIR%%/html/api/qcolordialog.html
1124
%%DOCSDIR%%/html/api/qcolumnview.html
1125
%%DOCSDIR%%/html/api/qcombobox.html
1126
%%DOCSDIR%%/html/api/qcommandlineoption.html
1127
%%DOCSDIR%%/html/api/qcommandlineparser.html
1128
%%DOCSDIR%%/html/api/qcommandlinkbutton.html
1129
%%DOCSDIR%%/html/api/qcommonstyle.html
1130
%%DOCSDIR%%/html/api/qcompass.html
1131
%%DOCSDIR%%/html/api/qcompassfilter.html
1132
%%DOCSDIR%%/html/api/qcompassreading.html
1133
%%DOCSDIR%%/html/api/qcompleter.html
1134
%%DOCSDIR%%/html/api/qconicalgradient.html
1135
%%DOCSDIR%%/html/api/qcontextmenuevent.html
1136
%%DOCSDIR%%/html/api/qcoreapplication.html
1137
%%DOCSDIR%%/html/api/qcryptographichash.html
1138
%%DOCSDIR%%/html/api/qcursor.html
1139
%%DOCSDIR%%/html/api/qdatastream.html
1140
%%DOCSDIR%%/html/api/qdatawidgetmapper.html
1141
%%DOCSDIR%%/html/api/qdate.html
1142
%%DOCSDIR%%/html/api/qdateedit.html
1143
%%DOCSDIR%%/html/api/qdatetime.html
1144
%%DOCSDIR%%/html/api/qdatetimeedit.html
1145
%%DOCSDIR%%/html/api/qdbus.html
1146
%%DOCSDIR%%/html/api/qdbusabstractadaptor.html
1147
%%DOCSDIR%%/html/api/qdbusabstractinterface.html
1148
%%DOCSDIR%%/html/api/qdbusargument.html
1149
%%DOCSDIR%%/html/api/qdbusconnection.html
1150
%%DOCSDIR%%/html/api/qdbusconnectioninterface.html
1151
%%DOCSDIR%%/html/api/qdbuserror.html
1152
%%DOCSDIR%%/html/api/qdbusinterface.html
1153
%%DOCSDIR%%/html/api/qdbusmessage.html
1154
%%DOCSDIR%%/html/api/qdbusobjectpath.html
1155
%%DOCSDIR%%/html/api/qdbuspendingcall.html
1156
%%DOCSDIR%%/html/api/qdbuspendingcallwatcher.html
1157
%%DOCSDIR%%/html/api/qdbuspendingreply.html
1158
%%DOCSDIR%%/html/api/qdbusreply.html
1159
%%DOCSDIR%%/html/api/qdbusservicewatcher.html
1160
%%DOCSDIR%%/html/api/qdbussignature.html
1161
%%DOCSDIR%%/html/api/qdbusunixfiledescriptor.html
1162
%%DOCSDIR%%/html/api/qdbusvariant.html
1163
%%DOCSDIR%%/html/api/qdesigneractioneditorinterface.html
1164
%%DOCSDIR%%/html/api/qdesignercontainerextension.html
1165
%%DOCSDIR%%/html/api/qdesignercustomwidgetcollectioninterface.html
1166
%%DOCSDIR%%/html/api/qdesignercustomwidgetinterface.html
1167
%%DOCSDIR%%/html/api/qdesignerformeditorinterface.html
1168
%%DOCSDIR%%/html/api/qdesignerformwindowcursorinterface.html
1169
%%DOCSDIR%%/html/api/qdesignerformwindowinterface.html
1170
%%DOCSDIR%%/html/api/qdesignerformwindowmanagerinterface.html
1171
%%DOCSDIR%%/html/api/qdesignermembersheetextension.html
1172
%%DOCSDIR%%/html/api/qdesignerobjectinspectorinterface.html
1173
%%DOCSDIR%%/html/api/qdesignerpropertyeditorinterface.html
1174
%%DOCSDIR%%/html/api/qdesignerpropertysheetextension.html
1175
%%DOCSDIR%%/html/api/qdesignertaskmenuextension.html
1176
%%DOCSDIR%%/html/api/qdesignerwidgetboxinterface.html
1177
%%DOCSDIR%%/html/api/qdesktopservices.html
1178
%%DOCSDIR%%/html/api/qdesktopwidget.html
1179
%%DOCSDIR%%/html/api/qdial.html
1180
%%DOCSDIR%%/html/api/qdialog.html
1181
%%DOCSDIR%%/html/api/qdialogbuttonbox.html
1182
%%DOCSDIR%%/html/api/qdir.html
1183
%%DOCSDIR%%/html/api/qdiriterator.html
1184
%%DOCSDIR%%/html/api/qdirmodel.html
1185
%%DOCSDIR%%/html/api/qdistancefilter.html
1186
%%DOCSDIR%%/html/api/qdistancereading.html
1187
%%DOCSDIR%%/html/api/qdistancesensor.html
1188
%%DOCSDIR%%/html/api/qdnsdomainnamerecord.html
1189
%%DOCSDIR%%/html/api/qdnshostaddressrecord.html
1190
%%DOCSDIR%%/html/api/qdnslookup.html
1191
%%DOCSDIR%%/html/api/qdnsmailexchangerecord.html
1192
%%DOCSDIR%%/html/api/qdnsservicerecord.html
1193
%%DOCSDIR%%/html/api/qdnstextrecord.html
1194
%%DOCSDIR%%/html/api/qdockwidget.html
1195
%%DOCSDIR%%/html/api/qdomattr.html
1196
%%DOCSDIR%%/html/api/qdomcdatasection.html
1197
%%DOCSDIR%%/html/api/qdomcharacterdata.html
1198
%%DOCSDIR%%/html/api/qdomcomment.html
1199
%%DOCSDIR%%/html/api/qdomdocument.html
1200
%%DOCSDIR%%/html/api/qdomdocumentfragment.html
1201
%%DOCSDIR%%/html/api/qdomdocumenttype.html
1202
%%DOCSDIR%%/html/api/qdomelement.html
1203
%%DOCSDIR%%/html/api/qdomentity.html
1204
%%DOCSDIR%%/html/api/qdomentityreference.html
1205
%%DOCSDIR%%/html/api/qdomimplementation.html
1206
%%DOCSDIR%%/html/api/qdomnamednodemap.html
1207
%%DOCSDIR%%/html/api/qdomnode.html
1208
%%DOCSDIR%%/html/api/qdomnodelist.html
1209
%%DOCSDIR%%/html/api/qdomnotation.html
1210
%%DOCSDIR%%/html/api/qdomprocessinginstruction.html
1211
%%DOCSDIR%%/html/api/qdomtext.html
1212
%%DOCSDIR%%/html/api/qdoublespinbox.html
1213
%%DOCSDIR%%/html/api/qdoublevalidator.html
1214
%%DOCSDIR%%/html/api/qdrag.html
1215
%%DOCSDIR%%/html/api/qdragenterevent.html
1216
%%DOCSDIR%%/html/api/qdragleaveevent.html
1217
%%DOCSDIR%%/html/api/qdragmoveevent.html
1218
%%DOCSDIR%%/html/api/qdropevent.html
1219
%%DOCSDIR%%/html/api/qdynamicpropertychangeevent.html
1220
%%DOCSDIR%%/html/api/qeasingcurve.html
1221
%%DOCSDIR%%/html/api/qelapsedtimer.html
1222
%%DOCSDIR%%/html/api/qenterevent.html
1223
%%DOCSDIR%%/html/api/qerrormessage.html
1224
%%DOCSDIR%%/html/api/qevent.html
1225
%%DOCSDIR%%/html/api/qeventloop.html
1226
%%DOCSDIR%%/html/api/qeventlooplocker.html
1227
%%DOCSDIR%%/html/api/qeventtransition.html
1228
%%DOCSDIR%%/html/api/qexposeevent.html
1229
%%DOCSDIR%%/html/api/qextensionfactory.html
1230
%%DOCSDIR%%/html/api/qextensionmanager.html
1231
%%DOCSDIR%%/html/api/qfile.html
1232
%%DOCSDIR%%/html/api/qfiledevice.html
1233
%%DOCSDIR%%/html/api/qfiledialog.html
1234
%%DOCSDIR%%/html/api/qfileiconprovider.html
1235
%%DOCSDIR%%/html/api/qfileinfo.html
1236
%%DOCSDIR%%/html/api/qfileopenevent.html
1237
%%DOCSDIR%%/html/api/qfileselector.html
1238
%%DOCSDIR%%/html/api/qfilesystemmodel.html
1239
%%DOCSDIR%%/html/api/qfilesystemwatcher.html
1240
%%DOCSDIR%%/html/api/qfinalstate.html
1241
%%DOCSDIR%%/html/api/qfocusevent.html
1242
%%DOCSDIR%%/html/api/qfocusframe.html
1243
%%DOCSDIR%%/html/api/qfont.html
1244
%%DOCSDIR%%/html/api/qfontcombobox.html
1245
%%DOCSDIR%%/html/api/qfontdatabase.html
1246
%%DOCSDIR%%/html/api/qfontdialog.html
1247
%%DOCSDIR%%/html/api/qfontinfo.html
1248
%%DOCSDIR%%/html/api/qfontmetrics.html
1249
%%DOCSDIR%%/html/api/qfontmetricsf.html
1250
%%DOCSDIR%%/html/api/qformbuilder.html
1251
%%DOCSDIR%%/html/api/qformlayout.html
1252
%%DOCSDIR%%/html/api/qframe.html
1253
%%DOCSDIR%%/html/api/qgenericargument.html
1254
%%DOCSDIR%%/html/api/qgenericreturnargument.html
1255
%%DOCSDIR%%/html/api/qgeoaddress.html
1256
%%DOCSDIR%%/html/api/qgeoareamonitorinfo.html
1257
%%DOCSDIR%%/html/api/qgeoareamonitorsource.html
1258
%%DOCSDIR%%/html/api/qgeocircle.html
1259
%%DOCSDIR%%/html/api/qgeocodereply.html
1260
%%DOCSDIR%%/html/api/qgeocodingmanager.html
1261
%%DOCSDIR%%/html/api/qgeocodingmanagerengine.html
1262
%%DOCSDIR%%/html/api/qgeocoordinate.html
1263
%%DOCSDIR%%/html/api/qgeolocation.html
1264
%%DOCSDIR%%/html/api/qgeomaneuver.html
1265
%%DOCSDIR%%/html/api/qgeopositioninfo.html
1266
%%DOCSDIR%%/html/api/qgeopositioninfosource.html
1267
%%DOCSDIR%%/html/api/qgeorectangle.html
1268
%%DOCSDIR%%/html/api/qgeoroute.html
1269
%%DOCSDIR%%/html/api/qgeoroutereply.html
1270
%%DOCSDIR%%/html/api/qgeorouterequest.html
1271
%%DOCSDIR%%/html/api/qgeoroutesegment.html
1272
%%DOCSDIR%%/html/api/qgeoroutingmanager.html
1273
%%DOCSDIR%%/html/api/qgeoroutingmanagerengine.html
1274
%%DOCSDIR%%/html/api/qgeosatelliteinfo.html
1275
%%DOCSDIR%%/html/api/qgeosatelliteinfosource.html
1276
%%DOCSDIR%%/html/api/qgeoserviceprovider.html
1277
%%DOCSDIR%%/html/api/qgeoshape.html
1278
%%DOCSDIR%%/html/api/qgesture.html
1279
%%DOCSDIR%%/html/api/qgestureevent.html
1280
%%DOCSDIR%%/html/api/qgesturerecognizer.html
1281
%%DOCSDIR%%/html/api/qgl.html
1282
%%DOCSDIR%%/html/api/qglcontext.html
1283
%%DOCSDIR%%/html/api/qglformat.html
1284
%%DOCSDIR%%/html/api/qglwidget.html
1285
%%DOCSDIR%%/html/api/qglyphrun.html
1286
%%DOCSDIR%%/html/api/qgradient.html
1287
%%DOCSDIR%%/html/api/qgraphicsanchor.html
1288
%%DOCSDIR%%/html/api/qgraphicsanchorlayout.html
1289
%%DOCSDIR%%/html/api/qgraphicsblureffect.html
1290
%%DOCSDIR%%/html/api/qgraphicscolorizeeffect.html
1291
%%DOCSDIR%%/html/api/qgraphicsdropshadoweffect.html
1292
%%DOCSDIR%%/html/api/qgraphicseffect.html
1293
%%DOCSDIR%%/html/api/qgraphicsellipseitem.html
1294
%%DOCSDIR%%/html/api/qgraphicsgridlayout.html
1295
%%DOCSDIR%%/html/api/qgraphicsitem.html
1296
%%DOCSDIR%%/html/api/qgraphicsitemgroup.html
1297
%%DOCSDIR%%/html/api/qgraphicslayout.html
1298
%%DOCSDIR%%/html/api/qgraphicslayoutitem.html
1299
%%DOCSDIR%%/html/api/qgraphicslinearlayout.html
1300
%%DOCSDIR%%/html/api/qgraphicslineitem.html
1301
%%DOCSDIR%%/html/api/qgraphicsobject.html
1302
%%DOCSDIR%%/html/api/qgraphicsopacityeffect.html
1303
%%DOCSDIR%%/html/api/qgraphicspathitem.html
1304
%%DOCSDIR%%/html/api/qgraphicspixmapitem.html
1305
%%DOCSDIR%%/html/api/qgraphicspolygonitem.html
1306
%%DOCSDIR%%/html/api/qgraphicsproxywidget.html
1307
%%DOCSDIR%%/html/api/qgraphicsrectitem.html
1308
%%DOCSDIR%%/html/api/qgraphicsrotation.html
1309
%%DOCSDIR%%/html/api/qgraphicsscale.html
1310
%%DOCSDIR%%/html/api/qgraphicsscene.html
1311
%%DOCSDIR%%/html/api/qgraphicsscenecontextmenuevent.html
1312
%%DOCSDIR%%/html/api/qgraphicsscenedragdropevent.html
1313
%%DOCSDIR%%/html/api/qgraphicssceneevent.html
1314
%%DOCSDIR%%/html/api/qgraphicsscenehelpevent.html
1315
%%DOCSDIR%%/html/api/qgraphicsscenehoverevent.html
1316
%%DOCSDIR%%/html/api/qgraphicsscenemouseevent.html
1317
%%DOCSDIR%%/html/api/qgraphicsscenemoveevent.html
1318
%%DOCSDIR%%/html/api/qgraphicssceneresizeevent.html
1319
%%DOCSDIR%%/html/api/qgraphicsscenewheelevent.html
1320
%%DOCSDIR%%/html/api/qgraphicssimpletextitem.html
1321
%%DOCSDIR%%/html/api/qgraphicssvgitem.html
1322
%%DOCSDIR%%/html/api/qgraphicstextitem.html
1323
%%DOCSDIR%%/html/api/qgraphicstransform.html
1324
%%DOCSDIR%%/html/api/qgraphicsvideoitem.html
1325
%%DOCSDIR%%/html/api/qgraphicsview.html
1326
%%DOCSDIR%%/html/api/qgraphicswebview.html
1327
%%DOCSDIR%%/html/api/qgraphicswidget.html
1328
%%DOCSDIR%%/html/api/qgridlayout.html
1329
%%DOCSDIR%%/html/api/qgroupbox.html
1330
%%DOCSDIR%%/html/api/qguiapplication.html
1331
%%DOCSDIR%%/html/api/qgyroscope.html
1332
%%DOCSDIR%%/html/api/qgyroscopefilter.html
1333
%%DOCSDIR%%/html/api/qgyroscopereading.html
1334
%%DOCSDIR%%/html/api/qhboxlayout.html
1335
%%DOCSDIR%%/html/api/qheaderview.html
1336
%%DOCSDIR%%/html/api/qhelpcontentitem.html
1337
%%DOCSDIR%%/html/api/qhelpcontentmodel.html
1338
%%DOCSDIR%%/html/api/qhelpcontentwidget.html
1339
%%DOCSDIR%%/html/api/qhelpengine.html
1340
%%DOCSDIR%%/html/api/qhelpenginecore.html
1341
%%DOCSDIR%%/html/api/qhelpevent.html
1342
%%DOCSDIR%%/html/api/qhelpindexmodel.html
1343
%%DOCSDIR%%/html/api/qhelpindexwidget.html
1344
%%DOCSDIR%%/html/api/qhelpsearchengine.html
1345
%%DOCSDIR%%/html/api/qhelpsearchquery.html
1346
%%DOCSDIR%%/html/api/qhelpsearchquerywidget.html
1347
%%DOCSDIR%%/html/api/qhelpsearchresultwidget.html
1348
%%DOCSDIR%%/html/api/qhideevent.html
1349
%%DOCSDIR%%/html/api/qhistorystate.html
1350
%%DOCSDIR%%/html/api/qholsterfilter.html
1351
%%DOCSDIR%%/html/api/qholsterreading.html
1352
%%DOCSDIR%%/html/api/qholstersensor.html
1353
%%DOCSDIR%%/html/api/qhostaddress.html
1354
%%DOCSDIR%%/html/api/qhostinfo.html
1355
%%DOCSDIR%%/html/api/qhoverevent.html
1356
%%DOCSDIR%%/html/api/qhttpmultipart.html
1357
%%DOCSDIR%%/html/api/qhttppart.html
1358
%%DOCSDIR%%/html/api/qicon.html
1359
%%DOCSDIR%%/html/api/qicondragevent.html
1360
%%DOCSDIR%%/html/api/qiconengine.html
1361
%%DOCSDIR%%/html/api/qidentityproxymodel.html
1362
%%DOCSDIR%%/html/api/qimage.html
1363
%%DOCSDIR%%/html/api/qimageencodersettings.html
1364
%%DOCSDIR%%/html/api/qimageiohandler.html
1365
%%DOCSDIR%%/html/api/qimagereader.html
1366
%%DOCSDIR%%/html/api/qimagewriter.html
1367
%%DOCSDIR%%/html/api/qinputdialog.html
1368
%%DOCSDIR%%/html/api/qinputevent.html
1369
%%DOCSDIR%%/html/api/qinputmethod.html
1370
%%DOCSDIR%%/html/api/qinputmethodevent.html
1371
%%DOCSDIR%%/html/api/qinputmethodqueryevent.html
1372
%%DOCSDIR%%/html/api/qintvalidator.html
1373
%%DOCSDIR%%/html/api/qiodevice.html
1374
%%DOCSDIR%%/html/api/qirproximityfilter.html
1375
%%DOCSDIR%%/html/api/qirproximityreading.html
1376
%%DOCSDIR%%/html/api/qirproximitysensor.html
1377
%%DOCSDIR%%/html/api/qitemdelegate.html
1378
%%DOCSDIR%%/html/api/qitemeditorcreatorbase.html
1379
%%DOCSDIR%%/html/api/qitemeditorfactory.html
1380
%%DOCSDIR%%/html/api/qitemselection.html
1381
%%DOCSDIR%%/html/api/qitemselectionmodel.html
1382
%%DOCSDIR%%/html/api/qitemselectionrange.html
1383
%%DOCSDIR%%/html/api/qjsengine.html
1384
%%DOCSDIR%%/html/api/qjsonarray.html
1385
%%DOCSDIR%%/html/api/qjsondocument.html
1386
%%DOCSDIR%%/html/api/qjsonobject.html
1387
%%DOCSDIR%%/html/api/qjsonparseerror.html
1388
%%DOCSDIR%%/html/api/qjsonvalue.html
1389
%%DOCSDIR%%/html/api/qjsvalue.html
1390
%%DOCSDIR%%/html/api/qjsvalueiterator.html
1391
%%DOCSDIR%%/html/api/qkeyevent.html
1392
%%DOCSDIR%%/html/api/qkeyeventtransition.html
1393
%%DOCSDIR%%/html/api/qkeysequence.html
1394
%%DOCSDIR%%/html/api/qkeysequenceedit.html
1395
%%DOCSDIR%%/html/api/qlabel.html
1396
%%DOCSDIR%%/html/api/qlayout.html
1397
%%DOCSDIR%%/html/api/qlayoutitem.html
1398
%%DOCSDIR%%/html/api/qlcdnumber.html
1399
%%DOCSDIR%%/html/api/qlibrary.html
1400
%%DOCSDIR%%/html/api/qlibraryinfo.html
1401
%%DOCSDIR%%/html/api/qlightfilter.html
1402
%%DOCSDIR%%/html/api/qlightreading.html
1403
%%DOCSDIR%%/html/api/qlightsensor.html
1404
%%DOCSDIR%%/html/api/qline.html
1405
%%DOCSDIR%%/html/api/qlineargradient.html
1406
%%DOCSDIR%%/html/api/qlineedit.html
1407
%%DOCSDIR%%/html/api/qlinef.html
1408
%%DOCSDIR%%/html/api/qlistview.html
1409
%%DOCSDIR%%/html/api/qlistwidget.html
1410
%%DOCSDIR%%/html/api/qlistwidgetitem.html
1411
%%DOCSDIR%%/html/api/qlocale.html
1412
%%DOCSDIR%%/html/api/qlocalserver.html
1413
%%DOCSDIR%%/html/api/qlocalsocket.html
1414
%%DOCSDIR%%/html/api/qlocation.html
1415
%%DOCSDIR%%/html/api/qlockfile.html
1416
%%DOCSDIR%%/html/api/qlowenergycharacteristic.html
1417
%%DOCSDIR%%/html/api/qlowenergycontroller.html
1418
%%DOCSDIR%%/html/api/qlowenergydescriptor.html
1419
%%DOCSDIR%%/html/api/qlowenergyservice.html
1420
%%DOCSDIR%%/html/api/qmaccocoaviewcontainer.html
1421
%%DOCSDIR%%/html/api/qmacpasteboardmime.html
1422
%%DOCSDIR%%/html/api/qmactoolbar.html
1423
%%DOCSDIR%%/html/api/qmactoolbaritem.html
1424
%%DOCSDIR%%/html/api/qmagnetometer.html
1425
%%DOCSDIR%%/html/api/qmagnetometerfilter.html
1426
%%DOCSDIR%%/html/api/qmagnetometerreading.html
1427
%%DOCSDIR%%/html/api/qmainwindow.html
1428
%%DOCSDIR%%/html/api/qmargins.html
1429
%%DOCSDIR%%/html/api/qmarginsf.html
1430
%%DOCSDIR%%/html/api/qmaskgenerator.html
1431
%%DOCSDIR%%/html/api/qmatrix2x2.html
1432
%%DOCSDIR%%/html/api/qmatrix2x3.html
1433
%%DOCSDIR%%/html/api/qmatrix2x4.html
1434
%%DOCSDIR%%/html/api/qmatrix3x2.html
1435
%%DOCSDIR%%/html/api/qmatrix3x3.html
1436
%%DOCSDIR%%/html/api/qmatrix3x4.html
1437
%%DOCSDIR%%/html/api/qmatrix4x2.html
1438
%%DOCSDIR%%/html/api/qmatrix4x3.html
1439
%%DOCSDIR%%/html/api/qmatrix4x4.html
1440
%%DOCSDIR%%/html/api/qmdiarea.html
1441
%%DOCSDIR%%/html/api/qmdisubwindow.html
1442
%%DOCSDIR%%/html/api/qmediabindableinterface.html
1443
%%DOCSDIR%%/html/api/qmediacontent.html
1444
%%DOCSDIR%%/html/api/qmediacontrol.html
1445
%%DOCSDIR%%/html/api/qmediametadata.html
1446
%%DOCSDIR%%/html/api/qmediaobject.html
1447
%%DOCSDIR%%/html/api/qmediaplayer.html
1448
%%DOCSDIR%%/html/api/qmediaplaylist.html
1449
%%DOCSDIR%%/html/api/qmediarecorder.html
1450
%%DOCSDIR%%/html/api/qmediaresource.html
1451
%%DOCSDIR%%/html/api/qmediaservice.html
1452
%%DOCSDIR%%/html/api/qmediatimeinterval.html
1453
%%DOCSDIR%%/html/api/qmediatimerange.html
1454
%%DOCSDIR%%/html/api/qmenu.html
1455
%%DOCSDIR%%/html/api/qmenubar.html
1456
%%DOCSDIR%%/html/api/qmessageauthenticationcode.html
1457
%%DOCSDIR%%/html/api/qmessagebox.html
1458
%%DOCSDIR%%/html/api/qmessagelogcontext.html
1459
%%DOCSDIR%%/html/api/qmessagelogger.html
1460
%%DOCSDIR%%/html/api/qmetaclassinfo.html
1461
%%DOCSDIR%%/html/api/qmetaenum.html
1462
%%DOCSDIR%%/html/api/qmetamethod.html
1463
%%DOCSDIR%%/html/api/qmetaobject.html
1464
%%DOCSDIR%%/html/api/qmetaproperty.html
1465
%%DOCSDIR%%/html/api/qmetatype.html
1466
%%DOCSDIR%%/html/api/qmimedata.html
1467
%%DOCSDIR%%/html/api/qmimedatabase.html
1468
%%DOCSDIR%%/html/api/qmimetype.html
1469
%%DOCSDIR%%/html/api/qmodelindex.html
1470
%%DOCSDIR%%/html/api/qmouseevent.html
1471
%%DOCSDIR%%/html/api/qmouseeventtransition.html
1472
%%DOCSDIR%%/html/api/qmoveevent.html
1473
%%DOCSDIR%%/html/api/qmovie.html
1474
%%DOCSDIR%%/html/api/qmultimedia.html
1475
%%DOCSDIR%%/html/api/qmutex.html
1476
%%DOCSDIR%%/html/api/qmutexlocker.html
1477
%%DOCSDIR%%/html/api/qndeffilter.html
1478
%%DOCSDIR%%/html/api/qndefmessage.html
1479
%%DOCSDIR%%/html/api/qndefnfciconrecord.html
1480
%%DOCSDIR%%/html/api/qndefnfcsmartposterrecord.html
1481
%%DOCSDIR%%/html/api/qndefnfctextrecord.html
1482
%%DOCSDIR%%/html/api/qndefnfcurirecord.html
1483
%%DOCSDIR%%/html/api/qndefrecord.html
1484
%%DOCSDIR%%/html/api/qnearfieldmanager.html
1485
%%DOCSDIR%%/html/api/qnearfieldsharemanager.html
1486
%%DOCSDIR%%/html/api/qnearfieldsharetarget.html
1487
%%DOCSDIR%%/html/api/qnearfieldtarget.html
1488
%%DOCSDIR%%/html/api/qnetworkaccessmanager.html
1489
%%DOCSDIR%%/html/api/qnetworkaddressentry.html
1490
%%DOCSDIR%%/html/api/qnetworkcachemetadata.html
1491
%%DOCSDIR%%/html/api/qnetworkconfiguration.html
1492
%%DOCSDIR%%/html/api/qnetworkconfigurationmanager.html
1493
%%DOCSDIR%%/html/api/qnetworkcookie.html
1494
%%DOCSDIR%%/html/api/qnetworkcookiejar.html
1495
%%DOCSDIR%%/html/api/qnetworkdiskcache.html
1496
%%DOCSDIR%%/html/api/qnetworkinterface.html
1497
%%DOCSDIR%%/html/api/qnetworkproxy.html
1498
%%DOCSDIR%%/html/api/qnetworkproxyfactory.html
1499
%%DOCSDIR%%/html/api/qnetworkproxyquery.html
1500
%%DOCSDIR%%/html/api/qnetworkreply.html
1501
%%DOCSDIR%%/html/api/qnetworkrequest.html
1502
%%DOCSDIR%%/html/api/qnetworksession.html
1503
%%DOCSDIR%%/html/api/qnmeapositioninfosource.html
1504
%%DOCSDIR%%/html/api/qobject.html
1505
%%DOCSDIR%%/html/api/qobjectcleanuphandler.html
1506
%%DOCSDIR%%/html/api/qoffscreensurface.html
1507
%%DOCSDIR%%/html/api/qopenglbuffer.html
1508
%%DOCSDIR%%/html/api/qopenglcontext.html
1509
%%DOCSDIR%%/html/api/qopenglcontextgroup.html
1510
%%DOCSDIR%%/html/api/qopengldebuglogger.html
1511
%%DOCSDIR%%/html/api/qopengldebugmessage.html
1512
%%DOCSDIR%%/html/api/qopenglframebufferobject.html
1513
%%DOCSDIR%%/html/api/qopenglframebufferobjectformat.html
1514
%%DOCSDIR%%/html/api/qopenglpaintdevice.html
1515
%%DOCSDIR%%/html/api/qopenglshader.html
1516
%%DOCSDIR%%/html/api/qopenglshaderprogram.html
1517
%%DOCSDIR%%/html/api/qopengltexture.html
1518
%%DOCSDIR%%/html/api/qopengltimemonitor.html
1519
%%DOCSDIR%%/html/api/qopengltimerquery.html
1520
%%DOCSDIR%%/html/api/qopenglvertexarrayobject.html
1521
%%DOCSDIR%%/html/api/qopenglwidget.html
1522
%%DOCSDIR%%/html/api/qopenglwindow.html
1523
%%DOCSDIR%%/html/api/qorientationfilter.html
1524
%%DOCSDIR%%/html/api/qorientationreading.html
1525
%%DOCSDIR%%/html/api/qorientationsensor.html
1526
%%DOCSDIR%%/html/api/qpagedpaintdevice.html
1527
%%DOCSDIR%%/html/api/qpagelayout.html
1528
%%DOCSDIR%%/html/api/qpagesetupdialog.html
1529
%%DOCSDIR%%/html/api/qpagesize.html
1530
%%DOCSDIR%%/html/api/qpaintdevice.html
1531
%%DOCSDIR%%/html/api/qpaintdevicewindow.html
1532
%%DOCSDIR%%/html/api/qpaintengine.html
1533
%%DOCSDIR%%/html/api/qpaintenginestate.html
1534
%%DOCSDIR%%/html/api/qpainter.html
1535
%%DOCSDIR%%/html/api/qpainterpath.html
1536
%%DOCSDIR%%/html/api/qpainterpathstroker.html
1537
%%DOCSDIR%%/html/api/qpaintevent.html
1538
%%DOCSDIR%%/html/api/qpalette.html
1539
%%DOCSDIR%%/html/api/qpangesture.html
1540
%%DOCSDIR%%/html/api/qparallelanimationgroup.html
1541
%%DOCSDIR%%/html/api/qpauseanimation.html
1542
%%DOCSDIR%%/html/api/qpdfwriter.html
1543
%%DOCSDIR%%/html/api/qpen.html
1544
%%DOCSDIR%%/html/api/qpersistentmodelindex.html
1545
%%DOCSDIR%%/html/api/qpicture.html
1546
%%DOCSDIR%%/html/api/qpictureio.html
1547
%%DOCSDIR%%/html/api/qpinchgesture.html
1548
%%DOCSDIR%%/html/api/qpixelformat.html
1549
%%DOCSDIR%%/html/api/qpixmap.html
1550
%%DOCSDIR%%/html/api/qpixmapcache.html
1551
%%DOCSDIR%%/html/api/qplace.html
1552
%%DOCSDIR%%/html/api/qplaceattribute.html
1553
%%DOCSDIR%%/html/api/qplacecategory.html
1554
%%DOCSDIR%%/html/api/qplacecontactdetail.html
1555
%%DOCSDIR%%/html/api/qplacecontent.html
1556
%%DOCSDIR%%/html/api/qplacecontentreply.html
1557
%%DOCSDIR%%/html/api/qplacecontentrequest.html
1558
%%DOCSDIR%%/html/api/qplacedetailsreply.html
1559
%%DOCSDIR%%/html/api/qplaceeditorial.html
1560
%%DOCSDIR%%/html/api/qplaceicon.html
1561
%%DOCSDIR%%/html/api/qplaceidreply.html
1562
%%DOCSDIR%%/html/api/qplaceimage.html
1563
%%DOCSDIR%%/html/api/qplacemanager.html
1564
%%DOCSDIR%%/html/api/qplacemanagerengine.html
1565
%%DOCSDIR%%/html/api/qplacematchreply.html
1566
%%DOCSDIR%%/html/api/qplacematchrequest.html
1567
%%DOCSDIR%%/html/api/qplaceproposedsearchresult.html
1568
%%DOCSDIR%%/html/api/qplaceratings.html
1569
%%DOCSDIR%%/html/api/qplacereply.html
1570
%%DOCSDIR%%/html/api/qplaceresult.html
1571
%%DOCSDIR%%/html/api/qplacereview.html
1572
%%DOCSDIR%%/html/api/qplacesearchreply.html
1573
%%DOCSDIR%%/html/api/qplacesearchrequest.html
1574
%%DOCSDIR%%/html/api/qplacesearchresult.html
1575
%%DOCSDIR%%/html/api/qplacesearchsuggestionreply.html
1576
%%DOCSDIR%%/html/api/qplacesupplier.html
1577
%%DOCSDIR%%/html/api/qplaceuser.html
1578
%%DOCSDIR%%/html/api/qplaintextdocumentlayout.html
1579
%%DOCSDIR%%/html/api/qplaintextedit.html
1580
%%DOCSDIR%%/html/api/qpluginloader.html
1581
%%DOCSDIR%%/html/api/qpoint.html
1582
%%DOCSDIR%%/html/api/qpointf.html
1583
%%DOCSDIR%%/html/api/qpolygon.html
1584
%%DOCSDIR%%/html/api/qpolygonf.html
1585
%%DOCSDIR%%/html/api/qpressurefilter.html
1586
%%DOCSDIR%%/html/api/qpressurereading.html
1587
%%DOCSDIR%%/html/api/qpressuresensor.html
1588
%%DOCSDIR%%/html/api/qprintdialog.html
1589
%%DOCSDIR%%/html/api/qprintengine.html
1590
%%DOCSDIR%%/html/api/qprinter.html
1591
%%DOCSDIR%%/html/api/qprinterinfo.html
1592
%%DOCSDIR%%/html/api/qprintpreviewdialog.html
1593
%%DOCSDIR%%/html/api/qprintpreviewwidget.html
1594
%%DOCSDIR%%/html/api/qprocess.html
1595
%%DOCSDIR%%/html/api/qprocessenvironment.html
1596
%%DOCSDIR%%/html/api/qprogressbar.html
1597
%%DOCSDIR%%/html/api/qprogressdialog.html
1598
%%DOCSDIR%%/html/api/qpropertyanimation.html
1599
%%DOCSDIR%%/html/api/qproximityfilter.html
1600
%%DOCSDIR%%/html/api/qproximityreading.html
1601
%%DOCSDIR%%/html/api/qproximitysensor.html
1602
%%DOCSDIR%%/html/api/qproxystyle.html
1603
%%DOCSDIR%%/html/api/qpushbutton.html
1604
%%DOCSDIR%%/html/api/qqmlabstracturlinterceptor.html
1605
%%DOCSDIR%%/html/api/qqmlapplicationengine.html
1606
%%DOCSDIR%%/html/api/qqmlcomponent.html
1607
%%DOCSDIR%%/html/api/qqmlcontext.html
1608
%%DOCSDIR%%/html/api/qqmlengine.html
1609
%%DOCSDIR%%/html/api/qqmlerror.html
1610
%%DOCSDIR%%/html/api/qqmlexpression.html
1611
%%DOCSDIR%%/html/api/qqmlextensionplugin.html
1612
%%DOCSDIR%%/html/api/qqmlfileselector.html
1613
%%DOCSDIR%%/html/api/qqmlimageproviderbase.html
1614
%%DOCSDIR%%/html/api/qqmlincubator.html
1615
%%DOCSDIR%%/html/api/qqmlincubatorcontrol.html
1616
%%DOCSDIR%%/html/api/qqmllistproperty.html
1617
%%DOCSDIR%%/html/api/qqmllistreference.html
1618
%%DOCSDIR%%/html/api/qqmlndefrecord.html
1619
%%DOCSDIR%%/html/api/qqmlnetworkaccessmanagerfactory.html
1620
%%DOCSDIR%%/html/api/qqmlparserstatus.html
1621
%%DOCSDIR%%/html/api/qqmlproperty.html
1622
%%DOCSDIR%%/html/api/qqmlpropertymap.html
1623
%%DOCSDIR%%/html/api/qqmlpropertyvaluesource.html
1624
%%DOCSDIR%%/html/api/qqmlscriptstring.html
1625
%%DOCSDIR%%/html/api/qquaternion.html
1626
%%DOCSDIR%%/html/api/qquickframebufferobject.html
1627
%%DOCSDIR%%/html/api/qquickimageprovider.html
1628
%%DOCSDIR%%/html/api/qquickitem.html
1629
%%DOCSDIR%%/html/api/qquickitemgrabresult.html
1630
%%DOCSDIR%%/html/api/qquickpainteditem.html
1631
%%DOCSDIR%%/html/api/qquickrendercontrol.html
1632
%%DOCSDIR%%/html/api/qquicktextdocument.html
1633
%%DOCSDIR%%/html/api/qquicktexturefactory.html
1634
%%DOCSDIR%%/html/api/qquickview.html
1635
%%DOCSDIR%%/html/api/qquickwidget.html
1636
%%DOCSDIR%%/html/api/qquickwindow.html
1637
%%DOCSDIR%%/html/api/qradialgradient.html
1638
%%DOCSDIR%%/html/api/qradiobutton.html
1639
%%DOCSDIR%%/html/api/qradiodata.html
1640
%%DOCSDIR%%/html/api/qradiotuner.html
1641
%%DOCSDIR%%/html/api/qrasterwindow.html
1642
%%DOCSDIR%%/html/api/qrawfont.html
1643
%%DOCSDIR%%/html/api/qreadlocker.html
1644
%%DOCSDIR%%/html/api/qreadwritelock.html
1645
%%DOCSDIR%%/html/api/qrect.html
1646
%%DOCSDIR%%/html/api/qrectf.html
1647
%%DOCSDIR%%/html/api/qregexp.html
1648
%%DOCSDIR%%/html/api/qregexpvalidator.html
1649
%%DOCSDIR%%/html/api/qregion.html
1650
%%DOCSDIR%%/html/api/qregularexpression.html
1651
%%DOCSDIR%%/html/api/qregularexpressionmatch.html
1652
%%DOCSDIR%%/html/api/qregularexpressionmatchiterator.html
1653
%%DOCSDIR%%/html/api/qregularexpressionvalidator.html
1654
%%DOCSDIR%%/html/api/qresizeevent.html
1655
%%DOCSDIR%%/html/api/qresource.html
1656
%%DOCSDIR%%/html/api/qrotationfilter.html
1657
%%DOCSDIR%%/html/api/qrotationreading.html
1658
%%DOCSDIR%%/html/api/qrotationsensor.html
1659
%%DOCSDIR%%/html/api/qrubberband.html
1660
%%DOCSDIR%%/html/api/qrunnable.html
1661
%%DOCSDIR%%/html/api/qsavefile.html
1662
%%DOCSDIR%%/html/api/qscreen.html
1663
%%DOCSDIR%%/html/api/qscrollarea.html
1664
%%DOCSDIR%%/html/api/qscrollbar.html
1665
%%DOCSDIR%%/html/api/qscroller.html
1666
%%DOCSDIR%%/html/api/qscrollerproperties.html
1667
%%DOCSDIR%%/html/api/qscrollevent.html
1668
%%DOCSDIR%%/html/api/qscrollprepareevent.html
1669
%%DOCSDIR%%/html/api/qsemaphore.html
1670
%%DOCSDIR%%/html/api/qsensor.html
1671
%%DOCSDIR%%/html/api/qsensorfilter.html
1672
%%DOCSDIR%%/html/api/qsensorreading.html
1673
%%DOCSDIR%%/html/api/qsequentialanimationgroup.html
1674
%%DOCSDIR%%/html/api/qserialport.html
1675
%%DOCSDIR%%/html/api/qserialportinfo.html
1676
%%DOCSDIR%%/html/api/qsessionmanager.html
1677
%%DOCSDIR%%/html/api/qsettings.html
1678
%%DOCSDIR%%/html/api/qsgabstractrenderer.html
1679
%%DOCSDIR%%/html/api/qsgbasicgeometrynode.html
1680
%%DOCSDIR%%/html/api/qsgclipnode.html
1681
%%DOCSDIR%%/html/api/qsgdynamictexture.html
1682
%%DOCSDIR%%/html/api/qsgengine.html
1683
%%DOCSDIR%%/html/api/qsgflatcolormaterial.html
1684
%%DOCSDIR%%/html/api/qsggeometry.html
1685
%%DOCSDIR%%/html/api/qsggeometrynode.html
1686
%%DOCSDIR%%/html/api/qsgmaterial.html
1687
%%DOCSDIR%%/html/api/qsgmaterialshader.html
1688
%%DOCSDIR%%/html/api/qsgmaterialtype.html
1689
%%DOCSDIR%%/html/api/qsgnode.html
1690
%%DOCSDIR%%/html/api/qsgopacitynode.html
1691
%%DOCSDIR%%/html/api/qsgopaquetexturematerial.html
1692
%%DOCSDIR%%/html/api/qsgsimplerectnode.html
1693
%%DOCSDIR%%/html/api/qsgsimpletexturenode.html
1694
%%DOCSDIR%%/html/api/qsgtexture.html
1695
%%DOCSDIR%%/html/api/qsgtexturematerial.html
1696
%%DOCSDIR%%/html/api/qsgtextureprovider.html
1697
%%DOCSDIR%%/html/api/qsgtransformnode.html
1698
%%DOCSDIR%%/html/api/qsgvertexcolormaterial.html
1699
%%DOCSDIR%%/html/api/qsharedmemory.html
1700
%%DOCSDIR%%/html/api/qshortcut.html
1701
%%DOCSDIR%%/html/api/qshortcutevent.html
1702
%%DOCSDIR%%/html/api/qshowevent.html
1703
%%DOCSDIR%%/html/api/qsignalblocker.html
1704
%%DOCSDIR%%/html/api/qsignalmapper.html
1705
%%DOCSDIR%%/html/api/qsignalspy.html
1706
%%DOCSDIR%%/html/api/qsignaltransition.html
1707
%%DOCSDIR%%/html/api/qsimplexmlnodemodel.html
1708
%%DOCSDIR%%/html/api/qsize.html
1709
%%DOCSDIR%%/html/api/qsizef.html
1710
%%DOCSDIR%%/html/api/qsizegrip.html
1711
%%DOCSDIR%%/html/api/qsizepolicy.html
1712
%%DOCSDIR%%/html/api/qslider.html
1713
%%DOCSDIR%%/html/api/qsocketnotifier.html
1714
%%DOCSDIR%%/html/api/qsortfilterproxymodel.html
1715
%%DOCSDIR%%/html/api/qsound.html
1716
%%DOCSDIR%%/html/api/qsoundeffect.html
1717
%%DOCSDIR%%/html/api/qsourcelocation.html
1718
%%DOCSDIR%%/html/api/qspaceritem.html
1719
%%DOCSDIR%%/html/api/qspinbox.html
1720
%%DOCSDIR%%/html/api/qsplashscreen.html
1721
%%DOCSDIR%%/html/api/qsplitter.html
1722
%%DOCSDIR%%/html/api/qsplitterhandle.html
1723
%%DOCSDIR%%/html/api/qsql.html
1724
%%DOCSDIR%%/html/api/qsqldatabase.html
1725
%%DOCSDIR%%/html/api/qsqldriver.html
1726
%%DOCSDIR%%/html/api/qsqldrivercreatorbase.html
1727
%%DOCSDIR%%/html/api/qsqlerror.html
1728
%%DOCSDIR%%/html/api/qsqlfield.html
1729
%%DOCSDIR%%/html/api/qsqlindex.html
1730
%%DOCSDIR%%/html/api/qsqlquery.html
1731
%%DOCSDIR%%/html/api/qsqlquerymodel.html
1732
%%DOCSDIR%%/html/api/qsqlrecord.html
1733
%%DOCSDIR%%/html/api/qsqlrelation.html
1734
%%DOCSDIR%%/html/api/qsqlrelationaldelegate.html
1735
%%DOCSDIR%%/html/api/qsqlrelationaltablemodel.html
1736
%%DOCSDIR%%/html/api/qsqlresult.html
1737
%%DOCSDIR%%/html/api/qsqltablemodel.html
1738
%%DOCSDIR%%/html/api/qssl.html
1739
%%DOCSDIR%%/html/api/qsslcertificate.html
1740
%%DOCSDIR%%/html/api/qsslcertificateextension.html
1741
%%DOCSDIR%%/html/api/qsslcipher.html
1742
%%DOCSDIR%%/html/api/qsslconfiguration.html
1743
%%DOCSDIR%%/html/api/qsslerror.html
1744
%%DOCSDIR%%/html/api/qsslkey.html
1745
%%DOCSDIR%%/html/api/qsslsocket.html
1746
%%DOCSDIR%%/html/api/qstackedlayout.html
1747
%%DOCSDIR%%/html/api/qstackedwidget.html
1748
%%DOCSDIR%%/html/api/qstandarditem.html
1749
%%DOCSDIR%%/html/api/qstandarditemmodel.html
1750
%%DOCSDIR%%/html/api/qstandardpaths.html
1751
%%DOCSDIR%%/html/api/qstate.html
1752
%%DOCSDIR%%/html/api/qstatemachine.html
1753
%%DOCSDIR%%/html/api/qstatictext.html
1754
%%DOCSDIR%%/html/api/qstatusbar.html
1755
%%DOCSDIR%%/html/api/qstatustipevent.html
1756
%%DOCSDIR%%/html/api/qstorageinfo.html
1757
%%DOCSDIR%%/html/api/qstringlistmodel.html
1758
%%DOCSDIR%%/html/api/qstyle.html
1759
%%DOCSDIR%%/html/api/qstyleditemdelegate.html
1760
%%DOCSDIR%%/html/api/qstylefactory.html
1761
%%DOCSDIR%%/html/api/qstylehintreturn.html
1762
%%DOCSDIR%%/html/api/qstylehintreturnmask.html
1763
%%DOCSDIR%%/html/api/qstylehintreturnvariant.html
1764
%%DOCSDIR%%/html/api/qstylehints.html
1765
%%DOCSDIR%%/html/api/qstyleoption.html
1766
%%DOCSDIR%%/html/api/qstyleoptionbutton.html
1767
%%DOCSDIR%%/html/api/qstyleoptioncombobox.html
1768
%%DOCSDIR%%/html/api/qstyleoptioncomplex.html
1769
%%DOCSDIR%%/html/api/qstyleoptiondockwidget.html
1770
%%DOCSDIR%%/html/api/qstyleoptionfocusrect.html
1771
%%DOCSDIR%%/html/api/qstyleoptionframe.html
1772
%%DOCSDIR%%/html/api/qstyleoptiongraphicsitem.html
1773
%%DOCSDIR%%/html/api/qstyleoptiongroupbox.html
1774
%%DOCSDIR%%/html/api/qstyleoptionheader.html
1775
%%DOCSDIR%%/html/api/qstyleoptionmenuitem.html
1776
%%DOCSDIR%%/html/api/qstyleoptionprogressbar.html
1777
%%DOCSDIR%%/html/api/qstyleoptionrubberband.html
1778
%%DOCSDIR%%/html/api/qstyleoptionsizegrip.html
1779
%%DOCSDIR%%/html/api/qstyleoptionslider.html
1780
%%DOCSDIR%%/html/api/qstyleoptionspinbox.html
1781
%%DOCSDIR%%/html/api/qstyleoptiontab.html
1782
%%DOCSDIR%%/html/api/qstyleoptiontabbarbase.html
1783
%%DOCSDIR%%/html/api/qstyleoptiontabwidgetframe.html
1784
%%DOCSDIR%%/html/api/qstyleoptiontitlebar.html
1785
%%DOCSDIR%%/html/api/qstyleoptiontoolbar.html
1786
%%DOCSDIR%%/html/api/qstyleoptiontoolbox.html
1787
%%DOCSDIR%%/html/api/qstyleoptiontoolbutton.html
1788
%%DOCSDIR%%/html/api/qstyleoptionviewitem.html
1789
%%DOCSDIR%%/html/api/qstylepainter.html
1790
%%DOCSDIR%%/html/api/qsurface.html
1791
%%DOCSDIR%%/html/api/qsurfaceformat.html
1792
%%DOCSDIR%%/html/api/qsvggenerator.html
1793
%%DOCSDIR%%/html/api/qsvgrenderer.html
1794
%%DOCSDIR%%/html/api/qsvgwidget.html
1795
%%DOCSDIR%%/html/api/qswipegesture.html
1796
%%DOCSDIR%%/html/api/qsyntaxhighlighter.html
1797
%%DOCSDIR%%/html/api/qsysinfo.html
1798
%%DOCSDIR%%/html/api/qsystemsemaphore.html
1799
%%DOCSDIR%%/html/api/qsystemtrayicon.html
1800
%%DOCSDIR%%/html/api/qt.html
1801
%%DOCSDIR%%/html/api/qtabbar.html
1802
%%DOCSDIR%%/html/api/qtabletevent.html
1803
%%DOCSDIR%%/html/api/qtableview.html
1804
%%DOCSDIR%%/html/api/qtablewidget.html
1805
%%DOCSDIR%%/html/api/qtablewidgetitem.html
1806
%%DOCSDIR%%/html/api/qtablewidgetselectionrange.html
1807
%%DOCSDIR%%/html/api/qtabwidget.html
1808
%%DOCSDIR%%/html/api/qtapandholdgesture.html
1809
%%DOCSDIR%%/html/api/qtapfilter.html
1810
%%DOCSDIR%%/html/api/qtapgesture.html
1811
%%DOCSDIR%%/html/api/qtapreading.html
1812
%%DOCSDIR%%/html/api/qtapsensor.html
1813
%%DOCSDIR%%/html/api/qtcpserver.html
1814
%%DOCSDIR%%/html/api/qtcpsocket.html
1815
%%DOCSDIR%%/html/api/qtemporarydir.html
1816
%%DOCSDIR%%/html/api/qtemporaryfile.html
1817
%%DOCSDIR%%/html/api/qtest.html
1818
%%DOCSDIR%%/html/api/qtextblock.html
1819
%%DOCSDIR%%/html/api/qtextblockformat.html
1820
%%DOCSDIR%%/html/api/qtextblockgroup.html
1821
%%DOCSDIR%%/html/api/qtextblockuserdata.html
1822
%%DOCSDIR%%/html/api/qtextboundaryfinder.html
1823
%%DOCSDIR%%/html/api/qtextbrowser.html
1824
%%DOCSDIR%%/html/api/qtextcharformat.html
1825
%%DOCSDIR%%/html/api/qtextcodec.html
1826
%%DOCSDIR%%/html/api/qtextcursor.html
1827
%%DOCSDIR%%/html/api/qtextdecoder.html
1828
%%DOCSDIR%%/html/api/qtextdocument.html
1829
%%DOCSDIR%%/html/api/qtextdocumentfragment.html
1830
%%DOCSDIR%%/html/api/qtextdocumentwriter.html
1831
%%DOCSDIR%%/html/api/qtextedit.html
1832
%%DOCSDIR%%/html/api/qtextencoder.html
1833
%%DOCSDIR%%/html/api/qtextformat.html
1834
%%DOCSDIR%%/html/api/qtextfragment.html
1835
%%DOCSDIR%%/html/api/qtextframe.html
1836
%%DOCSDIR%%/html/api/qtextframeformat.html
1837
%%DOCSDIR%%/html/api/qtextimageformat.html
1838
%%DOCSDIR%%/html/api/qtextinlineobject.html
1839
%%DOCSDIR%%/html/api/qtextitem.html
1840
%%DOCSDIR%%/html/api/qtextlayout.html
1841
%%DOCSDIR%%/html/api/qtextlength.html
1842
%%DOCSDIR%%/html/api/qtextline.html
1843
%%DOCSDIR%%/html/api/qtextlist.html
1844
%%DOCSDIR%%/html/api/qtextlistformat.html
1845
%%DOCSDIR%%/html/api/qtextobject.html
1846
%%DOCSDIR%%/html/api/qtextobjectinterface.html
1847
%%DOCSDIR%%/html/api/qtextoption.html
1848
%%DOCSDIR%%/html/api/qtextstream.html
1849
%%DOCSDIR%%/html/api/qtextstreammanipulator.html
1850
%%DOCSDIR%%/html/api/qtexttable.html
1851
%%DOCSDIR%%/html/api/qtexttablecell.html
1852
%%DOCSDIR%%/html/api/qtexttablecellformat.html
1853
%%DOCSDIR%%/html/api/qtexttableformat.html
1854
%%DOCSDIR%%/html/api/qthread.html
1855
%%DOCSDIR%%/html/api/qthreadpool.html
1856
%%DOCSDIR%%/html/api/qtiltfilter.html
1857
%%DOCSDIR%%/html/api/qtiltreading.html
1858
%%DOCSDIR%%/html/api/qtiltsensor.html
1859
%%DOCSDIR%%/html/api/qtime.html
1860
%%DOCSDIR%%/html/api/qtimeedit.html
1861
%%DOCSDIR%%/html/api/qtimeline.html
1862
%%DOCSDIR%%/html/api/qtimer.html
1863
%%DOCSDIR%%/html/api/qtimerevent.html
1864
%%DOCSDIR%%/html/api/qtimezone.html
1865
%%DOCSDIR%%/html/api/qtoolbar.html
1866
%%DOCSDIR%%/html/api/qtoolbox.html
1867
%%DOCSDIR%%/html/api/qtoolbutton.html
1868
%%DOCSDIR%%/html/api/qtooltip.html
1869
%%DOCSDIR%%/html/api/qtouchdevice.html
1870
%%DOCSDIR%%/html/api/qtouchevent.html
1871
%%DOCSDIR%%/html/api/qtransform.html
1872
%%DOCSDIR%%/html/api/qtranslator.html
1873
%%DOCSDIR%%/html/api/qtreeview.html
1874
%%DOCSDIR%%/html/api/qtreewidget.html
1875
%%DOCSDIR%%/html/api/qtreewidgetitem.html
1876
%%DOCSDIR%%/html/api/qtreewidgetitemiterator.html
1877
%%DOCSDIR%%/html/api/qtwin.html
1878
%%DOCSDIR%%/html/api/qudpsocket.html
1879
%%DOCSDIR%%/html/api/qundocommand.html
1880
%%DOCSDIR%%/html/api/qundogroup.html
1881
%%DOCSDIR%%/html/api/qundostack.html
1882
%%DOCSDIR%%/html/api/qundoview.html
1883
%%DOCSDIR%%/html/api/qurl.html
1884
%%DOCSDIR%%/html/api/qurlquery.html
1885
%%DOCSDIR%%/html/api/quuid.html
1886
%%DOCSDIR%%/html/api/qvalidator.html
1887
%%DOCSDIR%%/html/api/qvariant.html
1888
%%DOCSDIR%%/html/api/qvariantanimation.html
1889
%%DOCSDIR%%/html/api/qvboxlayout.html
1890
%%DOCSDIR%%/html/api/qvector2d.html
1891
%%DOCSDIR%%/html/api/qvector3d.html
1892
%%DOCSDIR%%/html/api/qvector4d.html
1893
%%DOCSDIR%%/html/api/qvideoencodersettings.html
1894
%%DOCSDIR%%/html/api/qvideoframe.html
1895
%%DOCSDIR%%/html/api/qvideoprobe.html
1896
%%DOCSDIR%%/html/api/qvideosurfaceformat.html
1897
%%DOCSDIR%%/html/api/qvideowidget.html
1898
%%DOCSDIR%%/html/api/qwaitcondition.html
1899
%%DOCSDIR%%/html/api/qwebchannel.html
1900
%%DOCSDIR%%/html/api/qwebchannelabstracttransport.html
1901
%%DOCSDIR%%/html/api/qwebdatabase.html
1902
%%DOCSDIR%%/html/api/qwebelement.html
1903
%%DOCSDIR%%/html/api/qwebelementcollection.html
1904
%%DOCSDIR%%/html/api/qwebenginecertificateerror.html
1905
%%DOCSDIR%%/html/api/qwebenginedownloaditem.html
1906
%%DOCSDIR%%/html/api/qwebenginehistory.html
1907
%%DOCSDIR%%/html/api/qwebenginehistoryitem.html
1908
%%DOCSDIR%%/html/api/qwebenginepage.html
1909
%%DOCSDIR%%/html/api/qwebengineprofile.html
1910
%%DOCSDIR%%/html/api/qwebenginescript.html
1911
%%DOCSDIR%%/html/api/qwebenginescriptcollection.html
1912
%%DOCSDIR%%/html/api/qwebenginesettings.html
1913
%%DOCSDIR%%/html/api/qwebengineview.html
1914
%%DOCSDIR%%/html/api/qwebframe.html
1915
%%DOCSDIR%%/html/api/qwebhistory.html
1916
%%DOCSDIR%%/html/api/qwebhistoryinterface.html
1917
%%DOCSDIR%%/html/api/qwebhistoryitem.html
1918
%%DOCSDIR%%/html/api/qwebhittestresult.html
1919
%%DOCSDIR%%/html/api/qwebinspector.html
1920
%%DOCSDIR%%/html/api/qwebpage.html
1921
%%DOCSDIR%%/html/api/qwebpluginfactory.html
1922
%%DOCSDIR%%/html/api/qwebsecurityorigin.html
1923
%%DOCSDIR%%/html/api/qwebsettings.html
1924
%%DOCSDIR%%/html/api/qwebsocket.html
1925
%%DOCSDIR%%/html/api/qwebsocketcorsauthenticator.html
1926
%%DOCSDIR%%/html/api/qwebsocketprotocol.html
1927
%%DOCSDIR%%/html/api/qwebsocketserver.html
1928
%%DOCSDIR%%/html/api/qwebview.html
1929
%%DOCSDIR%%/html/api/qwhatsthis.html
1930
%%DOCSDIR%%/html/api/qwhatsthisclickedevent.html
1931
%%DOCSDIR%%/html/api/qwheelevent.html
1932
%%DOCSDIR%%/html/api/qwidget.html
1933
%%DOCSDIR%%/html/api/qwidgetaction.html
1934
%%DOCSDIR%%/html/api/qwidgetitem.html
1935
%%DOCSDIR%%/html/api/qwindow.html
1936
%%DOCSDIR%%/html/api/qwindowstatechangeevent.html
1937
%%DOCSDIR%%/html/api/qwinjumplist.html
1938
%%DOCSDIR%%/html/api/qwinjumplistcategory.html
1939
%%DOCSDIR%%/html/api/qwinjumplistitem.html
1940
%%DOCSDIR%%/html/api/qwintaskbarbutton.html
1941
%%DOCSDIR%%/html/api/qwintaskbarprogress.html
1942
%%DOCSDIR%%/html/api/qwinthumbnailtoolbar.html
1943
%%DOCSDIR%%/html/api/qwinthumbnailtoolbutton.html
1944
%%DOCSDIR%%/html/api/qwizard.html
1945
%%DOCSDIR%%/html/api/qwizardpage.html
1946
%%DOCSDIR%%/html/api/qwritelocker.html
1947
%%DOCSDIR%%/html/api/qx11info.html
1948
%%DOCSDIR%%/html/api/qxmlattributes.html
1949
%%DOCSDIR%%/html/api/qxmlcontenthandler.html
1950
%%DOCSDIR%%/html/api/qxmldeclhandler.html
1951
%%DOCSDIR%%/html/api/qxmldefaulthandler.html
1952
%%DOCSDIR%%/html/api/qxmldtdhandler.html
1953
%%DOCSDIR%%/html/api/qxmlentityresolver.html
1954
%%DOCSDIR%%/html/api/qxmlerrorhandler.html
1955
%%DOCSDIR%%/html/api/qxmlformatter.html
1956
%%DOCSDIR%%/html/api/qxmlinputsource.html
1957
%%DOCSDIR%%/html/api/qxmlitem.html
1958
%%DOCSDIR%%/html/api/qxmllexicalhandler.html
1959
%%DOCSDIR%%/html/api/qxmllocator.html
1960
%%DOCSDIR%%/html/api/qxmlname.html
1961
%%DOCSDIR%%/html/api/qxmlnamepool.html
1962
%%DOCSDIR%%/html/api/qxmlnamespacesupport.html
1963
%%DOCSDIR%%/html/api/qxmlnodemodelindex.html
1964
%%DOCSDIR%%/html/api/qxmlparseexception.html
1965
%%DOCSDIR%%/html/api/qxmlquery.html
1966
%%DOCSDIR%%/html/api/qxmlreader.html
1967
%%DOCSDIR%%/html/api/qxmlresultitems.html
1968
%%DOCSDIR%%/html/api/qxmlschema.html
1969
%%DOCSDIR%%/html/api/qxmlschemavalidator.html
1970
%%DOCSDIR%%/html/api/qxmlserializer.html
1971
%%DOCSDIR%%/html/api/qxmlsimplereader.html
1972
%%DOCSDIR%%/html/api/qxmlstreamattribute.html
1973
%%DOCSDIR%%/html/api/qxmlstreamattributes.html
1974
%%DOCSDIR%%/html/api/qxmlstreamentitydeclaration.html
1975
%%DOCSDIR%%/html/api/qxmlstreamentityresolver.html
1976
%%DOCSDIR%%/html/api/qxmlstreamnamespacedeclaration.html
1977
%%DOCSDIR%%/html/api/qxmlstreamnotationdeclaration.html
1978
%%DOCSDIR%%/html/api/qxmlstreamreader.html
1979
%%DOCSDIR%%/html/api/qxmlstreamwriter.html
1980
%%DOCSDIR%%/html/class_reference.html
1981
%%DOCSDIR%%/html/dbus.html
1982
%%DOCSDIR%%/html/deploy_commercial.html
1983
%%DOCSDIR%%/html/deprecations.html
1984
%%DOCSDIR%%/html/designer.html
1985
%%DOCSDIR%%/html/extension_api.html
1986
%%DOCSDIR%%/html/genindex.html
1987
%%DOCSDIR%%/html/gotchas.html
1988
%%DOCSDIR%%/html/i18n.html
1989
%%DOCSDIR%%/html/incompatibilities.html
1990
%%DOCSDIR%%/html/index.html
1991
%%DOCSDIR%%/html/installation.html
1992
%%DOCSDIR%%/html/introduction.html
1993
%%DOCSDIR%%/html/metaobjects.html
1994
%%DOCSDIR%%/html/multiinheritance.html
1995
%%DOCSDIR%%/html/objects.inv
1996
%%DOCSDIR%%/html/opengl.html
1997
%%DOCSDIR%%/html/pickle.html
1998
%%DOCSDIR%%/html/platforms.html
1999
%%DOCSDIR%%/html/py-modindex.html
2000
%%DOCSDIR%%/html/pyqt4_differences.html
2001
%%DOCSDIR%%/html/pyqt_qsettings.html
2002
%%DOCSDIR%%/html/pyqt_qvariant.html
2003
%%DOCSDIR%%/html/python_shell.html
2004
%%DOCSDIR%%/html/qml.html
2005
%%DOCSDIR%%/html/qt_interfaces.html
2006
%%DOCSDIR%%/html/qt_properties.html
2007
%%DOCSDIR%%/html/resources.html
2008
%%DOCSDIR%%/html/search.html
2009
%%DOCSDIR%%/html/searchindex.js
2010
%%DOCSDIR%%/html/signals_slots.html
(-)multimedia/Makefile (+1 lines)
Lines 318-323 Link Here
318
    SUBDIR += py-periscope
318
    SUBDIR += py-periscope
319
    SUBDIR += py-qt4-multimedia
319
    SUBDIR += py-qt4-multimedia
320
    SUBDIR += py-qt4-phonon
320
    SUBDIR += py-qt4-phonon
321
    SUBDIR += py-qt5-multimedia
321
    SUBDIR += py-soco
322
    SUBDIR += py-soco
322
    SUBDIR += py-subliminal
323
    SUBDIR += py-subliminal
323
    SUBDIR += py-tvnamer
324
    SUBDIR += py-tvnamer
(-)multimedia/py-qt4-multimedia/Makefile (-6 / +7 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	multimedia
4
PORTNAME=	multimedia
5
PORTVERSION=	${PYQT4_VERSION}
5
CATEGORIES=	multimedia devel python
6
CATEGORIES=	multimedia devel python
6
7
7
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt4 toolkit, Multimedia module
9
COMMENT=	Python bindings for the Qt4 toolkit, Multimedia module
9
10
10
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtMultimedia
11
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
12
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
PYQT_DIST=	yes
12
14
13
CONFIGURE_ARGS=	--enable QtMultimedia
15
USES=		python pyqt:4
14
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build gui_run
15
USE_QT4=	moc_build multimedia qmake_build
17
USE_QT4=	moc_build multimedia qmake_build
16
18
17
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 21-28 Link Here
21
API_DESC=		Install QtMultimedia API for QScintilla2
23
API_DESC=		Install QtMultimedia API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
25
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
26
28
27
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)multimedia/py-qt4-multimedia/pkg-plist (-10 / +10 lines)
Lines 1-12 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtMultimedia.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtMultimedia.so
2
share/py-sip/QtMultimedia/QtMultimediamod.sip
2
%%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip
3
share/py-sip/QtMultimedia/qabstractvideobuffer.sip
3
%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip
4
share/py-sip/QtMultimedia/qabstractvideosurface.sip
4
%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip
5
share/py-sip/QtMultimedia/qaudio.sip
5
%%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip
6
share/py-sip/QtMultimedia/qaudiodeviceinfo.sip
6
%%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip
7
share/py-sip/QtMultimedia/qaudioformat.sip
7
%%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip
8
share/py-sip/QtMultimedia/qaudioinput.sip
8
%%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip
9
share/py-sip/QtMultimedia/qaudiooutput.sip
9
%%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip
10
share/py-sip/QtMultimedia/qvideoframe.sip
10
%%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip
11
share/py-sip/QtMultimedia/qvideosurfaceformat.sip
11
%%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip
12
%%API%%share/qt4/qsci/api/python/QtMultimedia.api
12
%%API%%share/qt4/qsci/api/python/QtMultimedia.api
(-)multimedia/py-qt4-phonon/Makefile (-6 / +7 lines)
Lines 1-16 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	phonon
3
PORTNAME=	phonon
4
PORTVERSION=	${PYQT4_VERSION}
4
CATEGORIES=	multimedia devel python
5
CATEGORIES=	multimedia devel python
5
6
6
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt4 toolkit, Phonon module
8
COMMENT=	Python bindings for the Qt4 toolkit, Phonon module
8
9
9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
10
CONFIGURE_ARGS=	--enable phonon
10
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
11
13
12
CONFIGURE_ARGS=	--enable phonon
14
USES=		python pyqt:4
13
PYQT4_DIST=	yes
15
USE_PYQT=	sip_build core_run
14
USE_QT4=	moc_build phonon qmake_build
16
USE_QT4=	moc_build phonon qmake_build
15
17
16
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFINE=	API DEBUG
Lines 20-27 Link Here
20
API_DESC=		Install Phonon API for QScintilla2
22
API_DESC=		Install Phonon API for QScintilla2
21
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
22
API_CONFIGURE_OFF=	--no-qsci-api
24
API_CONFIGURE_OFF=	--no-qsci-api
23
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
25
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
24
DEBUG_CONFIGURE_ON=	--debug --trace
26
DEBUG_CONFIGURE_ON=	--debug --trace
25
27
26
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)multimedia/py-qt4-phonon/pkg-plist (-19 / +19 lines)
Lines 1-21 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/phonon.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/phonon.so
2
share/py-sip/phonon/abstractaudiooutput.sip
2
%%PYQT_SIPDIR%%/phonon/abstractaudiooutput.sip
3
share/py-sip/phonon/abstractvideooutput.sip
3
%%PYQT_SIPDIR%%/phonon/abstractvideooutput.sip
4
share/py-sip/phonon/audiooutput.sip
4
%%PYQT_SIPDIR%%/phonon/audiooutput.sip
5
share/py-sip/phonon/backendcapabilities.sip
5
%%PYQT_SIPDIR%%/phonon/backendcapabilities.sip
6
share/py-sip/phonon/effect.sip
6
%%PYQT_SIPDIR%%/phonon/effect.sip
7
share/py-sip/phonon/effectparameter.sip
7
%%PYQT_SIPDIR%%/phonon/effectparameter.sip
8
share/py-sip/phonon/effectwidget.sip
8
%%PYQT_SIPDIR%%/phonon/effectwidget.sip
9
share/py-sip/phonon/mediacontroller.sip
9
%%PYQT_SIPDIR%%/phonon/mediacontroller.sip
10
share/py-sip/phonon/medianode.sip
10
%%PYQT_SIPDIR%%/phonon/medianode.sip
11
share/py-sip/phonon/mediaobject.sip
11
%%PYQT_SIPDIR%%/phonon/mediaobject.sip
12
share/py-sip/phonon/mediasource.sip
12
%%PYQT_SIPDIR%%/phonon/mediasource.sip
13
share/py-sip/phonon/objectdescription.sip
13
%%PYQT_SIPDIR%%/phonon/objectdescription.sip
14
share/py-sip/phonon/path.sip
14
%%PYQT_SIPDIR%%/phonon/path.sip
15
share/py-sip/phonon/phononmod.sip
15
%%PYQT_SIPDIR%%/phonon/phononmod.sip
16
share/py-sip/phonon/phononnamespace.sip
16
%%PYQT_SIPDIR%%/phonon/phononnamespace.sip
17
share/py-sip/phonon/seekslider.sip
17
%%PYQT_SIPDIR%%/phonon/seekslider.sip
18
share/py-sip/phonon/videoplayer.sip
18
%%PYQT_SIPDIR%%/phonon/videoplayer.sip
19
share/py-sip/phonon/videowidget.sip
19
%%PYQT_SIPDIR%%/phonon/videowidget.sip
20
share/py-sip/phonon/volumeslider.sip
20
%%PYQT_SIPDIR%%/phonon/volumeslider.sip
21
%%API%%share/qt4/qsci/api/python/phonon.api
21
%%API%%share/qt4/qsci/api/python/phonon.api
(-)multimedia/py-qt5-multimedia/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Dima Panov <fluffy@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	multimedia
5
CATEGORIES=	multimedia devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, Multimedia module
9
10
CONFIGURE_ARGS=	--enable QtMultimedia --enable QtMultimediaWidgets
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build gui_run
16
USE_QT5=	multimedia
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtMultimedia API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)multimedia/py-qt5-multimedia/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtMultimedia module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)multimedia/py-qt5-multimedia/pkg-plist (+48 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimedia.so
2
%%PYTHON_SITELIBDIR%%/PyQt5/QtMultimediaWidgets.so
3
%%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip
4
%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip
5
%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideofilter.sip
6
%%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip
7
%%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip
8
%%PYQT_SIPDIR%%/QtMultimedia/qaudiobuffer.sip
9
%%PYQT_SIPDIR%%/QtMultimedia/qaudiodecoder.sip
10
%%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip
11
%%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip
12
%%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip
13
%%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip
14
%%PYQT_SIPDIR%%/QtMultimedia/qaudioprobe.sip
15
%%PYQT_SIPDIR%%/QtMultimedia/qaudiorecorder.sip
16
%%PYQT_SIPDIR%%/QtMultimedia/qcamera.sip
17
%%PYQT_SIPDIR%%/QtMultimedia/qcameraexposure.sip
18
%%PYQT_SIPDIR%%/QtMultimedia/qcamerafocus.sip
19
%%PYQT_SIPDIR%%/QtMultimedia/qcameraimagecapture.sip
20
%%PYQT_SIPDIR%%/QtMultimedia/qcameraimageprocessing.sip
21
%%PYQT_SIPDIR%%/QtMultimedia/qcamerainfo.sip
22
%%PYQT_SIPDIR%%/QtMultimedia/qcameraviewfindersettings.sip
23
%%PYQT_SIPDIR%%/QtMultimedia/qmediabindableinterface.sip
24
%%PYQT_SIPDIR%%/QtMultimedia/qmediacontent.sip
25
%%PYQT_SIPDIR%%/QtMultimedia/qmediacontrol.sip
26
%%PYQT_SIPDIR%%/QtMultimedia/qmediaencodersettings.sip
27
%%PYQT_SIPDIR%%/QtMultimedia/qmediametadata.sip
28
%%PYQT_SIPDIR%%/QtMultimedia/qmediaobject.sip
29
%%PYQT_SIPDIR%%/QtMultimedia/qmediaplayer.sip
30
%%PYQT_SIPDIR%%/QtMultimedia/qmediaplaylist.sip
31
%%PYQT_SIPDIR%%/QtMultimedia/qmediarecorder.sip
32
%%PYQT_SIPDIR%%/QtMultimedia/qmediaresource.sip
33
%%PYQT_SIPDIR%%/QtMultimedia/qmediaservice.sip
34
%%PYQT_SIPDIR%%/QtMultimedia/qmediatimerange.sip
35
%%PYQT_SIPDIR%%/QtMultimedia/qmultimedia.sip
36
%%PYQT_SIPDIR%%/QtMultimedia/qpymultimedia_qlist.sip
37
%%PYQT_SIPDIR%%/QtMultimedia/qradiodata.sip
38
%%PYQT_SIPDIR%%/QtMultimedia/qradiotuner.sip
39
%%PYQT_SIPDIR%%/QtMultimedia/qsound.sip
40
%%PYQT_SIPDIR%%/QtMultimedia/qsoundeffect.sip
41
%%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip
42
%%PYQT_SIPDIR%%/QtMultimedia/qvideoprobe.sip
43
%%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip
44
%%PYQT_SIPDIR%%/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip
45
%%PYQT_SIPDIR%%/QtMultimediaWidgets/qcameraviewfinder.sip
46
%%PYQT_SIPDIR%%/QtMultimediaWidgets/qgraphicsvideoitem.sip
47
%%PYQT_SIPDIR%%/QtMultimediaWidgets/qvideowidget.sip
48
%%API%%share/qt5/qsci/api/python/QtMultimediaWidgets.api
(-)net/Makefile (+1 lines)
Lines 969-974 Link Here
969
    SUBDIR += py-pyvmomi
969
    SUBDIR += py-pyvmomi
970
    SUBDIR += py-pyzmq
970
    SUBDIR += py-pyzmq
971
    SUBDIR += py-qt4-network
971
    SUBDIR += py-qt4-network
972
    SUBDIR += py-qt5-network
972
    SUBDIR += py-radix
973
    SUBDIR += py-radix
973
    SUBDIR += py-raet
974
    SUBDIR += py-raet
974
    SUBDIR += py-s3cmd
975
    SUBDIR += py-s3cmd
(-)net/py-qt4-network/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	network
4
PORTNAME=	network
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	net devel python
7
CATEGORIES=	net devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtNetwork module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtNetwork module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtNetwork
12
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtNetwork
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build core_run
16
USE_QT4=	moc_build network qmake_build
18
USE_QT4=	moc_build network qmake_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtNetwork API for QScintilla2
24
API_DESC=		Install QtNetwork API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)net/py-qt4-network/pkg-plist (-35 / +35 lines)
Lines 1-37 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtNetwork.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtNetwork.so
2
share/py-sip/QtNetwork/QtNetworkmod.sip
2
%%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip
3
share/py-sip/QtNetwork/qabstractnetworkcache.sip
3
%%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip
4
share/py-sip/QtNetwork/qabstractsocket.sip
4
%%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip
5
share/py-sip/QtNetwork/qauthenticator.sip
5
%%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip
6
share/py-sip/QtNetwork/qdnslookup.sip
6
%%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip
7
share/py-sip/QtNetwork/qftp.sip
7
%%PYQT_SIPDIR%%/QtNetwork/qftp.sip
8
share/py-sip/QtNetwork/qhostaddress.sip
8
%%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip
9
share/py-sip/QtNetwork/qhostinfo.sip
9
%%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip
10
share/py-sip/QtNetwork/qhttp.sip
10
%%PYQT_SIPDIR%%/QtNetwork/qhttp.sip
11
share/py-sip/QtNetwork/qhttpmultipart.sip
11
%%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip
12
share/py-sip/QtNetwork/qlocalserver.sip
12
%%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip
13
share/py-sip/QtNetwork/qlocalsocket.sip
13
%%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip
14
share/py-sip/QtNetwork/qnetworkaccessmanager.sip
14
%%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip
15
share/py-sip/QtNetwork/qnetworkconfigmanager.sip
15
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip
16
share/py-sip/QtNetwork/qnetworkconfiguration.sip
16
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip
17
share/py-sip/QtNetwork/qnetworkcookie.sip
17
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip
18
share/py-sip/QtNetwork/qnetworkcookiejar.sip
18
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip
19
share/py-sip/QtNetwork/qnetworkdiskcache.sip
19
%%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip
20
share/py-sip/QtNetwork/qnetworkinterface.sip
20
%%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip
21
share/py-sip/QtNetwork/qnetworkproxy.sip
21
%%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip
22
share/py-sip/QtNetwork/qnetworkreply.sip
22
%%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip
23
share/py-sip/QtNetwork/qnetworkrequest.sip
23
%%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip
24
share/py-sip/QtNetwork/qnetworksession.sip
24
%%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip
25
share/py-sip/QtNetwork/qssl.sip
25
%%PYQT_SIPDIR%%/QtNetwork/qssl.sip
26
share/py-sip/QtNetwork/qsslcertificate.sip
26
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip
27
share/py-sip/QtNetwork/qsslcertificateextension.sip
27
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip
28
share/py-sip/QtNetwork/qsslcipher.sip
28
%%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip
29
share/py-sip/QtNetwork/qsslconfiguration.sip
29
%%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip
30
share/py-sip/QtNetwork/qsslerror.sip
30
%%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip
31
share/py-sip/QtNetwork/qsslkey.sip
31
%%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip
32
share/py-sip/QtNetwork/qsslsocket.sip
32
%%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip
33
share/py-sip/QtNetwork/qtcpserver.sip
33
%%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip
34
share/py-sip/QtNetwork/qtcpsocket.sip
34
%%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip
35
share/py-sip/QtNetwork/qudpsocket.sip
35
%%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip
36
share/py-sip/QtNetwork/qurlinfo.sip
36
%%PYQT_SIPDIR%%/QtNetwork/qurlinfo.sip
37
%%API%%share/qt4/qsci/api/python/QtNetwork.api
37
%%API%%share/qt4/qsci/api/python/QtNetwork.api
(-)net/py-qt5-network/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	network
4
CATEGORIES=	net devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtNetwork module
8
9
CONFIGURE_ARGS=	--enable QtNetwork
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build core_run
15
USE_QT5=	network
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=	yes
20
21
API_DESC=		Install QtSql API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
.include <bsd.port.mk>
(-)net/py-qt5-network/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtNetwork module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)net/py-qt5-network/pkg-plist (+38 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtNetwork.so
2
%%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip
3
%%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip
4
%%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip
5
%%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip
6
%%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip
7
%%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip
8
%%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip
9
%%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip
10
%%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip
11
%%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip
12
%%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip
13
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip
14
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip
15
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip
16
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip
17
%%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip
18
%%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip
19
%%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip
20
%%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip
21
%%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip
22
%%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip
23
%%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qhash.sip
24
%%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qmap.sip
25
%%PYQT_SIPDIR%%/QtNetwork/qssl.sip
26
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip
27
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip
28
%%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip
29
%%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip
30
%%PYQT_SIPDIR%%/QtNetwork/qsslellipticcurve.sip
31
%%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip
32
%%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip
33
%%PYQT_SIPDIR%%/QtNetwork/qsslpresharedkeyauthenticator.sip
34
%%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip
35
%%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip
36
%%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip
37
%%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip
38
%%API%%share/qt5/qsci/api/python/QtNetwork.api
(-)net-im/turpial/Makefile (-9 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	turpial
4
PORTNAME=	turpial
5
PORTVERSION=	3.0
5
PORTVERSION=	3.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
8
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/
8
MASTER_SITES=	http://files.turpial.org.ve/sources/stable/
9
9
Lines 18-35 Link Here
18
	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:${PORTSDIR}/devel/py-Jinja2 \
18
	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:${PORTSDIR}/devel/py-Jinja2 \
19
	${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:${PORTSDIR}/net-im/py-libturpial
19
	${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:${PORTSDIR}/net-im/py-libturpial
20
20
21
USES=		python:2
21
USES=		pyqt:4 python:2
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
24
24
25
PYQT4_PORTS=	core gui network phonon webkit
25
USE_PYQT=	core gui network phonon webkit
26
26
27
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
28
29
.for component in ${PYQT4_PORTS}
30
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
31
.endfor
32
33
LOCALES_DIR=	ca de eo es fr it ja pt_BR pt_PT ru_RU tr
27
LOCALES_DIR=	ca de eo es fr it ja pt_BR pt_PT ru_RU tr
34
28
35
post-extract:
29
post-extract:
(-)print/Makefile (+1 lines)
Lines 198-203 Link Here
198
    SUBDIR += py-pollyreports
198
    SUBDIR += py-pollyreports
199
    SUBDIR += py-preppy
199
    SUBDIR += py-preppy
200
    SUBDIR += py-pyscript
200
    SUBDIR += py-pyscript
201
    SUBDIR += py-qt5-printsupport
201
    SUBDIR += py-relatorio
202
    SUBDIR += py-relatorio
202
    SUBDIR += py-reportlab
203
    SUBDIR += py-reportlab
203
    SUBDIR += py-reportlab1
204
    SUBDIR += py-reportlab1
(-)print/py-qt5-printsupport/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	printsupport
4
CATEGORIES=	print python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtPrintSupport module 
8
9
CONFIGURE_ARGS=	--enable QtPrintSupport
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build core_run
15
USE_QT5=	printsupport
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=	yes
20
21
API_DESC=		Install QtXmlPatterns API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
.include <bsd.port.mk>
(-)print/py-qt5-printsupport/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtPrintSupport module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)print/py-qt5-printsupport/pkg-plist (+12 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtPrintSupport.so
2
%%PYQT_SIPDIR%%/QtPrintSupport/QtPrintSupportmod.sip
3
%%PYQT_SIPDIR%%/QtPrintSupport/qabstractprintdialog.sip
4
%%PYQT_SIPDIR%%/QtPrintSupport/qpagesetupdialog.sip
5
%%PYQT_SIPDIR%%/QtPrintSupport/qprintdialog.sip
6
%%PYQT_SIPDIR%%/QtPrintSupport/qprintengine.sip
7
%%PYQT_SIPDIR%%/QtPrintSupport/qprinter.sip
8
%%PYQT_SIPDIR%%/QtPrintSupport/qprinterinfo.sip
9
%%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewdialog.sip
10
%%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewwidget.sip
11
%%PYQT_SIPDIR%%/QtPrintSupport/qpyprintsupport_qlist.sip
12
%%API%%share/qt5/qsci/api/python/QtPrintSupport.api
(-)textproc/Makefile (+2 lines)
Lines 1256-1261 Link Here
1256
    SUBDIR += py-qrcode
1256
    SUBDIR += py-qrcode
1257
    SUBDIR += py-qt4-xml
1257
    SUBDIR += py-qt4-xml
1258
    SUBDIR += py-qt4-xmlpatterns
1258
    SUBDIR += py-qt4-xmlpatterns
1259
    SUBDIR += py-qt5-xml
1260
    SUBDIR += py-qt5-xmlpatterns
1259
    SUBDIR += py-rdflib
1261
    SUBDIR += py-rdflib
1260
    SUBDIR += py-regex
1262
    SUBDIR += py-regex
1261
    SUBDIR += py-reverend
1263
    SUBDIR += py-reverend
(-)textproc/py-qt4-xml/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xml
4
PORTNAME=	xml
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	textproc devel python
7
CATEGORIES=	textproc devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtXml module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtXml module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtXml
12
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtXml
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build core_run
16
USE_QT4=	xml qmake_build moc_build
18
USE_QT4=	xml qmake_build moc_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtXml API for QScintilla2
24
API_DESC=		Install QtXml API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)textproc/py-qt4-xml/pkg-plist (-4 / +4 lines)
Lines 1-8 Link Here
1
bin/pylupdate4
1
bin/pylupdate4
2
bin/pyrcc4
2
bin/pyrcc4
3
%%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so
3
%%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so
4
share/py-sip/QtXml/QtXmlmod.sip
4
%%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip
5
share/py-sip/QtXml/qdom.sip
5
%%PYQT_SIPDIR%%/QtXml/qdom.sip
6
share/py-sip/QtXml/qxml.sip
6
%%PYQT_SIPDIR%%/QtXml/qxml.sip
7
share/py-sip/QtXml/qxmlstream.sip
7
%%PYQT_SIPDIR%%/QtXml/qxmlstream.sip
8
%%API%%share/qt4/qsci/api/python/QtXml.api
8
%%API%%share/qt4/qsci/api/python/QtXml.api
(-)textproc/py-qt4-xmlpatterns/Makefile (-6 / +7 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xmlpatterns
4
PORTNAME=	xmlpatterns
5
PORTVERSION=	${PYQT4_VERSION}
5
CATEGORIES=	textproc devel python
6
CATEGORIES=	textproc devel python
6
7
7
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt4 toolkit, QtXmlPatterns module
9
COMMENT=	Python bindings for the Qt4 toolkit, QtXmlPatterns module
9
10
10
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtXmlPatterns
11
RUN_DEPENDS=	${PKGNAMEPREFIX}xml>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xml
12
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
PYQT_DIST=	yes
12
14
13
CONFIGURE_ARGS=	--enable QtXmlPatterns
15
USES=		python pyqt:4
14
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build xml_run
15
USE_QT4=	moc_build xmlpatterns qmake_build
17
USE_QT4=	moc_build xmlpatterns qmake_build
16
18
17
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 21-28 Link Here
21
API_DESC=		Install QtXmlPatterns API for QScintilla2
23
API_DESC=		Install QtXmlPatterns API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
25
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
26
28
27
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)textproc/py-qt4-xmlpatterns/pkg-plist (-15 / +15 lines)
Lines 1-17 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtXmlPatterns.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtXmlPatterns.so
2
share/py-sip/QtXmlPatterns/QtXmlPatternsmod.sip
2
%%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip
3
share/py-sip/QtXmlPatterns/qabstractmessagehandler.sip
3
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip
4
share/py-sip/QtXmlPatterns/qabstracturiresolver.sip
4
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip
5
share/py-sip/QtXmlPatterns/qabstractxmlnodemodel.sip
5
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip
6
share/py-sip/QtXmlPatterns/qabstractxmlreceiver.sip
6
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip
7
share/py-sip/QtXmlPatterns/qsimplexmlnodemodel.sip
7
%%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip
8
share/py-sip/QtXmlPatterns/qsourcelocation.sip
8
%%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip
9
share/py-sip/QtXmlPatterns/qxmlformatter.sip
9
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip
10
share/py-sip/QtXmlPatterns/qxmlname.sip
10
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip
11
share/py-sip/QtXmlPatterns/qxmlnamepool.sip
11
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip
12
share/py-sip/QtXmlPatterns/qxmlquery.sip
12
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip
13
share/py-sip/QtXmlPatterns/qxmlresultitems.sip
13
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip
14
share/py-sip/QtXmlPatterns/qxmlschema.sip
14
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip
15
share/py-sip/QtXmlPatterns/qxmlschemavalidator.sip
15
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip
16
share/py-sip/QtXmlPatterns/qxmlserializer.sip
16
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip
17
%%API%%share/qt4/qsci/api/python/QtXmlPatterns.api
17
%%API%%share/qt4/qsci/api/python/QtXmlPatterns.api
(-)textproc/py-qt5-xml/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	xml
5
CATEGORIES=	textproc devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtXml module
9
10
CONFIGURE_ARGS=	--enable QtXml
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build core_run
16
USE_QT5=	buildtools xml
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtXml API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)textproc/py-qt5-xml/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtXml module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)textproc/py-qt5-xml/pkg-plist (+7 lines)
Line 0 Link Here
1
bin/pylupdate5
2
bin/pyrcc5
3
%%PYTHON_SITELIBDIR%%/PyQt5/QtXml.so
4
%%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip
5
%%PYQT_SIPDIR%%/QtXml/qdom.sip
6
%%PYQT_SIPDIR%%/QtXml/qxml.sip
7
%%API%%share/qt5/qsci/api/python/QtXml.api
(-)textproc/py-qt5-xmlpatterns/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	xmlpatterns
5
CATEGORIES=	textproc devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtXmlPatterns module
9
10
CONFIGURE_ARGS=	--enable QtXmlPatterns
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build core_run
16
USE_QT5=	network xml xmlpatterns
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtXmlPatterns API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)textproc/py-qt5-xmlpatterns/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
2
This package provides the QtXmlPatterns module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)textproc/py-qt5-xmlpatterns/pkg-plist (+17 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtXmlPatterns.so
2
%%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip
3
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip
4
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip
5
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip
6
%%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip
7
%%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip
8
%%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip
9
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip
10
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip
11
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip
12
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip
13
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip
14
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip
15
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip
16
%%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip
17
%%API%%share/qt5/qsci/api/python/QtXmlPatterns.api
(-)www/Makefile (+2 lines)
Lines 1720-1725 Link Here
1720
    SUBDIR += py-qp
1720
    SUBDIR += py-qp
1721
    SUBDIR += py-qpy
1721
    SUBDIR += py-qpy
1722
    SUBDIR += py-qt4-webkit
1722
    SUBDIR += py-qt4-webkit
1723
    SUBDIR += py-qt5-webkit
1724
    SUBDIR += py-qt5-webkitwidgets
1723
    SUBDIR += py-rackspace-monitoring
1725
    SUBDIR += py-rackspace-monitoring
1724
    SUBDIR += py-recaptcha
1726
    SUBDIR += py-recaptcha
1725
    SUBDIR += py-requestbuilder
1727
    SUBDIR += py-requestbuilder
(-)www/py-qt4-webkit/Makefile (-6 / +7 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	webkit
4
PORTNAME=	webkit
5
PORTVERSION=	${PYQT4_VERSION}
5
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
6
7
7
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt4 toolkit, QtWebKit module
9
COMMENT=	Python bindings for the Qt4 toolkit, QtWebKit module
9
10
10
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
11
CONFIGURE_ARGS=	--enable QtWebKit
11
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
12
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
13
PYQT_DIST=	yes
12
14
13
CONFIGURE_ARGS=	--enable QtWebKit
15
USES=		python pyqt:4
14
PYQT4_DIST=	yes
16
USE_PYQT=	sip_build gui_run
15
USE_QT4=	qmake_build gui moc_build network webkit
17
USE_QT4=	qmake_build gui moc_build network webkit
16
18
17
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFINE=	API DEBUG
Lines 21-28 Link Here
21
API_DESC=		Install QtWebKit API for QScintilla2
23
API_DESC=		Install QtWebKit API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
25
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
26
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
25
DEBUG_CONFIGURE_ON=	--debug --trace
27
DEBUG_CONFIGURE_ON=	--debug --trace
26
28
27
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)www/py-qt4-webkit/pkg-plist (-15 / +15 lines)
Lines 1-17 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtWebKit.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtWebKit.so
2
share/py-sip/QtWebKit/QtWebKitmod.sip
2
%%PYQT_SIPDIR%%/QtWebKit/QtWebKitmod.sip
3
share/py-sip/QtWebKit/qgraphicswebview.sip
3
%%PYQT_SIPDIR%%/QtWebKit/qgraphicswebview.sip
4
share/py-sip/QtWebKit/qwebdatabase.sip
4
%%PYQT_SIPDIR%%/QtWebKit/qwebdatabase.sip
5
share/py-sip/QtWebKit/qwebelement.sip
5
%%PYQT_SIPDIR%%/QtWebKit/qwebelement.sip
6
share/py-sip/QtWebKit/qwebframe.sip
6
%%PYQT_SIPDIR%%/QtWebKit/qwebframe.sip
7
share/py-sip/QtWebKit/qwebhistory.sip
7
%%PYQT_SIPDIR%%/QtWebKit/qwebhistory.sip
8
share/py-sip/QtWebKit/qwebhistoryinterface.sip
8
%%PYQT_SIPDIR%%/QtWebKit/qwebhistoryinterface.sip
9
share/py-sip/QtWebKit/qwebinspector.sip
9
%%PYQT_SIPDIR%%/QtWebKit/qwebinspector.sip
10
share/py-sip/QtWebKit/qwebkitglobal.sip
10
%%PYQT_SIPDIR%%/QtWebKit/qwebkitglobal.sip
11
share/py-sip/QtWebKit/qwebkitversion.sip
11
%%PYQT_SIPDIR%%/QtWebKit/qwebkitversion.sip
12
share/py-sip/QtWebKit/qwebpage.sip
12
%%PYQT_SIPDIR%%/QtWebKit/qwebpage.sip
13
share/py-sip/QtWebKit/qwebpluginfactory.sip
13
%%PYQT_SIPDIR%%/QtWebKit/qwebpluginfactory.sip
14
share/py-sip/QtWebKit/qwebsecurityorigin.sip
14
%%PYQT_SIPDIR%%/QtWebKit/qwebsecurityorigin.sip
15
share/py-sip/QtWebKit/qwebsettings.sip
15
%%PYQT_SIPDIR%%/QtWebKit/qwebsettings.sip
16
share/py-sip/QtWebKit/qwebview.sip
16
%%PYQT_SIPDIR%%/QtWebKit/qwebview.sip
17
%%API%%share/qt4/qsci/api/python/QtWebKit.api
17
%%API%%share/qt4/qsci/api/python/QtWebKit.api
(-)www/py-qt5-webkit/Makefile (+28 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	webkit
4
CATEGORIES=	www devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtWebKit module
8
9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
10
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:${PORTSDIR}/x11-toolkits/py-qt5-gui
11
12
CONFIGURE_ARGS=	--enable QtWebKit
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
15
16
USES=		python pyqt:5 qmake
17
USE_PYQT=	sip_build gui_run
18
USE_QT5=	gui network webkit
19
20
OPTIONS_DEFINE=	API DEBUG
21
OPTIONS_DEFAULT=API
22
OPTIONS_SUB=	yes
23
24
API_DESC=		Install QtWebKit API for QScintilla2
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
.include <bsd.port.mk>
(-)www/py-qt5-webkit/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtWebKit module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)www/py-qt5-webkit/pkg-plist (+11 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKit.so
2
%%PYQT_SIPDIR%%/QtWebKit/QtWebKitmod.sip
3
%%PYQT_SIPDIR%%/QtWebKit/qwebdatabase.sip
4
%%PYQT_SIPDIR%%/QtWebKit/qwebelement.sip
5
%%PYQT_SIPDIR%%/QtWebKit/qwebhistory.sip
6
%%PYQT_SIPDIR%%/QtWebKit/qwebhistoryinterface.sip
7
%%PYQT_SIPDIR%%/QtWebKit/qwebkitglobal.sip
8
%%PYQT_SIPDIR%%/QtWebKit/qwebpluginfactory.sip
9
%%PYQT_SIPDIR%%/QtWebKit/qwebsecurityorigin.sip
10
%%PYQT_SIPDIR%%/QtWebKit/qwebsettings.sip
11
%%API%%share/qt5/qsci/api/python/QtWebKit.api
(-)www/py-qt5-webkitwidgets/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	webkitwidgets
4
CATEGORIES=	www devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtWebKitWidgets module
8
9
CONFIGURE_ARGS=	--enable QtWebKitWidgets
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build gui_run printsupport_run
15
USE_QT5=	gui network webkit
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=	yes
20
21
API_DESC=		Install QtWebKitWidgets API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
25
DEBUG_CONFIGURE_ON=	--debug --trace
26
27
.include <bsd.port.mk>
(-)www/py-qt5-webkitwidgets/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtWebKitWidgets module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)www/py-qt5-webkitwidgets/pkg-plist (+8 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtWebKitWidgets.so
2
%%PYQT_SIPDIR%%/QtWebKitWidgets/QtWebKitWidgetsmod.sip
3
%%PYQT_SIPDIR%%/QtWebKitWidgets/qgraphicswebview.sip
4
%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebframe.sip
5
%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebinspector.sip
6
%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebpage.sip
7
%%PYQT_SIPDIR%%/QtWebKitWidgets/qwebview.sip
8
%%API%%share/qt5/qsci/api/python/QtWebKitWidgets.api
(-)x11/Makefile (+1 lines)
Lines 233-238 Link Here
233
    SUBDIR += printscreen
233
    SUBDIR += printscreen
234
    SUBDIR += props
234
    SUBDIR += props
235
    SUBDIR += py-qt4-opengl
235
    SUBDIR += py-qt4-opengl
236
    SUBDIR += py-qt5-opengl
236
    SUBDIR += qimageblitz
237
    SUBDIR += qimageblitz
237
    SUBDIR += qt4-graphicssystems-opengl
238
    SUBDIR += qt4-graphicssystems-opengl
238
    SUBDIR += qt4-inputmethods
239
    SUBDIR += qt4-inputmethods
(-)x11/leechcraft/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	leechcraft
4
PORTNAME=	leechcraft
5
PORTVERSION=	0.6.70
5
PORTVERSION=	0.6.70
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	x11
7
CATEGORIES=	x11
8
MASTER_SITES=	http://dist.leechcraft.org/LeechCraft/0.6.70/
8
MASTER_SITES=	http://dist.leechcraft.org/LeechCraft/0.6.70/
9
9
Lines 274-280 Link Here
274
POPISHU_DESC=		Text editor with IDE features
274
POPISHU_DESC=		Text editor with IDE features
275
POPISHU_CMAKE_ON=	-DENABLE_POPISHU:BOOL=true
275
POPISHU_CMAKE_ON=	-DENABLE_POPISHU:BOOL=true
276
POPISHU_CMAKE_OFF=	-DENABLE_POPISHU:BOOL=false
276
POPISHU_CMAKE_OFF=	-DENABLE_POPISHU:BOOL=false
277
POPISHU_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
277
POPISHU_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
278
278
279
POSHUKU_DESC=		The full-featured web browser plugin
279
POSHUKU_DESC=		The full-featured web browser plugin
280
POSHUKU_CMAKE_ON=	-DENABLE_POSHUKU:BOOL=true
280
POSHUKU_CMAKE_ON=	-DENABLE_POSHUKU:BOOL=true
(-)x11/py-qt4-opengl/Makefile (-6 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	opengl
4
PORTNAME=	opengl
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	x11 devel python
7
CATEGORIES=	x11 devel python
7
8
Lines 8-18 Link Here
8
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Python bindings for the Qt4 toolkit, QtOpenGL module
10
COMMENT=	Python bindings for the Qt4 toolkit, QtOpenGL module
10
11
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12
CONFIGURE_ARGS=	--enable QtOpenGL
12
RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
13
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
14
PYQT_DIST=	yes
13
15
14
CONFIGURE_ARGS=	--enable QtOpenGL
16
USES=		python pyqt:4
15
PYQT4_DIST=	yes
17
USE_PYQT=	sip_build gui_run
16
USE_QT4=	moc_build opengl qmake_build
18
USE_QT4=	moc_build opengl qmake_build
17
19
18
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFINE=	API DEBUG
Lines 22-29 Link Here
22
API_DESC=		Install QtOpenGL API for QScintilla2
24
API_DESC=		Install QtOpenGL API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
26
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
26
DEBUG_CONFIGURE_ON=	--debug --trace
28
DEBUG_CONFIGURE_ON=	--debug --trace
27
29
28
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)x11/py-qt4-opengl/pkg-plist (-7 / +7 lines)
Lines 1-9 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so
2
share/py-sip/QtOpenGL/QtOpenGLmod.sip
2
%%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip
3
share/py-sip/QtOpenGL/qgl.sip
3
%%PYQT_SIPDIR%%/QtOpenGL/qgl.sip
4
share/py-sip/QtOpenGL/qglbuffer.sip
4
%%PYQT_SIPDIR%%/QtOpenGL/qglbuffer.sip
5
share/py-sip/QtOpenGL/qglcolormap.sip
5
%%PYQT_SIPDIR%%/QtOpenGL/qglcolormap.sip
6
share/py-sip/QtOpenGL/qglframebufferobject.sip
6
%%PYQT_SIPDIR%%/QtOpenGL/qglframebufferobject.sip
7
share/py-sip/QtOpenGL/qglpixelbuffer.sip
7
%%PYQT_SIPDIR%%/QtOpenGL/qglpixelbuffer.sip
8
share/py-sip/QtOpenGL/qglshaderprogram.sip
8
%%PYQT_SIPDIR%%/QtOpenGL/qglshaderprogram.sip
9
%%API%%share/qt4/qsci/api/python/QtOpenGL.api
9
%%API%%share/qt4/qsci/api/python/QtOpenGL.api
(-)x11/py-qt5-opengl/Makefile (+29 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	opengl
5
CATEGORIES=	x11 devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtOpenGL module
9
10
CONFIGURE_ARGS=	--enable QtOpenGL
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		qmake
15
USES=		python pyqt:5 qmake
16
USE_PYQT=	sip_build core_run
17
USE_QT5=	opengl
18
19
OPTIONS_DEFINE=	API DEBUG
20
OPTIONS_DEFAULT=API
21
OPTIONS_SUB=	yes
22
23
API_DESC=		Install QtOpenGL API for QScintilla2
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_OFF=	--no-qsci-api
26
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
27
DEBUG_CONFIGURE_ON=	--debug --trace
28
29
.include <bsd.port.mk>
(-)x11/py-qt5-opengl/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtOpenGL module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)x11/py-qt5-opengl/pkg-plist (+4 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.so
2
%%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip
3
%%PYQT_SIPDIR%%/QtOpenGL/qgl.sip
4
%%API%%share/qt5/qsci/api/python/QtOpenGL.api
(-)x11-toolkits/Makefile (+2 lines)
Lines 191-196 Link Here
191
    SUBDIR += py-kivy
191
    SUBDIR += py-kivy
192
    SUBDIR += py-kiwi
192
    SUBDIR += py-kiwi
193
    SUBDIR += py-qt4-gui
193
    SUBDIR += py-qt4-gui
194
    SUBDIR += py-qt5-gui
195
    SUBDIR += py-qt5-widgets
194
    SUBDIR += py-sexy
196
    SUBDIR += py-sexy
195
    SUBDIR += py-tkinter
197
    SUBDIR += py-tkinter
196
    SUBDIR += py32-tkinter
198
    SUBDIR += py32-tkinter
(-)x11-toolkits/py-qt4-gui/Makefile (-3 / +7 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gui
4
PORTNAME=	gui
5
PORTVERSION=	${PYQT4_VERSION}
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	x11-toolkits devel python
7
CATEGORIES=	x11-toolkits devel python
7
8
Lines 12-18 Link Here
12
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
13
RUN_DEPENDS=	${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core
13
14
14
CONFIGURE_ARGS=	--enable QtGui
15
CONFIGURE_ARGS=	--enable QtGui
15
PYQT4_DIST=	yes
16
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
17
PYQT_DIST=	yes
18
19
USES=		python pyqt:4
20
USE_PYQT=	sip core_run
16
USE_QT4=	gui imageformats_run inputmethods_run iconengines_run \
21
USE_QT4=	gui imageformats_run inputmethods_run iconengines_run \
17
		qmake_build moc_build
22
		qmake_build moc_build
18
23
Lines 23-32 Link Here
23
API_DESC=		Install QtGui API for QScintilla2
28
API_DESC=		Install QtGui API for QScintilla2
24
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
29
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
25
API_CONFIGURE_OFF=	--no-qsci-api
30
API_CONFIGURE_OFF=	--no-qsci-api
26
API_LIB_DEPENDS=	libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
31
API_LIB_DEPENDS=	libqscintilla2-qt4.so:${PORTSDIR}/devel/qscintilla2-qt4
27
DEBUG_CONFIGURE_ON=	--debug --trace
32
DEBUG_CONFIGURE_ON=	--debug --trace
28
33
29
BROKEN_sparc64=	Does not compile on sparc64
34
BROKEN_sparc64=	Does not compile on sparc64
30
35
31
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
32
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)x11-toolkits/py-qt4-gui/pkg-plist (-205 / +205 lines)
Lines 1-207 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtGui.so
1
%%PYTHON_SITELIBDIR%%/PyQt4/QtGui.so
2
share/py-sip/QtGui/QtGuimod.sip
2
%%PYQT_SIPDIR%%/QtGui/QtGuimod.sip
3
share/py-sip/QtGui/opengl_types.sip
3
%%PYQT_SIPDIR%%/QtGui/opengl_types.sip
4
share/py-sip/QtGui/qabstractbutton.sip
4
%%PYQT_SIPDIR%%/QtGui/qabstractbutton.sip
5
share/py-sip/QtGui/qabstractitemdelegate.sip
5
%%PYQT_SIPDIR%%/QtGui/qabstractitemdelegate.sip
6
share/py-sip/QtGui/qabstractitemview.sip
6
%%PYQT_SIPDIR%%/QtGui/qabstractitemview.sip
7
share/py-sip/QtGui/qabstractprintdialog.sip
7
%%PYQT_SIPDIR%%/QtGui/qabstractprintdialog.sip
8
share/py-sip/QtGui/qabstractproxymodel.sip
8
%%PYQT_SIPDIR%%/QtGui/qabstractproxymodel.sip
9
share/py-sip/QtGui/qabstractscrollarea.sip
9
%%PYQT_SIPDIR%%/QtGui/qabstractscrollarea.sip
10
share/py-sip/QtGui/qabstractslider.sip
10
%%PYQT_SIPDIR%%/QtGui/qabstractslider.sip
11
share/py-sip/QtGui/qabstractspinbox.sip
11
%%PYQT_SIPDIR%%/QtGui/qabstractspinbox.sip
12
share/py-sip/QtGui/qabstracttextdocumentlayout.sip
12
%%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip
13
share/py-sip/QtGui/qaction.sip
13
%%PYQT_SIPDIR%%/QtGui/qaction.sip
14
share/py-sip/QtGui/qactiongroup.sip
14
%%PYQT_SIPDIR%%/QtGui/qactiongroup.sip
15
share/py-sip/QtGui/qapplication.sip
15
%%PYQT_SIPDIR%%/QtGui/qapplication.sip
16
share/py-sip/QtGui/qbitmap.sip
16
%%PYQT_SIPDIR%%/QtGui/qbitmap.sip
17
share/py-sip/QtGui/qboxlayout.sip
17
%%PYQT_SIPDIR%%/QtGui/qboxlayout.sip
18
share/py-sip/QtGui/qbrush.sip
18
%%PYQT_SIPDIR%%/QtGui/qbrush.sip
19
share/py-sip/QtGui/qbuttongroup.sip
19
%%PYQT_SIPDIR%%/QtGui/qbuttongroup.sip
20
share/py-sip/QtGui/qcalendarwidget.sip
20
%%PYQT_SIPDIR%%/QtGui/qcalendarwidget.sip
21
share/py-sip/QtGui/qcheckbox.sip
21
%%PYQT_SIPDIR%%/QtGui/qcheckbox.sip
22
share/py-sip/QtGui/qclipboard.sip
22
%%PYQT_SIPDIR%%/QtGui/qclipboard.sip
23
share/py-sip/QtGui/qcolor.sip
23
%%PYQT_SIPDIR%%/QtGui/qcolor.sip
24
share/py-sip/QtGui/qcolordialog.sip
24
%%PYQT_SIPDIR%%/QtGui/qcolordialog.sip
25
share/py-sip/QtGui/qcolumnview.sip
25
%%PYQT_SIPDIR%%/QtGui/qcolumnview.sip
26
share/py-sip/QtGui/qcombobox.sip
26
%%PYQT_SIPDIR%%/QtGui/qcombobox.sip
27
share/py-sip/QtGui/qcommandlinkbutton.sip
27
%%PYQT_SIPDIR%%/QtGui/qcommandlinkbutton.sip
28
share/py-sip/QtGui/qcommonstyle.sip
28
%%PYQT_SIPDIR%%/QtGui/qcommonstyle.sip
29
share/py-sip/QtGui/qcompleter.sip
29
%%PYQT_SIPDIR%%/QtGui/qcompleter.sip
30
share/py-sip/QtGui/qcursor.sip
30
%%PYQT_SIPDIR%%/QtGui/qcursor.sip
31
share/py-sip/QtGui/qdatawidgetmapper.sip
31
%%PYQT_SIPDIR%%/QtGui/qdatawidgetmapper.sip
32
share/py-sip/QtGui/qdatetimeedit.sip
32
%%PYQT_SIPDIR%%/QtGui/qdatetimeedit.sip
33
share/py-sip/QtGui/qdesktopservices.sip
33
%%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip
34
share/py-sip/QtGui/qdesktopwidget.sip
34
%%PYQT_SIPDIR%%/QtGui/qdesktopwidget.sip
35
share/py-sip/QtGui/qdial.sip
35
%%PYQT_SIPDIR%%/QtGui/qdial.sip
36
share/py-sip/QtGui/qdialog.sip
36
%%PYQT_SIPDIR%%/QtGui/qdialog.sip
37
share/py-sip/QtGui/qdialogbuttonbox.sip
37
%%PYQT_SIPDIR%%/QtGui/qdialogbuttonbox.sip
38
share/py-sip/QtGui/qdirmodel.sip
38
%%PYQT_SIPDIR%%/QtGui/qdirmodel.sip
39
share/py-sip/QtGui/qdockwidget.sip
39
%%PYQT_SIPDIR%%/QtGui/qdockwidget.sip
40
share/py-sip/QtGui/qdrag.sip
40
%%PYQT_SIPDIR%%/QtGui/qdrag.sip
41
share/py-sip/QtGui/qdrawutil.sip
41
%%PYQT_SIPDIR%%/QtGui/qdrawutil.sip
42
share/py-sip/QtGui/qerrormessage.sip
42
%%PYQT_SIPDIR%%/QtGui/qerrormessage.sip
43
share/py-sip/QtGui/qevent.sip
43
%%PYQT_SIPDIR%%/QtGui/qevent.sip
44
share/py-sip/QtGui/qfiledialog.sip
44
%%PYQT_SIPDIR%%/QtGui/qfiledialog.sip
45
share/py-sip/QtGui/qfileiconprovider.sip
45
%%PYQT_SIPDIR%%/QtGui/qfileiconprovider.sip
46
share/py-sip/QtGui/qfilesystemmodel.sip
46
%%PYQT_SIPDIR%%/QtGui/qfilesystemmodel.sip
47
share/py-sip/QtGui/qfocusframe.sip
47
%%PYQT_SIPDIR%%/QtGui/qfocusframe.sip
48
share/py-sip/QtGui/qfont.sip
48
%%PYQT_SIPDIR%%/QtGui/qfont.sip
49
share/py-sip/QtGui/qfontcombobox.sip
49
%%PYQT_SIPDIR%%/QtGui/qfontcombobox.sip
50
share/py-sip/QtGui/qfontdatabase.sip
50
%%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip
51
share/py-sip/QtGui/qfontdialog.sip
51
%%PYQT_SIPDIR%%/QtGui/qfontdialog.sip
52
share/py-sip/QtGui/qfontinfo.sip
52
%%PYQT_SIPDIR%%/QtGui/qfontinfo.sip
53
share/py-sip/QtGui/qfontmetrics.sip
53
%%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip
54
share/py-sip/QtGui/qformlayout.sip
54
%%PYQT_SIPDIR%%/QtGui/qformlayout.sip
55
share/py-sip/QtGui/qframe.sip
55
%%PYQT_SIPDIR%%/QtGui/qframe.sip
56
share/py-sip/QtGui/qgenericmatrix.sip
56
%%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip
57
share/py-sip/QtGui/qgesture.sip
57
%%PYQT_SIPDIR%%/QtGui/qgesture.sip
58
share/py-sip/QtGui/qgesturerecognizer.sip
58
%%PYQT_SIPDIR%%/QtGui/qgesturerecognizer.sip
59
share/py-sip/QtGui/qglyphrun.sip
59
%%PYQT_SIPDIR%%/QtGui/qglyphrun.sip
60
share/py-sip/QtGui/qgraphicsanchorlayout.sip
60
%%PYQT_SIPDIR%%/QtGui/qgraphicsanchorlayout.sip
61
share/py-sip/QtGui/qgraphicseffect.sip
61
%%PYQT_SIPDIR%%/QtGui/qgraphicseffect.sip
62
share/py-sip/QtGui/qgraphicsgridlayout.sip
62
%%PYQT_SIPDIR%%/QtGui/qgraphicsgridlayout.sip
63
share/py-sip/QtGui/qgraphicsitem.sip
63
%%PYQT_SIPDIR%%/QtGui/qgraphicsitem.sip
64
share/py-sip/QtGui/qgraphicsitemanimation.sip
64
%%PYQT_SIPDIR%%/QtGui/qgraphicsitemanimation.sip
65
share/py-sip/QtGui/qgraphicslayout.sip
65
%%PYQT_SIPDIR%%/QtGui/qgraphicslayout.sip
66
share/py-sip/QtGui/qgraphicslayoutitem.sip
66
%%PYQT_SIPDIR%%/QtGui/qgraphicslayoutitem.sip
67
share/py-sip/QtGui/qgraphicslinearlayout.sip
67
%%PYQT_SIPDIR%%/QtGui/qgraphicslinearlayout.sip
68
share/py-sip/QtGui/qgraphicsproxywidget.sip
68
%%PYQT_SIPDIR%%/QtGui/qgraphicsproxywidget.sip
69
share/py-sip/QtGui/qgraphicsscene.sip
69
%%PYQT_SIPDIR%%/QtGui/qgraphicsscene.sip
70
share/py-sip/QtGui/qgraphicssceneevent.sip
70
%%PYQT_SIPDIR%%/QtGui/qgraphicssceneevent.sip
71
share/py-sip/QtGui/qgraphicstransform.sip
71
%%PYQT_SIPDIR%%/QtGui/qgraphicstransform.sip
72
share/py-sip/QtGui/qgraphicsview.sip
72
%%PYQT_SIPDIR%%/QtGui/qgraphicsview.sip
73
share/py-sip/QtGui/qgraphicswidget.sip
73
%%PYQT_SIPDIR%%/QtGui/qgraphicswidget.sip
74
share/py-sip/QtGui/qgridlayout.sip
74
%%PYQT_SIPDIR%%/QtGui/qgridlayout.sip
75
share/py-sip/QtGui/qgroupbox.sip
75
%%PYQT_SIPDIR%%/QtGui/qgroupbox.sip
76
share/py-sip/QtGui/qguiapplication.sip
76
%%PYQT_SIPDIR%%/QtGui/qguiapplication.sip
77
share/py-sip/QtGui/qheaderview.sip
77
%%PYQT_SIPDIR%%/QtGui/qheaderview.sip
78
share/py-sip/QtGui/qicon.sip
78
%%PYQT_SIPDIR%%/QtGui/qicon.sip
79
share/py-sip/QtGui/qiconengine.sip
79
%%PYQT_SIPDIR%%/QtGui/qiconengine.sip
80
share/py-sip/QtGui/qidentityproxymodel.sip
80
%%PYQT_SIPDIR%%/QtGui/qidentityproxymodel.sip
81
share/py-sip/QtGui/qimage.sip
81
%%PYQT_SIPDIR%%/QtGui/qimage.sip
82
share/py-sip/QtGui/qimageiohandler.sip
82
%%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip
83
share/py-sip/QtGui/qimagereader.sip
83
%%PYQT_SIPDIR%%/QtGui/qimagereader.sip
84
share/py-sip/QtGui/qimagewriter.sip
84
%%PYQT_SIPDIR%%/QtGui/qimagewriter.sip
85
share/py-sip/QtGui/qinputcontext.sip
85
%%PYQT_SIPDIR%%/QtGui/qinputcontext.sip
86
share/py-sip/QtGui/qinputcontextfactory.sip
86
%%PYQT_SIPDIR%%/QtGui/qinputcontextfactory.sip
87
share/py-sip/QtGui/qinputdialog.sip
87
%%PYQT_SIPDIR%%/QtGui/qinputdialog.sip
88
share/py-sip/QtGui/qitemdelegate.sip
88
%%PYQT_SIPDIR%%/QtGui/qitemdelegate.sip
89
share/py-sip/QtGui/qitemeditorfactory.sip
89
%%PYQT_SIPDIR%%/QtGui/qitemeditorfactory.sip
90
share/py-sip/QtGui/qitemselectionmodel.sip
90
%%PYQT_SIPDIR%%/QtGui/qitemselectionmodel.sip
91
share/py-sip/QtGui/qkeyeventtransition.sip
91
%%PYQT_SIPDIR%%/QtGui/qkeyeventtransition.sip
92
share/py-sip/QtGui/qkeysequence.sip
92
%%PYQT_SIPDIR%%/QtGui/qkeysequence.sip
93
share/py-sip/QtGui/qlabel.sip
93
%%PYQT_SIPDIR%%/QtGui/qlabel.sip
94
share/py-sip/QtGui/qlayout.sip
94
%%PYQT_SIPDIR%%/QtGui/qlayout.sip
95
share/py-sip/QtGui/qlayoutitem.sip
95
%%PYQT_SIPDIR%%/QtGui/qlayoutitem.sip
96
share/py-sip/QtGui/qlcdnumber.sip
96
%%PYQT_SIPDIR%%/QtGui/qlcdnumber.sip
97
share/py-sip/QtGui/qlineedit.sip
97
%%PYQT_SIPDIR%%/QtGui/qlineedit.sip
98
share/py-sip/QtGui/qlistview.sip
98
%%PYQT_SIPDIR%%/QtGui/qlistview.sip
99
share/py-sip/QtGui/qlistwidget.sip
99
%%PYQT_SIPDIR%%/QtGui/qlistwidget.sip
100
share/py-sip/QtGui/qmainwindow.sip
100
%%PYQT_SIPDIR%%/QtGui/qmainwindow.sip
101
share/py-sip/QtGui/qmatrix.sip
101
%%PYQT_SIPDIR%%/QtGui/qmatrix.sip
102
share/py-sip/QtGui/qmatrix4x4.sip
102
%%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip
103
share/py-sip/QtGui/qmdiarea.sip
103
%%PYQT_SIPDIR%%/QtGui/qmdiarea.sip
104
share/py-sip/QtGui/qmdisubwindow.sip
104
%%PYQT_SIPDIR%%/QtGui/qmdisubwindow.sip
105
share/py-sip/QtGui/qmenu.sip
105
%%PYQT_SIPDIR%%/QtGui/qmenu.sip
106
share/py-sip/QtGui/qmenubar.sip
106
%%PYQT_SIPDIR%%/QtGui/qmenubar.sip
107
share/py-sip/QtGui/qmessagebox.sip
107
%%PYQT_SIPDIR%%/QtGui/qmessagebox.sip
108
share/py-sip/QtGui/qmime.sip
108
%%PYQT_SIPDIR%%/QtGui/qmime.sip
109
share/py-sip/QtGui/qmouseeventtransition.sip
109
%%PYQT_SIPDIR%%/QtGui/qmouseeventtransition.sip
110
share/py-sip/QtGui/qmovie.sip
110
%%PYQT_SIPDIR%%/QtGui/qmovie.sip
111
share/py-sip/QtGui/qpagedpaintdevice.sip
111
%%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip
112
share/py-sip/QtGui/qpagesetupdialog.sip
112
%%PYQT_SIPDIR%%/QtGui/qpagesetupdialog.sip
113
share/py-sip/QtGui/qpaintdevice.sip
113
%%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip
114
share/py-sip/QtGui/qpaintengine.sip
114
%%PYQT_SIPDIR%%/QtGui/qpaintengine.sip
115
share/py-sip/QtGui/qpainter.sip
115
%%PYQT_SIPDIR%%/QtGui/qpainter.sip
116
share/py-sip/QtGui/qpainterpath.sip
116
%%PYQT_SIPDIR%%/QtGui/qpainterpath.sip
117
share/py-sip/QtGui/qpalette.sip
117
%%PYQT_SIPDIR%%/QtGui/qpalette.sip
118
share/py-sip/QtGui/qpen.sip
118
%%PYQT_SIPDIR%%/QtGui/qpen.sip
119
share/py-sip/QtGui/qpicture.sip
119
%%PYQT_SIPDIR%%/QtGui/qpicture.sip
120
share/py-sip/QtGui/qpixmap.sip
120
%%PYQT_SIPDIR%%/QtGui/qpixmap.sip
121
share/py-sip/QtGui/qpixmapcache.sip
121
%%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip
122
share/py-sip/QtGui/qplaintextedit.sip
122
%%PYQT_SIPDIR%%/QtGui/qplaintextedit.sip
123
share/py-sip/QtGui/qpolygon.sip
123
%%PYQT_SIPDIR%%/QtGui/qpolygon.sip
124
share/py-sip/QtGui/qprintdialog.sip
124
%%PYQT_SIPDIR%%/QtGui/qprintdialog.sip
125
share/py-sip/QtGui/qprintengine.sip
125
%%PYQT_SIPDIR%%/QtGui/qprintengine.sip
126
share/py-sip/QtGui/qprinter.sip
126
%%PYQT_SIPDIR%%/QtGui/qprinter.sip
127
share/py-sip/QtGui/qprinterinfo.sip
127
%%PYQT_SIPDIR%%/QtGui/qprinterinfo.sip
128
share/py-sip/QtGui/qprintpreviewdialog.sip
128
%%PYQT_SIPDIR%%/QtGui/qprintpreviewdialog.sip
129
share/py-sip/QtGui/qprintpreviewwidget.sip
129
%%PYQT_SIPDIR%%/QtGui/qprintpreviewwidget.sip
130
share/py-sip/QtGui/qprogressbar.sip
130
%%PYQT_SIPDIR%%/QtGui/qprogressbar.sip
131
share/py-sip/QtGui/qprogressdialog.sip
131
%%PYQT_SIPDIR%%/QtGui/qprogressdialog.sip
132
share/py-sip/QtGui/qproxymodel.sip
132
%%PYQT_SIPDIR%%/QtGui/qproxymodel.sip
133
share/py-sip/QtGui/qpushbutton.sip
133
%%PYQT_SIPDIR%%/QtGui/qpushbutton.sip
134
share/py-sip/QtGui/qpytextobject.sip
134
%%PYQT_SIPDIR%%/QtGui/qpytextobject.sip
135
share/py-sip/QtGui/qquaternion.sip
135
%%PYQT_SIPDIR%%/QtGui/qquaternion.sip
136
share/py-sip/QtGui/qradiobutton.sip
136
%%PYQT_SIPDIR%%/QtGui/qradiobutton.sip
137
share/py-sip/QtGui/qrawfont.sip
137
%%PYQT_SIPDIR%%/QtGui/qrawfont.sip
138
share/py-sip/QtGui/qregion.sip
138
%%PYQT_SIPDIR%%/QtGui/qregion.sip
139
share/py-sip/QtGui/qrgb.sip
139
%%PYQT_SIPDIR%%/QtGui/qrgb.sip
140
share/py-sip/QtGui/qrubberband.sip
140
%%PYQT_SIPDIR%%/QtGui/qrubberband.sip
141
share/py-sip/QtGui/qscreen.sip
141
%%PYQT_SIPDIR%%/QtGui/qscreen.sip
142
share/py-sip/QtGui/qscrollarea.sip
142
%%PYQT_SIPDIR%%/QtGui/qscrollarea.sip
143
share/py-sip/QtGui/qscrollbar.sip
143
%%PYQT_SIPDIR%%/QtGui/qscrollbar.sip
144
share/py-sip/QtGui/qsessionmanager.sip
144
%%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip
145
share/py-sip/QtGui/qshortcut.sip
145
%%PYQT_SIPDIR%%/QtGui/qshortcut.sip
146
share/py-sip/QtGui/qsizegrip.sip
146
%%PYQT_SIPDIR%%/QtGui/qsizegrip.sip
147
share/py-sip/QtGui/qsizepolicy.sip
147
%%PYQT_SIPDIR%%/QtGui/qsizepolicy.sip
148
share/py-sip/QtGui/qslider.sip
148
%%PYQT_SIPDIR%%/QtGui/qslider.sip
149
share/py-sip/QtGui/qsortfilterproxymodel.sip
149
%%PYQT_SIPDIR%%/QtGui/qsortfilterproxymodel.sip
150
share/py-sip/QtGui/qsound.sip
150
%%PYQT_SIPDIR%%/QtGui/qsound.sip
151
share/py-sip/QtGui/qspinbox.sip
151
%%PYQT_SIPDIR%%/QtGui/qspinbox.sip
152
share/py-sip/QtGui/qsplashscreen.sip
152
%%PYQT_SIPDIR%%/QtGui/qsplashscreen.sip
153
share/py-sip/QtGui/qsplitter.sip
153
%%PYQT_SIPDIR%%/QtGui/qsplitter.sip
154
share/py-sip/QtGui/qstackedlayout.sip
154
%%PYQT_SIPDIR%%/QtGui/qstackedlayout.sip
155
share/py-sip/QtGui/qstackedwidget.sip
155
%%PYQT_SIPDIR%%/QtGui/qstackedwidget.sip
156
share/py-sip/QtGui/qstandarditemmodel.sip
156
%%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip
157
share/py-sip/QtGui/qstatictext.sip
157
%%PYQT_SIPDIR%%/QtGui/qstatictext.sip
158
share/py-sip/QtGui/qstatusbar.sip
158
%%PYQT_SIPDIR%%/QtGui/qstatusbar.sip
159
share/py-sip/QtGui/qstringlistmodel.sip
159
%%PYQT_SIPDIR%%/QtGui/qstringlistmodel.sip
160
share/py-sip/QtGui/qstyle.sip
160
%%PYQT_SIPDIR%%/QtGui/qstyle.sip
161
share/py-sip/QtGui/qstyleditemdelegate.sip
161
%%PYQT_SIPDIR%%/QtGui/qstyleditemdelegate.sip
162
share/py-sip/QtGui/qstylefactory.sip
162
%%PYQT_SIPDIR%%/QtGui/qstylefactory.sip
163
share/py-sip/QtGui/qstyleoption.sip
163
%%PYQT_SIPDIR%%/QtGui/qstyleoption.sip
164
share/py-sip/QtGui/qstylepainter.sip
164
%%PYQT_SIPDIR%%/QtGui/qstylepainter.sip
165
share/py-sip/QtGui/qsyntaxhighlighter.sip
165
%%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip
166
share/py-sip/QtGui/qsystemtrayicon.sip
166
%%PYQT_SIPDIR%%/QtGui/qsystemtrayicon.sip
167
share/py-sip/QtGui/qtabbar.sip
167
%%PYQT_SIPDIR%%/QtGui/qtabbar.sip
168
share/py-sip/QtGui/qtableview.sip
168
%%PYQT_SIPDIR%%/QtGui/qtableview.sip
169
share/py-sip/QtGui/qtablewidget.sip
169
%%PYQT_SIPDIR%%/QtGui/qtablewidget.sip
170
share/py-sip/QtGui/qtabwidget.sip
170
%%PYQT_SIPDIR%%/QtGui/qtabwidget.sip
171
share/py-sip/QtGui/qtextbrowser.sip
171
%%PYQT_SIPDIR%%/QtGui/qtextbrowser.sip
172
share/py-sip/QtGui/qtextcursor.sip
172
%%PYQT_SIPDIR%%/QtGui/qtextcursor.sip
173
share/py-sip/QtGui/qtextdocument.sip
173
%%PYQT_SIPDIR%%/QtGui/qtextdocument.sip
174
share/py-sip/QtGui/qtextdocumentfragment.sip
174
%%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip
175
share/py-sip/QtGui/qtextdocumentwriter.sip
175
%%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip
176
share/py-sip/QtGui/qtextedit.sip
176
%%PYQT_SIPDIR%%/QtGui/qtextedit.sip
177
share/py-sip/QtGui/qtextformat.sip
177
%%PYQT_SIPDIR%%/QtGui/qtextformat.sip
178
share/py-sip/QtGui/qtextlayout.sip
178
%%PYQT_SIPDIR%%/QtGui/qtextlayout.sip
179
share/py-sip/QtGui/qtextlist.sip
179
%%PYQT_SIPDIR%%/QtGui/qtextlist.sip
180
share/py-sip/QtGui/qtextobject.sip
180
%%PYQT_SIPDIR%%/QtGui/qtextobject.sip
181
share/py-sip/QtGui/qtextoption.sip
181
%%PYQT_SIPDIR%%/QtGui/qtextoption.sip
182
share/py-sip/QtGui/qtexttable.sip
182
%%PYQT_SIPDIR%%/QtGui/qtexttable.sip
183
share/py-sip/QtGui/qtoolbar.sip
183
%%PYQT_SIPDIR%%/QtGui/qtoolbar.sip
184
share/py-sip/QtGui/qtoolbox.sip
184
%%PYQT_SIPDIR%%/QtGui/qtoolbox.sip
185
share/py-sip/QtGui/qtoolbutton.sip
185
%%PYQT_SIPDIR%%/QtGui/qtoolbutton.sip
186
share/py-sip/QtGui/qtooltip.sip
186
%%PYQT_SIPDIR%%/QtGui/qtooltip.sip
187
share/py-sip/QtGui/qtouchdevice.sip
187
%%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip
188
share/py-sip/QtGui/qtransform.sip
188
%%PYQT_SIPDIR%%/QtGui/qtransform.sip
189
share/py-sip/QtGui/qtreeview.sip
189
%%PYQT_SIPDIR%%/QtGui/qtreeview.sip
190
share/py-sip/QtGui/qtreewidget.sip
190
%%PYQT_SIPDIR%%/QtGui/qtreewidget.sip
191
share/py-sip/QtGui/qtreewidgetitemiterator.sip
191
%%PYQT_SIPDIR%%/QtGui/qtreewidgetitemiterator.sip
192
share/py-sip/QtGui/qundogroup.sip
192
%%PYQT_SIPDIR%%/QtGui/qundogroup.sip
193
share/py-sip/QtGui/qundostack.sip
193
%%PYQT_SIPDIR%%/QtGui/qundostack.sip
194
share/py-sip/QtGui/qundoview.sip
194
%%PYQT_SIPDIR%%/QtGui/qundoview.sip
195
share/py-sip/QtGui/qvalidator.sip
195
%%PYQT_SIPDIR%%/QtGui/qvalidator.sip
196
share/py-sip/QtGui/qvector2d.sip
196
%%PYQT_SIPDIR%%/QtGui/qvector2d.sip
197
share/py-sip/QtGui/qvector3d.sip
197
%%PYQT_SIPDIR%%/QtGui/qvector3d.sip
198
share/py-sip/QtGui/qvector4d.sip
198
%%PYQT_SIPDIR%%/QtGui/qvector4d.sip
199
share/py-sip/QtGui/qwhatsthis.sip
199
%%PYQT_SIPDIR%%/QtGui/qwhatsthis.sip
200
share/py-sip/QtGui/qwidget.sip
200
%%PYQT_SIPDIR%%/QtGui/qwidget.sip
201
share/py-sip/QtGui/qwidgetaction.sip
201
%%PYQT_SIPDIR%%/QtGui/qwidgetaction.sip
202
share/py-sip/QtGui/qwindowdefs.sip
202
%%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip
203
share/py-sip/QtGui/qwizard.sip
203
%%PYQT_SIPDIR%%/QtGui/qwizard.sip
204
share/py-sip/QtGui/qworkspace.sip
204
%%PYQT_SIPDIR%%/QtGui/qworkspace.sip
205
share/py-sip/QtGui/qx11embed_x11.sip
205
%%PYQT_SIPDIR%%/QtGui/qx11embed_x11.sip
206
share/py-sip/QtGui/qx11info_x11.sip
206
%%PYQT_SIPDIR%%/QtGui/qx11info_x11.sip
207
%%API%%share/qt4/qsci/api/python/QtGui.api
207
%%API%%share/qt4/qsci/api/python/QtGui.api
(-)x11-toolkits/py-qt5-gui/Makefile (+27 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gui
4
CATEGORIES=	x11-toolkits devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtGui module
8
9
CONFIGURE_ARGS=	--enable QtGui
10
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
11
PYQT_DIST=	yes
12
13
USES=		python pyqt:5 qmake
14
USE_PYQT=	sip_build core_run opengl_run
15
USE_QT5=	gui imageformats_run
16
17
OPTIONS_DEFINE=	API DEBUG
18
OPTIONS_DEFAULT=API
19
OPTIONS_SUB=   yes
20
21
API_DESC=		Install QtGui API for QScintilla2
22
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
23
API_CONFIGURE_OFF=	--no-qsci-api
24
25
BROKEN_sparc64=	Does not compile on sparc64
26
27
.include <bsd.port.mk>
(-)x11-toolkits/py-qt5-gui/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtGui module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)x11-toolkits/py-qt5-gui/pkg-plist (+94 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtGui.so
2
%%PYQT_SIPDIR%%/QtGui/QtGuimod.sip
3
%%PYQT_SIPDIR%%/QtGui/opengl_types.sip
4
%%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip
5
%%PYQT_SIPDIR%%/QtGui/qbackingstore.sip
6
%%PYQT_SIPDIR%%/QtGui/qbitmap.sip
7
%%PYQT_SIPDIR%%/QtGui/qbrush.sip
8
%%PYQT_SIPDIR%%/QtGui/qclipboard.sip
9
%%PYQT_SIPDIR%%/QtGui/qcolor.sip
10
%%PYQT_SIPDIR%%/QtGui/qcursor.sip
11
%%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip
12
%%PYQT_SIPDIR%%/QtGui/qdrag.sip
13
%%PYQT_SIPDIR%%/QtGui/qevent.sip
14
%%PYQT_SIPDIR%%/QtGui/qfont.sip
15
%%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip
16
%%PYQT_SIPDIR%%/QtGui/qfontinfo.sip
17
%%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip
18
%%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip
19
%%PYQT_SIPDIR%%/QtGui/qglyphrun.sip
20
%%PYQT_SIPDIR%%/QtGui/qguiapplication.sip
21
%%PYQT_SIPDIR%%/QtGui/qicon.sip
22
%%PYQT_SIPDIR%%/QtGui/qiconengine.sip
23
%%PYQT_SIPDIR%%/QtGui/qimage.sip
24
%%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip
25
%%PYQT_SIPDIR%%/QtGui/qimagereader.sip
26
%%PYQT_SIPDIR%%/QtGui/qimagewriter.sip
27
%%PYQT_SIPDIR%%/QtGui/qinputmethod.sip
28
%%PYQT_SIPDIR%%/QtGui/qkeysequence.sip
29
%%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip
30
%%PYQT_SIPDIR%%/QtGui/qmovie.sip
31
%%PYQT_SIPDIR%%/QtGui/qoffscreensurface.sip
32
%%PYQT_SIPDIR%%/QtGui/qopenglbuffer.sip
33
%%PYQT_SIPDIR%%/QtGui/qopenglcontext.sip
34
%%PYQT_SIPDIR%%/QtGui/qopengldebug.sip
35
%%PYQT_SIPDIR%%/QtGui/qopenglframebufferobject.sip
36
%%PYQT_SIPDIR%%/QtGui/qopenglpaintdevice.sip
37
%%PYQT_SIPDIR%%/QtGui/qopenglpixeltransferoptions.sip
38
%%PYQT_SIPDIR%%/QtGui/qopenglshaderprogram.sip
39
%%PYQT_SIPDIR%%/QtGui/qopengltexture.sip
40
%%PYQT_SIPDIR%%/QtGui/qopengltimerquery.sip
41
%%PYQT_SIPDIR%%/QtGui/qopenglversionfunctions.sip
42
%%PYQT_SIPDIR%%/QtGui/qopenglvertexarrayobject.sip
43
%%PYQT_SIPDIR%%/QtGui/qopenglwindow.sip
44
%%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip
45
%%PYQT_SIPDIR%%/QtGui/qpagelayout.sip
46
%%PYQT_SIPDIR%%/QtGui/qpagesize.sip
47
%%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip
48
%%PYQT_SIPDIR%%/QtGui/qpaintdevicewindow.sip
49
%%PYQT_SIPDIR%%/QtGui/qpaintengine.sip
50
%%PYQT_SIPDIR%%/QtGui/qpainter.sip
51
%%PYQT_SIPDIR%%/QtGui/qpainterpath.sip
52
%%PYQT_SIPDIR%%/QtGui/qpalette.sip
53
%%PYQT_SIPDIR%%/QtGui/qpdfwriter.sip
54
%%PYQT_SIPDIR%%/QtGui/qpen.sip
55
%%PYQT_SIPDIR%%/QtGui/qpicture.sip
56
%%PYQT_SIPDIR%%/QtGui/qpixelformat.sip
57
%%PYQT_SIPDIR%%/QtGui/qpixmap.sip
58
%%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip
59
%%PYQT_SIPDIR%%/QtGui/qpolygon.sip
60
%%PYQT_SIPDIR%%/QtGui/qpygui_qlist.sip
61
%%PYQT_SIPDIR%%/QtGui/qpygui_qpair.sip
62
%%PYQT_SIPDIR%%/QtGui/qpygui_qvector.sip
63
%%PYQT_SIPDIR%%/QtGui/qquaternion.sip
64
%%PYQT_SIPDIR%%/QtGui/qrasterwindow.sip
65
%%PYQT_SIPDIR%%/QtGui/qrawfont.sip
66
%%PYQT_SIPDIR%%/QtGui/qregion.sip
67
%%PYQT_SIPDIR%%/QtGui/qrgb.sip
68
%%PYQT_SIPDIR%%/QtGui/qscreen.sip
69
%%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip
70
%%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip
71
%%PYQT_SIPDIR%%/QtGui/qstatictext.sip
72
%%PYQT_SIPDIR%%/QtGui/qstylehints.sip
73
%%PYQT_SIPDIR%%/QtGui/qsurface.sip
74
%%PYQT_SIPDIR%%/QtGui/qsurfaceformat.sip
75
%%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip
76
%%PYQT_SIPDIR%%/QtGui/qtextcursor.sip
77
%%PYQT_SIPDIR%%/QtGui/qtextdocument.sip
78
%%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip
79
%%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip
80
%%PYQT_SIPDIR%%/QtGui/qtextformat.sip
81
%%PYQT_SIPDIR%%/QtGui/qtextlayout.sip
82
%%PYQT_SIPDIR%%/QtGui/qtextlist.sip
83
%%PYQT_SIPDIR%%/QtGui/qtextobject.sip
84
%%PYQT_SIPDIR%%/QtGui/qtextoption.sip
85
%%PYQT_SIPDIR%%/QtGui/qtexttable.sip
86
%%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip
87
%%PYQT_SIPDIR%%/QtGui/qtransform.sip
88
%%PYQT_SIPDIR%%/QtGui/qvalidator.sip
89
%%PYQT_SIPDIR%%/QtGui/qvector2d.sip
90
%%PYQT_SIPDIR%%/QtGui/qvector3d.sip
91
%%PYQT_SIPDIR%%/QtGui/qvector4d.sip
92
%%PYQT_SIPDIR%%/QtGui/qwindow.sip
93
%%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip
94
%%API%%share/qt5/qsci/api/python/QtGui.api
(-)x11-toolkits/py-qt5-widgets/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Danny Pansters <danny@ricin.com>
2
# $FreeBSD$
3
4
PORTNAME=	widgets
5
CATEGORIES=	x11-toolkits devel python
6
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Python bindings for the Qt5 toolkit, QtWidgets module
9
10
CONFIGURE_ARGS=	--enable QtWidgets
11
QT_NONSTANDARD=	yes  # Do not add unknown arguments to CONFIGURE_ARGS.
12
PYQT_DIST=	yes
13
14
USES=		python pyqt:5 qmake
15
USE_PYQT=	sip_build core_run
16
USE_QT5=	widgets
17
18
OPTIONS_DEFINE=	API DEBUG
19
OPTIONS_DEFAULT=API
20
OPTIONS_SUB=	yes
21
22
API_DESC=		Install QtGui API for QScintilla2
23
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${QSCIDIR}
24
API_CONFIGURE_OFF=	--no-qsci-api
25
API_LIB_DEPENDS=	libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5
26
DEBUG_CONFIGURE_ON=	--debug --trace
27
28
BROKEN_sparc64=	Does not compile on sparc64
29
30
.include <bsd.port.mk>
(-)x11-toolkits/py-qt5-widgets/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtWidgets module.
3
4
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
(-)x11-toolkits/py-qt5-widgets/pkg-plist (+127 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtWidgets.so
2
%%PYQT_SIPDIR%%/QtWidgets/QtWidgetsmod.sip
3
%%PYQT_SIPDIR%%/QtWidgets/qabstractbutton.sip
4
%%PYQT_SIPDIR%%/QtWidgets/qabstractitemdelegate.sip
5
%%PYQT_SIPDIR%%/QtWidgets/qabstractitemview.sip
6
%%PYQT_SIPDIR%%/QtWidgets/qabstractscrollarea.sip
7
%%PYQT_SIPDIR%%/QtWidgets/qabstractslider.sip
8
%%PYQT_SIPDIR%%/QtWidgets/qabstractspinbox.sip
9
%%PYQT_SIPDIR%%/QtWidgets/qaction.sip
10
%%PYQT_SIPDIR%%/QtWidgets/qactiongroup.sip
11
%%PYQT_SIPDIR%%/QtWidgets/qapplication.sip
12
%%PYQT_SIPDIR%%/QtWidgets/qboxlayout.sip
13
%%PYQT_SIPDIR%%/QtWidgets/qbuttongroup.sip
14
%%PYQT_SIPDIR%%/QtWidgets/qcalendarwidget.sip
15
%%PYQT_SIPDIR%%/QtWidgets/qcheckbox.sip
16
%%PYQT_SIPDIR%%/QtWidgets/qcolordialog.sip
17
%%PYQT_SIPDIR%%/QtWidgets/qcolumnview.sip
18
%%PYQT_SIPDIR%%/QtWidgets/qcombobox.sip
19
%%PYQT_SIPDIR%%/QtWidgets/qcommandlinkbutton.sip
20
%%PYQT_SIPDIR%%/QtWidgets/qcommonstyle.sip
21
%%PYQT_SIPDIR%%/QtWidgets/qcompleter.sip
22
%%PYQT_SIPDIR%%/QtWidgets/qdatawidgetmapper.sip
23
%%PYQT_SIPDIR%%/QtWidgets/qdatetimeedit.sip
24
%%PYQT_SIPDIR%%/QtWidgets/qdesktopwidget.sip
25
%%PYQT_SIPDIR%%/QtWidgets/qdial.sip
26
%%PYQT_SIPDIR%%/QtWidgets/qdialog.sip
27
%%PYQT_SIPDIR%%/QtWidgets/qdialogbuttonbox.sip
28
%%PYQT_SIPDIR%%/QtWidgets/qdirmodel.sip
29
%%PYQT_SIPDIR%%/QtWidgets/qdockwidget.sip
30
%%PYQT_SIPDIR%%/QtWidgets/qdrawutil.sip
31
%%PYQT_SIPDIR%%/QtWidgets/qerrormessage.sip
32
%%PYQT_SIPDIR%%/QtWidgets/qfiledialog.sip
33
%%PYQT_SIPDIR%%/QtWidgets/qfileiconprovider.sip
34
%%PYQT_SIPDIR%%/QtWidgets/qfilesystemmodel.sip
35
%%PYQT_SIPDIR%%/QtWidgets/qfocusframe.sip
36
%%PYQT_SIPDIR%%/QtWidgets/qfontcombobox.sip
37
%%PYQT_SIPDIR%%/QtWidgets/qfontdialog.sip
38
%%PYQT_SIPDIR%%/QtWidgets/qformlayout.sip
39
%%PYQT_SIPDIR%%/QtWidgets/qframe.sip
40
%%PYQT_SIPDIR%%/QtWidgets/qgesture.sip
41
%%PYQT_SIPDIR%%/QtWidgets/qgesturerecognizer.sip
42
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsanchorlayout.sip
43
%%PYQT_SIPDIR%%/QtWidgets/qgraphicseffect.sip
44
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsgridlayout.sip
45
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsitem.sip
46
%%PYQT_SIPDIR%%/QtWidgets/qgraphicslayout.sip
47
%%PYQT_SIPDIR%%/QtWidgets/qgraphicslayoutitem.sip
48
%%PYQT_SIPDIR%%/QtWidgets/qgraphicslinearlayout.sip
49
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsproxywidget.sip
50
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsscene.sip
51
%%PYQT_SIPDIR%%/QtWidgets/qgraphicssceneevent.sip
52
%%PYQT_SIPDIR%%/QtWidgets/qgraphicstransform.sip
53
%%PYQT_SIPDIR%%/QtWidgets/qgraphicsview.sip
54
%%PYQT_SIPDIR%%/QtWidgets/qgraphicswidget.sip
55
%%PYQT_SIPDIR%%/QtWidgets/qgridlayout.sip
56
%%PYQT_SIPDIR%%/QtWidgets/qgroupbox.sip
57
%%PYQT_SIPDIR%%/QtWidgets/qheaderview.sip
58
%%PYQT_SIPDIR%%/QtWidgets/qinputdialog.sip
59
%%PYQT_SIPDIR%%/QtWidgets/qitemdelegate.sip
60
%%PYQT_SIPDIR%%/QtWidgets/qitemeditorfactory.sip
61
%%PYQT_SIPDIR%%/QtWidgets/qkeyeventtransition.sip
62
%%PYQT_SIPDIR%%/QtWidgets/qkeysequenceedit.sip
63
%%PYQT_SIPDIR%%/QtWidgets/qlabel.sip
64
%%PYQT_SIPDIR%%/QtWidgets/qlayout.sip
65
%%PYQT_SIPDIR%%/QtWidgets/qlayoutitem.sip
66
%%PYQT_SIPDIR%%/QtWidgets/qlcdnumber.sip
67
%%PYQT_SIPDIR%%/QtWidgets/qlineedit.sip
68
%%PYQT_SIPDIR%%/QtWidgets/qlistview.sip
69
%%PYQT_SIPDIR%%/QtWidgets/qlistwidget.sip
70
%%PYQT_SIPDIR%%/QtWidgets/qmaccocoaviewcontainer.sip
71
%%PYQT_SIPDIR%%/QtWidgets/qmainwindow.sip
72
%%PYQT_SIPDIR%%/QtWidgets/qmdiarea.sip
73
%%PYQT_SIPDIR%%/QtWidgets/qmdisubwindow.sip
74
%%PYQT_SIPDIR%%/QtWidgets/qmenu.sip
75
%%PYQT_SIPDIR%%/QtWidgets/qmenubar.sip
76
%%PYQT_SIPDIR%%/QtWidgets/qmessagebox.sip
77
%%PYQT_SIPDIR%%/QtWidgets/qmouseeventtransition.sip
78
%%PYQT_SIPDIR%%/QtWidgets/qopenglwidget.sip
79
%%PYQT_SIPDIR%%/QtWidgets/qplaintextedit.sip
80
%%PYQT_SIPDIR%%/QtWidgets/qprogressbar.sip
81
%%PYQT_SIPDIR%%/QtWidgets/qprogressdialog.sip
82
%%PYQT_SIPDIR%%/QtWidgets/qproxystyle.sip
83
%%PYQT_SIPDIR%%/QtWidgets/qpushbutton.sip
84
%%PYQT_SIPDIR%%/QtWidgets/qpywidgets_qlist.sip
85
%%PYQT_SIPDIR%%/QtWidgets/qradiobutton.sip
86
%%PYQT_SIPDIR%%/QtWidgets/qrubberband.sip
87
%%PYQT_SIPDIR%%/QtWidgets/qscrollarea.sip
88
%%PYQT_SIPDIR%%/QtWidgets/qscrollbar.sip
89
%%PYQT_SIPDIR%%/QtWidgets/qscroller.sip
90
%%PYQT_SIPDIR%%/QtWidgets/qscrollerproperties.sip
91
%%PYQT_SIPDIR%%/QtWidgets/qshortcut.sip
92
%%PYQT_SIPDIR%%/QtWidgets/qsizegrip.sip
93
%%PYQT_SIPDIR%%/QtWidgets/qsizepolicy.sip
94
%%PYQT_SIPDIR%%/QtWidgets/qslider.sip
95
%%PYQT_SIPDIR%%/QtWidgets/qspinbox.sip
96
%%PYQT_SIPDIR%%/QtWidgets/qsplashscreen.sip
97
%%PYQT_SIPDIR%%/QtWidgets/qsplitter.sip
98
%%PYQT_SIPDIR%%/QtWidgets/qstackedlayout.sip
99
%%PYQT_SIPDIR%%/QtWidgets/qstackedwidget.sip
100
%%PYQT_SIPDIR%%/QtWidgets/qstatusbar.sip
101
%%PYQT_SIPDIR%%/QtWidgets/qstyle.sip
102
%%PYQT_SIPDIR%%/QtWidgets/qstyleditemdelegate.sip
103
%%PYQT_SIPDIR%%/QtWidgets/qstylefactory.sip
104
%%PYQT_SIPDIR%%/QtWidgets/qstyleoption.sip
105
%%PYQT_SIPDIR%%/QtWidgets/qstylepainter.sip
106
%%PYQT_SIPDIR%%/QtWidgets/qsystemtrayicon.sip
107
%%PYQT_SIPDIR%%/QtWidgets/qtabbar.sip
108
%%PYQT_SIPDIR%%/QtWidgets/qtableview.sip
109
%%PYQT_SIPDIR%%/QtWidgets/qtablewidget.sip
110
%%PYQT_SIPDIR%%/QtWidgets/qtabwidget.sip
111
%%PYQT_SIPDIR%%/QtWidgets/qtextbrowser.sip
112
%%PYQT_SIPDIR%%/QtWidgets/qtextedit.sip
113
%%PYQT_SIPDIR%%/QtWidgets/qtoolbar.sip
114
%%PYQT_SIPDIR%%/QtWidgets/qtoolbox.sip
115
%%PYQT_SIPDIR%%/QtWidgets/qtoolbutton.sip
116
%%PYQT_SIPDIR%%/QtWidgets/qtooltip.sip
117
%%PYQT_SIPDIR%%/QtWidgets/qtreeview.sip
118
%%PYQT_SIPDIR%%/QtWidgets/qtreewidget.sip
119
%%PYQT_SIPDIR%%/QtWidgets/qtreewidgetitemiterator.sip
120
%%PYQT_SIPDIR%%/QtWidgets/qundogroup.sip
121
%%PYQT_SIPDIR%%/QtWidgets/qundostack.sip
122
%%PYQT_SIPDIR%%/QtWidgets/qundoview.sip
123
%%PYQT_SIPDIR%%/QtWidgets/qwhatsthis.sip
124
%%PYQT_SIPDIR%%/QtWidgets/qwidget.sip
125
%%PYQT_SIPDIR%%/QtWidgets/qwidgetaction.sip
126
%%PYQT_SIPDIR%%/QtWidgets/qwizard.sip
127
%%API%%share/qt5/qsci/api/python/QtWidgets.api

Return to bug 204672