qt时钟.docVIP

  • 12
  • 0
  • 约1.67万字
  • 约 23页
  • 2016-12-03 发布于河南
  • 举报
qt时钟

qt时钟 **************************************************************************** **main.cpp ****************************************************************************/ #include QApplication //#include qfile.h #include TimeZone.h int main(int argc, char *argv[]) { QApplication app(argc, argv); TimeZoneForm timeZone; timeZone.show(); return app.exec(); } /**************************************************************************** **TimeZone.h ****************************************************************************/ #ifndef TIMEZONEFORM_H #define TIMEZONEFORM_H

文档评论(0)

1亿VIP精品文档

相关文档