- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 3 Beta 3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by Anonymous Submitter - 28.10.2011
Last edited by andrew - 28.10.2011
Opened by Anonymous Submitter - 28.10.2011
Last edited by andrew - 28.10.2011
FS#339 - PrintPreview: multi page widget doesn't work anymore
- the cells are not shown anymore
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
page size 0x0
the problem was the missing paths when used from PdfExport, e.g.
var mpw = this.createWidget("MultiplePages.ui");changed to:
var mpw = this.createWidget("scripts/File/PrintPreview/MultiplePages.ui");