Commit Graph

25 Commits

Author SHA1 Message Date
Mateusz Skowroński
7d0e892d36 Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78

This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
cd2db00f22 QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
d5c074f80d QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
36dd6946a9 + fix clang warnings 2015-10-02 23:32:01 +02:00
wmayer
ee28daa669 + replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes 2015-09-27 22:08:08 +02:00
wmayer
3241b1ece1 + Support preference pages for Python widget class 2015-07-16 00:10:23 +02:00
wmayer
1808fd83ed Expose attribute to Python to access icon of view provider 2015-06-02 16:21:56 +02:00
wmayer
6bdf0b4b76 + minor fix 2014-11-19 22:56:29 +01:00
wmayer
b11acfd165 + handle unicode strings in class PythonWrapper 2014-11-19 11:18:18 +01:00
wmayer
f233a50a00 + harmonize API 2014-10-19 14:25:51 +02:00
wmayer
8dbbdd3dd8 + fix path separator issue in widget factory 2014-06-04 13:28:33 +02:00
wmayer
a0c8dc7466 + use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter 2014-04-01 15:43:40 +02:00
wmayer
7eb7591a58 + Implement alternative to load ui files without using PySide's QtUiTools module 2014-02-22 18:49:22 +01:00
wmayer
ffbca2bdff + Fix in ui loader 2014-01-10 14:22:30 +01:00
wmayer
270d25658d + Prepare PySide to work with custom widgets 2014-01-09 23:49:41 +01:00
wmayer
984c723557 + Add method loadUi to PySideUic 2014-01-09 15:26:07 +01:00
wmayer
e32b747fce + Add PySideUic helper module 2014-01-09 13:35:42 +01:00
Yorik van Havre
1d709ade42 Switch to PySide (+ Arch, Draft & Start) 2014-01-06 13:26:49 -02:00
wmayer
df363e94f3 + PySide on Windows 2013-12-09 21:58:52 +01:00
wmayer
112b25f9fc Expose getMainWindow() to Python 2013-06-30 23:34:24 +02:00
wmayer
c6d23d1598 PySide binding 2013-06-30 15:14:02 +02:00
wmayer
873730effe PySide stuff 2013-06-30 11:01:09 +02:00
wmayer
1dc122dc9a 0000877: Move from PyQt to PySide 2013-06-22 01:56:58 +02:00
wmayer
0623cd9b5e Use ActionSelector in Loft panel and expose to Python by UiLoader 2012-06-03 14:22:05 +02:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00