Ticket #1422 (closed enhancement: fixed)
make tabs in optionsdialog and userinfodialog scrollable
| Reported by: | fabian2_de | Owned by: | erijo |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3.5 |
| Component: | qt/kde gui | Version: | 1.3.4 |
| Keywords: | Cc: |
Description
I really very like the feature to scroll tabs with my mouse, so here are the patches for the other tabwidgets used in licq:
/plugins/qt-gui/src/userinfodlg.cpp
121c121 < tabs = new QTabWidget(this); --- > tabs = new CETabWidget(this);
/plugins/qt-gui/src/optionsdlg.cpp
71c71 < tabs = new QTabWidget(this); --- > tabs = new CETabWidget(this);
Well, as you can see, my work isn't noteworthy... the thanks goes to Erik, who did this great improvement! Thank you very much!!
Change History
Note: See
TracTickets for help on using
tickets.
