⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exam2.kdevelop

📁 《精通QT4编程》第3章代码整理 加入修改
💻 KDEVELOP
字号:
<?xml version = '1.0'?><kdevelop>  <general>    <author>lcf</author>    <email>lcf@localhost</email>    <version>0.1</version>    <projectmanagement>KDevTrollProject</projectmanagement>    <primarylanguage>C++</primarylanguage>    <keywords>      <keyword>Qt</keyword>    </keywords>    <ignoreparts/>  </general>  <kdevfileview>    <groups>      <group pattern="*.cpp;*.cxx;*.h" name="Sources" />      <group pattern="*.ui" name="User Interface" />      <group pattern="*.png" name="Icons" />      <group pattern="*" name="Others" />      <hidenonprojectfiles>false</hidenonprojectfiles>      <hidenonlocation>false</hidenonlocation>    </groups>    <tree>      <hidepatterns>*.o,*.lo,CVS</hidepatterns>      <hidenonprojectfiles>false</hidenonprojectfiles>    </tree>  </kdevfileview>  <kdevdoctreeview>    <ignoretocs>      <toc>ada</toc>      <toc>ada_bugs_gcc</toc>      <toc>bash</toc>      <toc>bash_bugs</toc>      <toc>clanlib</toc>      <toc>w3c-dom-level2-html</toc>      <toc>fortran_bugs_gcc</toc>      <toc>gnome1</toc>      <toc>gnustep</toc>      <toc>gtk</toc>      <toc>gtk_bugs</toc>      <toc>haskell</toc>      <toc>haskell_bugs_ghc</toc>      <toc>java_bugs_gcc</toc>      <toc>java_bugs_sun</toc>      <toc>kde2book</toc>      <toc>opengl</toc>      <toc>pascal_bugs_fp</toc>      <toc>php</toc>      <toc>php_bugs</toc>      <toc>perl</toc>      <toc>perl_bugs</toc>      <toc>python</toc>      <toc>python_bugs</toc>      <toc>ruby</toc>      <toc>ruby_bugs</toc>      <toc>sdl</toc>      <toc>stl</toc>      <toc>w3c-svg</toc>      <toc>sw</toc>      <toc>w3c-uaag10</toc>      <toc>wxwidgets_bugs</toc>    </ignoretocs>    <ignoredoxygen>      <toc>KDE Libraries (Doxygen)</toc>    </ignoredoxygen>  </kdevdoctreeview>  <kdevdebugger>    <general>      <dbgshell/>    </general>  </kdevdebugger>  <kdevtrollproject>    <run>      <mainprogram>./bin/exam2</mainprogram>      <programargs/>      <directoryradio>executable</directoryradio>    </run>    <general>      <activedir>src</activedir>    </general>  </kdevtrollproject>  <kdevfilecreate>    <useglobaltypes>      <type ext="ui" />      <type ext="cpp" />      <type ext="h" />      <type ext="ts" />    </useglobaltypes>  </kdevfilecreate>  <kdevdocumentation>    <projectdoc>      <docsystem>Doxygen Documentation Collection</docsystem>      <docurl>exam2.tag</docurl>    </projectdoc>  </kdevdocumentation>  <substmap>    <APPNAME>exam2</APPNAME>    <APPNAMELC>exam2</APPNAMELC>    <APPNAMESC>Exam2</APPNAMESC>    <APPNAMEUC>EXAM2</APPNAMEUC>    <AUTHOR>lcf</AUTHOR>    <EMAIL>lcf@localhost</EMAIL>    <LICENSE>GPL</LICENSE>    <LICENSEFILE>COPYING</LICENSEFILE>    <VERSION>0.1</VERSION>    <YEAR>2007</YEAR>    <dest>/home/lcf/book/objtree/exam2</dest>  </substmap>  <kdevcppsupport>    <references/>    <codecompletion>      <includeGlobalFunctions>true</includeGlobalFunctions>      <includeTypes>true</includeTypes>      <includeEnums>true</includeEnums>      <includeTypedefs>false</includeTypedefs>      <automaticCodeCompletion>true</automaticCodeCompletion>      <automaticArgumentsHint>true</automaticArgumentsHint>      <automaticHeaderCompletion>true</automaticHeaderCompletion>      <codeCompletionDelay>250</codeCompletionDelay>      <argumentsHintDelay>400</argumentsHintDelay>      <headerCompletionDelay>250</headerCompletionDelay>    </codecompletion>  </kdevcppsupport></kdevelop>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -