📄 qt.index
字号:
<contents name="operator" title="! operator" />
<contents name="comparison-operators" title="Comparison Operators" />
<contents name="operator" title="== operator" />
<contents name="operator" title="!= operator" />
<contents name="operator" title="=== operator" />
<contents name="operator" title="!== operator" />
<contents name="operator" title="> operator" />
<contents name="operator" title=">= operator" />
<contents name="operator" title="< operator" />
<contents name="operator" title="<= operator" />
<contents name="bit-wise-operators" title="Bit-wise operators" />
<contents name="operator" title="& operator" />
<contents name="operator" title="^ operator" />
<contents name="operator" title="| operator" />
<contents name="operator" title="~ operator" />
<contents name="operator" title="<< operator" />
<contents name="operator" title=">> operator" />
<contents name="operator" title=">>> operator" />
<contents name="special-operators" title="Special Operators" />
<contents name="operator" title="?: operator" />
<contents name="operator" title=", operator" />
<contents name="function-operator" title="function operator" />
<contents name="in-operator" title="in operator" />
<contents name="instanceof-operator" title="instanceof operator" />
<contents name="new-operator" title="new operator" />
<contents name="this-operator" title="this operator" />
<contents name="typeof-operator" title="typeof operator" />
<contents name="declarations" title="Declarations" />
<contents name="class" title="class" />
<contents name="const" title="const" />
<contents name="function" title="function" />
<contents name="var" title="var" />
<contents name="control-statements" title="Control Statements" />
<contents name="break" title="break" />
<contents name="case" title="case" />
<contents name="catch" title="catch" />
<contents name="continue" title="continue" />
<contents name="default" title="default" />
<contents name="do" title="do" />
<contents name="else" title="else" />
<contents name="for" title="for" />
<contents name="if" title="if" />
<contents name="finally" title="finally" />
<contents name="label" title="label" />
<contents name="return" title="return" />
<contents name="switch" title="switch" />
<contents name="throw" title="throw" />
<contents name="try" title="try" />
<contents name="while" title="while" />
<contents name="with" title="with" />
</page>
<page access="public" name="getting_started.html" subtype="page" title="Getting Started with QSA" fulltitle="Getting Started with QSA" subtitle="" location="qsa.qdoc">
<contents name="preface" title="Preface" />
<contents name="introduction" title="Introduction" />
<contents name="what-is-qt-script-for-applications" title="What is Qt Script for Applications" />
<contents name="components-of-qt-script-for-applications" title="Components of Qt Script for Applications" />
<contents name="how-to-make-qt-applications-scriptable" title="How to Make Qt Applications Scriptable" />
<contents name="overview" title="Overview" />
<contents name="how-to-make-a-qt-c-application-scriptable" title="How to make a Qt/C++ Application Scriptable" />
<contents name="1-include-the-qt-script-for-applications-library" title="1) Include the Qt Script for Applications Library" />
<contents name="2-add-the-application-objects-to-the-scripting-engine" title="2) Add the Application Objects to the Scripting Engine" />
<contents name="3-open-a-scripting-project" title="3) Open a Scripting Project" />
<contents name="4-allow-the-user-to-create-and-edit-scripts" title="4) Allow the User to Create and Edit Scripts" />
<contents name="macros" title="Macros" />
<contents name="launching-qsa-workbench-to-create-or-edit-a-script" title="Launching QSA Workbench to Create or Edit a Script" />
<contents name="adding-and-editing-macros" title="Adding and Editing Macros" />
<contents name="5-allow-the-user-to-run-scripts-directly-from-the-application" title="5) Allow the User to Run Scripts Directly from the Application" />
<contents name="establishing-connections-to-signals-and-running-the-interpreter" title="Establishing Connections to Signals and Running the Interpreter" />
<contents name="error-handling" title="Error Handling" />
<contents name="instantiating-from-qt-script" title="Instantiating from Qt Script" />
<contents name="wrapping-non-c-datatypes" title="Wrapping Non- C++ Datatypes" />
<contents name="how-to-design-and-implement-application-objects" title="How to Design and Implement Application Objects" />
<contents name="overview" title="Overview" />
<contents name="making-a-c-object-available-to-scripts-written-in-qt-script" title="Making a C++ object available to Scripts Written in Qt Script" />
<contents name="making-c-class-member-functions-available-in-qt-script" title="Making C++ Class Member Functions Available in Qt Script" />
<contents name="making-c-class-properties-available-in-qt-script" title="Making C++ Class Properties Available in Qt Script" />
<contents name="reacting-to-c-objects-signals-in-scripts" title="Reacting to C++ Objects Signals in Scripts" />
<contents name="design-of-application-objects" title="Design of Application Objects" />
<contents name="creating-qt-scripts" title="Creating Qt Scripts" />
<contents name="creating-a-new-macro" title="Creating a New Macro" />
<contents name="implementing-the-macro-and-creating-a-dialog" title="Implementing the Macro and Creating a Dialog" />
<contents name="adding-widgets-to-the-dialog" title="Adding Widgets to the Dialog" />
<contents name="add-a-group-box-and-spin-boxes" title="Add A Group Box and Spin boxes" />
<contents name="widget-lay-out" title="Widget Lay Out" />
<contents name="add-a-group-box-and-radio-buttons" title="Add a Group Box and Radio Buttons" />
<contents name="running-the-dialog" title="Running the Dialog" />
<contents name="running-the-euroconvertor-macro" title="Running the EuroConvertor Macro" />
</page>
<page access="public" name="workbench_reference.html" subtype="page" title="QSA Workbench Reference" fulltitle="QSA Workbench Reference" subtitle="" location="qtscripter.qdoc">
<target name="dialog-find-text" />
<target name="dialog-replace-text" />
<target name="dialog-go-to-line" />
<target name="" />
<contents name="preface" title="Preface" />
<contents name="feedback" title="Feedback" />
<contents name="reference-key-bindings" title="Reference: Key Bindings" />
<contents name="reference-menu-options" title="Reference: Menu Options" />
<contents name="introduction" title="Introduction" />
<contents name="the-file-menu" title="The File Menu" />
<contents name="the-edit-menu" title="The Edit Menu" />
<contents name="the-search-menu" title="The Search Menu" />
<contents name="project" title="Project" />
<contents name="window" title="Window" />
<contents name="the-help-menu" title="The Help Menu" />
<contents name="reference-toolbar-buttons" title="Reference: Toolbar Buttons" />
<contents name="introduction" title="Introduction" />
<contents name="the-file-toolbar-buttons" title="The File Toolbar Buttons" />
<contents name="the-edit-toolbar-buttons" title="The Edit Toolbar Buttons" />
<contents name="the-project-toolbar-buttons" title="The Project Toolbar Buttons" />
<contents name="reference-dialogs" title="Reference: Dialogs" />
<contents name="introduction" title="Introduction" />
<contents name="the-menu-dialogs" title="The Menu Dialogs" />
<contents name="new-script-dialog" title="New Script Dialog" />
<contents name="export-script-dialog" title="Export Script Dialog" />
<contents name="import-script-dialog" title="Import Script Dialog" />
<contents name="the-edit-dialogs" title="The Edit Dialogs" />
<contents name="preferences-dialog" title="Preferences Dialog" />
<contents name="the-search-dialogs" title="The Search Dialogs" />
<contents name="find-text-dialog" title="Find Text Dialog" />
<contents name="replace-text-dialog" title="Replace Text Dialog" />
<contents name="goto-line-dialog" title="Goto Line Dialog" />
<contents name="the-project-dialog" title="The Project Dialog" />
<contents name="call-function-dialog" title="Call Function Dialog" />
<contents name="the-help-dialogs" title="The Help Dialogs" />
<contents name="about-qt-designer-dialog" title="About Qt Designer Dialog" />
<contents name="reference-windows" title="Reference: Windows" />
<contents name="introduction" title="Introduction" />
<contents name="project-scripts-window" title="Project Scripts Window" />
<contents name="output-window" title="Output Window" />
</page>
<page access="public" name="console.html" subtype="page" title="Console Example" fulltitle="Console Example" subtitle="" location="console.qdoc">
<contents name="a-line-by-line-example" title="A Line by Line Example" />
<contents name="console-in-detail" title="Console in Detail" />
<contents name="conclusion" title="Conclusion" />
</page>
<page access="public" name="filter.html" subtype="page" title="Filters example" fulltitle="Filters example" subtitle="" location="filter.qdoc">
<contents name="the-modules" title="The Modules" />
<contents name="the-application" title="The Application" />
<contents name="why-not-use-a-specialized-gui-for-this" title="Why not use a specialized GUI for this?" />
<contents name="famous-last-words" title="Famous last words" />
</page>
<page access="public" name="game.html" subtype="page" title="Game Example" fulltitle="Game Example" subtitle="" location="game.qdoc">
<contents name="the-playfield-class" title="The PlayField Class" />
<contents name="the-shooter-game-script" title="The Shooter Game Script" />
<contents name="the-bouncer-game-script" title="The Bouncer Game Script" />
</page>
<page access="public" name="scribblescripter.html" subtype="page" title="Scribblescripter Example" fulltitle="Scribblescripter Example" subtitle="" location="scribblescripter.qdoc">
<contents name="describing-the-four-example-scripts" title="Describing the four example scripts" />
<contents name="painttext" title="paintText()" />
<contents name="lines" title="lines()" />
<contents name="qt" title="Qt()" />
<contents name="simplegradient" title="simpleGradient()" />
</page>
<page access="public" name="example-scriptbutton.html" subtype="page" title="Scriptbutton Example" fulltitle="Scriptbutton Example" subtitle="" location="scriptbutton.qdoc">
<contents name="implementing-scriptbutton" title="Implementing Scriptbutton" />
<contents name="implementation-of-the-qwidget-extension" title="Implementation of the QWidget Extension" />
</page>
<page access="public" name="example-spreadsheet.html" subtype="page" title="Spreadsheet Example" fulltitle="Spreadsheet Example" subtitle="" location="spreadsheet.qdoc" />
<page access="public" name="wrappers.html" subtype="page" title="Wrappers Example" fulltitle="Wrappers Example" subtitle="" location="wrappers.qdoc">
<contents name="wrapping-a-qobject" title="Wrapping a QObject" />
<contents name="wrapping-a-non-qobject" title="Wrapping a non-QObject" />
<contents name="telling-qsa-about-your-wrappers" title="Telling QSA about your wrappers" />
<contents name="using-the-wrappers-in-scripts" title="Using the wrappers in scripts" />
</page>
<page access="public" name="http://doc.trolltech.com/4.0" subtype="externalpage" title="" fulltitle="" subtitle="" location="indices.qdoc" />
<page access="public" name="http://doc.trolltech.com" subtype="externalpage" title="" fulltitle="" subtitle="" location="language.qdoc" />
<page access="public" name="http://doc.trolltech.com/4.0/moc" subtype="externalpage" title="" fulltitle="" subtitle="" location="qsa.qdoc" />
<page access="public" name="http://doc.trolltech.com/4.0/moc.html" subtype="externalpage" title="" fulltitle="" subtitle="" location="qsa.qdoc" />
</namespace>
</INDEX>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -