How to provide Input to Dialogs designed by Qt Designer

Posted by GG on Stack Overflow See other posts from Stack Overflow or by GG
Published on 2010-06-14T08:04:42Z Indexed on 2010/06/14 8:32 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

Hello,

I am a Qt beginner and working with Qt Designer to develop some small UI elements. I read http://doc.trolltech.com/4.5/designer-using-a-ui-file.html to use these GUI elements in my code and using multiple inheritance approach.

I am introducing bookmark feature which somewhat look like http://img293.imageshack.us/img293/3041/screenshotyb.png. Now the problem I am facing is How can I show all existing bookmark folders in the drop down(say folders are in a QVector). So my main problem is how can I pass some inputs to the UI element.

I think I'm clear, please let me know if further explanation is required. Sorry for adding links directly, rich formatting in my browser is not working.

Thanks in advance,

© Stack Overflow or respective owner

Related posts about beginner

Related posts about gui