Trolltech Home | Qt-solutions Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-solutions Archive, March 2007
Pop up widget ?


Message 1 in thread

Hi,

I'm working on a school project, I have to realize a multimedia player 
alternative to wmp. So, I chose to do my app using Qt 4.2.x, but now I can't 
seem to find out how to to make a QWidget window pop up when clicking on a 
actionItem in my action menu.
You know, it would be a "preferences menu" that pops up when clicking on 
"Edit > Preferences".

I tried to connect the preferencesAction signal to a custom slot that does 
the following:

Ui::PreferencesWindow custom_ui;
custom_ui.setupUi(this);

(of course, I included #include "ui_preferences.h" at the beginning)

But this does nothing...

Could someone please help me ? :)
Thank you in advance ! 

--
 [ signature omitted ] 

Message 2 in thread

Hi,

> I'm working on a school project, I have to realize a multimedia player 
> alternative to wmp. So, I chose to do my app using Qt 4.2.x, but now I 
> can't seem to find out how to to make a QWidget window pop up when 
> clicking on a actionItem in my action menu.

This is a mailing list about Qt Solutions:
	http://www.trolltech.com/products/qt/addon/solutions

For questions about Qt, I would suggest trying qt-interest@:
	http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ]