Fork me on GitHub
摘要: ui:user interface(用户界面)void QWidget::setupUi ( QWidget * widget )的功能是设置用户界面到指定的部件;例:QDialog *dlg_example = new QDialog;Ui::example ui_example; //ui... 阅读全文
posted @ 2012-11-12 22:32 韩兆新 阅读(5235) 评论(0) 推荐(0)