Qt-Advanced-Docking-System/demo
Hugo Slepicka 8cc9cc25ad
Fixed and updated Python integration (#127)
* FIX: Add Q_OS_MACOS flag to moc compiler.

* (Python) Demo and example from @n-elie.

* FIX: Addressing some sip files that were inconsistent with the header files.

* (Python) Addressing comments by @n-elie and switching to use WS_X11 for platform checks.

* (Python) Wrap definition of tFloatingWidgetBase to avoid 'Already Defined' error and fix include path for sip/linux/FloatingWidgetTitleBar.sip.

* Remove simple.py

* Fix case sensitive ui file loading in Linux

* Add windows case in get_moc_args

* Remove conda recipe

Co-authored-by: n-elie <40382614+n-elie@users.noreply.github.com>
2020-02-25 07:22:51 +01:00
..
images Added missing svg icon 2020-02-11 11:57:53 +01:00
app.css Comitted missing app.css file 2020-02-06 12:55:26 +01:00
CMakeLists.txt Fixed CMake Windows build 2020-01-11 23:44:46 +01:00
demo.pro Build QAxWidget specific stuff only on Windows 2020-01-11 12:05:44 +01:00
demo.py Fixed and updated Python integration (#127) 2020-02-25 07:22:51 +01:00
demo.qrc Added showcase for DockComponentsFactory - a help button is injected into a title bar 2020-02-11 09:31:57 +01:00
main.cpp Implemented support for custom DockWidget actions for display in DockArea title bar 2020-02-06 09:15:13 +01:00
MainWindow.cpp Improved tab dragging, added support for undocking if mouse leaves tabbar during tb dragging 2020-02-19 22:48:17 +01:00
MainWindow.h Added visibilityChanged code 2020-01-14 15:58:45 +01:00
mainwindow.ui Added support for setting the DockWidget icon - this icon is shown in the title bar or when using the ToggleViewAction 2018-01-02 08:01:23 +01:00