Too Many Options for the Options Bar
Moderator: andrew
Forum rules
Always indicate your operating system and QCAD version.
Attach drawing files, scripts and screenshots.
Post one question per topic.
Always indicate your operating system and QCAD version.
Attach drawing files, scripts and screenshots.
Post one question per topic.
-
- Full Member
- Posts: 92
- Joined: Fri Apr 28, 2023 12:39 pm
Too Many Options for the Options Bar
For one of my scripts, I need a lot of options and I have too many to fit. What's happening is the options bar automatically creates a button at the far right side with two arrows. If you click this button, the options that don't fit appear on a second options bar line below. The problem is that this second line that gets created is covered up by the main window. It also disappears if you move the mouse off of the options bar (instead of clicking the two arrows button as expected). What is the recommended way to solve this issue? Is the options bar limited to a small enough number of options widgets?
-
- Premier Member
- Posts: 4920
- Joined: Wed Sep 27, 2017 4:17 pm
Re: Too Many Options for the Options Bar
At that point I would revert to a dialog.333onlyhalfevil wrote: ↑Mon Mar 10, 2025 6:29 pmFor one of my scripts, I need a lot of options and I have too many to fit.
For example the FlexPainter dialog would be a mess when transposed to the Options Toolbar with .setUiOptions(...)
Another example are the Drawing Preferences when in Print Preview mode ... The 'page settings' button.
These 11 pages of preferences would also not fit on the Options Toolbar side by side.

Regards,
CVH