nextpnr/3rdparty/QtPropertyBrowser/src
Miodrag Milanović 17d42e41db
Make GUI able to compile on both Qt5 and Qt6 (#1576)
* Use QtPropertyBrowser for Qt5/6

* Fix cmake for python-console for consistency

* Make GUI compile for both Qt5 and Qt6

* Fix crash on init with Wayland on Qt6

* Cleanup

* disable deprecation warnings for now

* Relaxed cmake check for initial Qt6 test
2025-10-15 12:19:20 +02:00
..
images Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
CMakeLists.txt Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
QtAbstractEditorFactoryBase Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtAbstractPropertyBrowser Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtAbstractPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtBoolPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtBrowserItem Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtButtonPropertyBrowser Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtCharEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtCharPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtCheckBoxFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtColorEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtColorPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtCursorEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtCursorPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDateEditFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDatePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDateTimeEditFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDateTimePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDoublePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtDoubleSpinBoxFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtEnumEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtEnumPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtFlagPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtFontEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtFontPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtGroupBoxPropertyBrowser Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtGroupPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtIntPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtKeySequenceEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtKeySequencePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtLineEditFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtLocalePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtPointFPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtPointPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtProperty Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtRectFPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtRectPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtScrollBarFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtSizeFPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtSizePolicyPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtSizePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtSliderFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtSpinBoxFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtStringPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtTimeEditFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtTimePropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtTreePropertyBrowser Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtVariantEditorFactory Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtVariantProperty Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
QtVariantPropertyManager Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qt5compat.h Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qtbuttonpropertybrowser.cpp cleaned some warnings 2018-06-23 08:01:36 +02:00
qtbuttonpropertybrowser.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qteditorfactory.cpp Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qteditorfactory.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qtgroupboxpropertybrowser.cpp cleaned some warnings 2018-06-23 08:01:36 +02:00
qtgroupboxpropertybrowser.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qtpropertybrowser.cpp Add ability for multiple selection, enable for select only items that make sense 2018-07-25 19:10:45 +02:00
qtpropertybrowser.h Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qtpropertybrowser.pri Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qtpropertybrowser.qrc Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qtpropertybrowserutils.cpp Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qtpropertybrowserutils_p.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qtpropertymanager.cpp Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qtpropertymanager.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00
qttreepropertybrowser.cpp Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qttreepropertybrowser.h Added hover on properties as well, fixes #64 2018-08-22 18:37:24 +02:00
qtvariantproperty.cpp Make GUI able to compile on both Qt5 and Qt6 (#1576) 2025-10-15 12:19:20 +02:00
qtvariantproperty.h Added QtPropertyBrowser source 2018-06-11 21:30:22 +02:00