摘要: 一个全局的,一个应用的 int main(int argc, char *argv[]) { QApplication app(argc, argv); QTranslator qtTranslator; qtTranslator.load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::Tran... 阅读全文
posted @ 2011-07-14 17:47 katago 阅读(1557) 评论(0) 推荐(0)
摘要: splitter->setStretchFactor(0, 3); // widget gets 3 out of 4 width/height unitssplitter->setStretchFactor(1, 1); // widget gets 1 out of 4 width/height units 阅读全文
posted @ 2011-07-14 17:10 katago 阅读(4571) 评论(0) 推荐(0)