Ticket #1422 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

make tabs in optionsdialog and userinfodialog scrollable

Reported by: fabian2_de Assigned to: 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

2006-10-19 06:22:52 changed by erijo

  • status changed from new to assigned.
  • owner set to erijo.
  • version set to 1.3.4.
  • milestone set to 1.3.5.

2006-10-19 06:46:49 changed by erijo

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r4716.