Hi,
i wanted to create QCombobox
formcharacter->show();
connect(myapp,
SIGNAL(BoneAdede
( QString )),
this,
SLOT( BoneAdede
( QString)));
formcharacter=new QWidget(this);
formcharacter->show();
liste = new QComboBox(formcharacter);
connect(myapp,SIGNAL(BoneAdede( QString )), this, SLOT( BoneAdede( QString)));
To copy to clipboard, switch view to plain text mode
but my QComboBox be in the top of the mainwindows
how i made to get it in good position for ewample in the left of widget i can resize it and move it with mouse ?
Bookmarks