Hi,
i wanted to create QCombobox
Qt Code:
  1. formcharacter=new QWidget(this);
  2. formcharacter->show();
  3.  
  4. liste = new QComboBox(formcharacter);
  5. 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 ?