Merge lp://staging/~stefan-schwarzburg/qreator/fix_bug_1006635 into lp://staging/~dpm/qreator/trunk
Proposed by
Schwarzburg
Status: | Rejected |
---|---|
Rejected by: | David Planella |
Proposed branch: | lp://staging/~stefan-schwarzburg/qreator/fix_bug_1006635 |
Merge into: | lp://staging/~dpm/qreator/trunk |
Diff against target: |
140 lines (+45/-37) 2 files modified
data/ui/QreatorWindow.ui (+29/-10) qreator/QreatorWindow.py (+16/-27) |
To merge this branch: | bzr merge lp://staging/~stefan-schwarzburg/qreator/fix_bug_1006635 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Planella | Disapprove | ||
Review via email: mp+108393@code.staging.launchpad.net |
Description of the change
The qrcode types were created as IconView items. This however seems to be contraintuitive to some users, because they do not behave like buttons.
This branch changes this by actually making them buttons and placing them in a grid.
The buttons contain Images and Labels in a Box(orientation
This might lead to different behaviour, especially the placing of the icons, the resize behaviour etc. but it might still look good enough :-)
To post a comment you must log in.
Unmerged revisions
- 82. By Schwarzburg
-
replaced the IconView for the QRCode types with a grid of buttons
I have added a far less invasive option to fix the bug (in another branch). So you can decide which one you like more.