mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00462
Re: [Bug 376285] Re: Close button not working correctly
I'm using qt4.5 to build the windows binaries. However, using qt4.5 in
general would get us into huge problems with Linux distributions as it's
unlikely that most distros get qt4.5 packages - and Mudlet is still
primarily a Linux project although most users are on windows.
We can get those close icons in the tabs in 4.4 by making a custom tab
bar that uses a custom draw routine.
Would you be interested in making such a patch?
Eldar Erathis schrieb:
> This can be done very easily provided you're willing to build against
> Qt4.5 instead of Qt4.4, but all of the compile instructions would need
> to be updated - especially the Windows build instructions. They added
> some new class methods to QTabBar, and I've got close buttons added to
> the tabs and (as far as I can tell) working properly on my machine.
>
> Relevant portions of the Qt4.5 docs: http://doc.trolltech.com/main-
> snapshot/qtabbar.html#tabsClosable-prop
>
> and
>
> http://doc.trolltech.com/main-snapshot/qtabbar.html#tabCloseRequested
>
>
--
Close button not working correctly
https://bugs.launchpad.net/bugs/376285
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
Latest GIT, 5/13/2009, 9:12pm Eastern, Ubuntu 64-bit.
Closing with the X at the window works properly, but pressing the CLOSE button on the menu bar does not. It seems to do absolutely nothing.
References