Abdelrazak Younes wrote:
On Windows, all the icons are spread horizontally so in for some
cases some of the icons are off-screen. Is it the same for you?
yes
it would be nice to have a widget iconpalette that we can hook on
to a toolbutton (as we use for the bullets in the qt2 frontend). it
seems that this can only be done with qmenu objects. we can however
not add widgets in qmenu's so for the moment am still pondering the
question... (ie lost)
Yep you're right, I've reached the same conclusion about qmenu at the
time of the porting. Actually, that's the reason why I haven't
ported the qt2 bullets yet :-(
perhaps we should apply the attached in the meantime?
Please wait for my merged patch which I will commit as soon as I test
it.
ok. my patch was independent of yours btw
edwin.
Index: src/frontends/qt4/BulletsModule.h
===================================================================
--- src/frontends/qt4/BulletsModule.h (revision 13548)
+++ src/frontends/qt4/BulletsModule.h (working copy)
@@ -17,14 +17,14 @@
#include "Bullet.h"
#include <boost/array.hpp>
-#include <QDialog>
+#include <QWidget>
class QBrowseBox;
class QPushButton;
class QComboBox;
class QPixmap;
-class BulletsModule : public QDialog, public Ui::BulletsUi {
+class BulletsModule : public QWidget, public Ui::BulletsUi {
Q_OBJECT
public: