Login  Register

Re: QDockWidget vs QDialog

Posted by ravas on Jul 14, 2015; 6:19am
URL: https://forum.librecad.org/QDockWidget-vs-QDialog-tp5711848p5711897.html

dellus, I thought of a way to solve your toolbar issue.

- Download Autohotkey http://ahkscript.org/
- install
- right click in a folder and choose New → Autohotkey Script
- Open the file with a text editor (https://notepad-plus-plus.org/ or http://fincs.ahk4.net/scite4ahk/)
- paste in the following:

f7::
winmove, a,, 200, 200
return

- save (UTF-8) and close
- double click the file to launch it
- click on the toolbar to make it active
- press f7