PDA

View Full Version : QListBox



koketsojulias5
30th January 2014, 14:36
HI

i am trying to display a Qlist in QListBox but i dont know why the QListBox doesn't seem to be recognised. i have used the #include <QListBox> but i dont know why it supposed to be complaining.

anda_skoa
30th January 2014, 16:39
Maybe you can be a bit more specific and post the "complaint"?

Cheers,
_

koketsojulias5
31st January 2014, 08:28
I am trying to write a code to display a GUI that can let the user enter his name using LineEdit which i think to #include <QLineEdit> is necessary. then after entering his name, that name to be displayed on the ListBox which i thought that i have to #include <QListBox>. Please, look at my attachment and see what i need to be my GUI.

anda_skoa
31st January 2014, 11:17
That does not answer my question. What error do you get? How does the code look that causes the error?

Cheers,
_