I want to set a black color border on the QWidget. How can I do that
Please give some suggestions.

 

QWidget *widget = new QWidget(this);

widget->setGeometry(0,0,600,400);

widget->show();

 

My widget is showing but I want a border visible. Any help would be
appreciated, thanks Sujan

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to