User:Soimort
From 2010.igem.org
(Difference between revisions)
(New page: hi there, i'm soimort from [https://2010.igem.org/Team:USTC_Software USTC Software].) |
|||
Line 1: | Line 1: | ||
+ | |||
hi there, i'm soimort from [https://2010.igem.org/Team:USTC_Software USTC Software]. | hi there, i'm soimort from [https://2010.igem.org/Team:USTC_Software USTC Software]. | ||
+ | |||
+ | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | .S0 { | ||
+ | |||
+ | font-family: 'Times New Roman'; | ||
+ | |||
+ | color: #000000; | ||
+ | |||
+ | font-size: 11pt; | ||
+ | |||
+ | } | ||
+ | |||
+ | .S2 { | ||
+ | |||
+ | font-weight: bold; | ||
+ | |||
+ | font-family: 'Verdana'; | ||
+ | |||
+ | color: #000088; | ||
+ | |||
+ | font-size: 10pt; | ||
+ | |||
+ | } | ||
+ | |||
+ | span { | ||
+ | |||
+ | font-family: 'Verdana'; | ||
+ | |||
+ | color: #000000; | ||
+ | |||
+ | font-size: 10pt; | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body bgcolor="#ddeeff"> | ||
+ | |||
+ | <span><span class="S0"></span><br /> | ||
+ | |||
+ | <span class="S2">MosQt库 (版本号0.10.14 alpha)</span>:<br /> | ||
+ | |||
+ | <span class="S2"> MView.h, MView.cpp</span>:<span class="S0"> MView视图类</span><br /> | ||
+ | |||
+ | <span class="S2"> MScene.h, MScene.cpp</span>:<span class="S0"> MScene场景类</span><br /> | ||
+ | |||
+ | <span class="S2"> MItem.h, MItemPainter.hxx, MItem.cpp</span>:<span class="S0"> MItem类</span><br /> | ||
+ | |||
+ | <span class="S2"> MWidget.h, MWidget.cpp</span>:<span class="S0"> MWidget类</span><br /> | ||
+ | |||
+ | <span class="S2"> MSplashScreen.h, MSplashScreen.cpp</span>:<span class="S0"> MSplashScreen启动窗口类</span><br /> | ||
+ | |||
+ | <span class="S2"> MosQt</span>:<span class="S0"> 宏定义</span><br /> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <span class="S2">示例1 demoUiXml</span>:<br /> | ||
+ | |||
+ | <span class="S2"> .session</span>:<span class="S0"> SciTE工作文件</span><br /> | ||
+ | |||
+ | <span class="S2"> .pro</span>:<span class="S0"> qmake工程文件</span><br /> | ||
+ | |||
+ | <span class="S2"> .cpp</span>:<span class="S0"> 源文件</span><br /> | ||
+ | |||
+ | <span class="S2"> .ui.xml</span>:<span class="S0"> 界面XML</span><br /> | ||
+ | |||
+ | <span class="S2"> .project.xml</span>:<span class="S0"> 工程XML</span><br /> | ||
+ | |||
+ | <span class="S2"> .make_win.sh</span>:<span class="S0"> 编译生成 shell (for win)</span><br /> | ||
+ | |||
+ | <span class="S2"> .make_linux.sh</span>:<span class="S0"> 编译生成 shell (for linux)</span><br /> | ||
+ | |||
+ | <span class="S2"> .make_freebsd.sh</span>:<span class="S0"> 编译生成 shell (for freebsd)</span><br /> | ||
+ | |||
+ | <span class="S2"> .run_win.sh</span>:<span class="S0"> 运行 shell (for win)</span><br /> | ||
+ | |||
+ | <span class="S2"> .run_linux.sh</span>:<span class="S0"> 运行 shell (for linux)</span><br /> | ||
+ | |||
+ | <span class="S2"> .clean.sh</span>:<span class="S0"> 清除所有 编译生成文件 shell</span><br /> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <span class="S2">示例2 iGaME</span>:<br /> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <span class="S0"></span></span> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Latest revision as of 01:46, 21 October 2010
hi there, i'm soimort from USTC Software.
MosQt库 (版本号0.10.14 alpha):
MView.h, MView.cpp: MView视图类
MScene.h, MScene.cpp: MScene场景类
MItem.h, MItemPainter.hxx, MItem.cpp: MItem类
MWidget.h, MWidget.cpp: MWidget类
MSplashScreen.h, MSplashScreen.cpp: MSplashScreen启动窗口类
MosQt: 宏定义
示例1 demoUiXml:
.session: SciTE工作文件
.pro: qmake工程文件
.cpp: 源文件
.ui.xml: 界面XML
.project.xml: 工程XML
.make_win.sh: 编译生成 shell (for win)
.make_linux.sh: 编译生成 shell (for linux)
.make_freebsd.sh: 编译生成 shell (for freebsd)
.run_win.sh: 运行 shell (for win)
.run_linux.sh: 运行 shell (for linux)
.clean.sh: 清除所有 编译生成文件 shell
示例2 iGaME: