Qt-Advanced-Docking-System/demo
Hugo Slepicka c90fb9413c
FIX: Update Python SIP bindings 3.2.1 & Linux Crash (#126)
* (Python) WIP: attempt to update to 3.2.0

* (Python) MAINT: move demo.py to demo/ to avoid PyQtAds import issue

* (Python) STY: remove trailing whitespace

* (Python) Missing/incorrect /Transfer/ annotations

* (Python) n-elie's fix for setup.py moc generation

* (Python) FIX: Q_OS_LINUX is not defined by default with moc

* (Python) FIX: split FloatingDockContainer.sip to be platform-specific

%If (Platform) blocks around the class definition in
FloatingDockContainer.sip did not seem to work.

Co-authored-by: K Lauer <klauer@users.noreply.github.com>
2020-02-21 22:47:09 +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 FIX: Update Python SIP bindings 3.2.1 & Linux Crash (#126) 2020-02-21 22:47:09 +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