这里写自定义目录标题

  • 欢迎使用Markdown编辑器
    • `标题`
  • 项目场景:
  • 问题描述:
    • 生成一个适合你的列表
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

标题

项目场景:

提示:这里简述项目相关背景:
例如:项目场景:示例:通过蓝牙芯片(HC-05)与手机 APP 通信,每隔 5s 传输一批传感器数据(不是很大)


问题描述:

-为什么Qt链接的信号没触发??

提示:这里描述项目中遇到的问题:
例如:数据传输过程中数据不时出现丢失的情况,偶尔会丢失一部分数据
APP 中接收数据代码:

@OverrideGAppEvent *a =   GAppEvent::instance();connect(this,&MyDoubleSpinBox::sendKeyPress,a,&GAppEvent::sendKeyPress);</font><hr style=" border:solid; width:100px; height:1px;" color=#000000 size=1"># 原因分析:<font color=#999AAA >提示:这里填写问题的分析:
例如:</font>之前用的是Qt4的连接方法,导致某些原因不可以成功,现在使用的是Qt5的写法,已经没什么问题了。<hr style=" border:solid; width:100px; height:1px;" color=#000000 size=1"># 解决方案:<font color=#999AAA >提示:这里填写该问题的具体解决方案:
例如:改成Qt5的写法就没有问题;额## 新的改变我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:1. **全新的界面设计** ,将会带来全新的写作体验;2. 在创作中心设置你喜爱的代码高亮样式,Markdown **将代码片显示选择的高亮样式** 进行展示;3. 增加了 **图片拖拽** 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;4. 全新的 **KaTeX数学公式** 语法;5. 增加了支持**甘特图的mermaid语法[^1]** 功能;6. 增加了 **多屏幕编辑** Markdown文章功能;7. 增加了 **焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置** 等功能,功能按钮位于编辑区域与预览区域中间;8. 增加了 **检查列表** 功能。[^1]: [mermaid语法说明](https://mermaidjs.github.io/)## 功能快捷键撤销:<kbd>Ctrl/Command</kbd> + <kbd>Z</kbd>
重做:<kbd>Ctrl/Command</kbd> + <kbd>Y</kbd>
加粗:<kbd>Ctrl/Command</kbd> + <kbd>B</kbd>
斜体:<kbd>Ctrl/Command</kbd> + <kbd>I</kbd>
标题:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>H</kbd>
无序列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd>
有序列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd>
检查列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>
插入代码:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd>
插入链接:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>
插入图片:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd>
查找:<kbd>Ctrl/Command</kbd> + <kbd>F</kbd>
替换:<kbd>Ctrl/Command</kbd> + <kbd>G</kbd>## 合理的创建标题,有助于目录的生成直接输入1次<kbd>#</kbd>,并按下<kbd>space</kbd>后,将生成1级标题。
输入2次<kbd>#</kbd>,并按下<kbd>space</kbd>后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用`TOC`语法后生成一个完美的目录。## 如何改变文本的样式*强调文本* _强调文本_**加粗文本** __加粗文本__==标记文本==~~删除文本~~> 引用文本H~2~O is是液体。2^10^ 运算结果是 1024.## 插入链接与图片链接: [link](https://www.csdn.net/).图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw)带尺寸的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw =30x30)居中的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw#pic_center)居中并且带尺寸的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw#pic_center =30x30)当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。## 如何插入一段漂亮的代码片去[博客设置](https://mp.csdn.net/console/configBlog)页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 `代码片`.
```javascript
// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to- HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。1

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N Γ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ ( z ) = ∫ 0 ∞ t z − 1 e − t d t . \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06 Mon 13 Mon 20 已完成 进行中 计划一 计划二 现有任务 Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-eyD3PanApSd7kTpc .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-eyD3PanApSd7kTpc .label text{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .node rect,#mermaid-svg-eyD3PanApSd7kTpc .node circle,#mermaid-svg-eyD3PanApSd7kTpc .node ellipse,#mermaid-svg-eyD3PanApSd7kTpc .node polygon,#mermaid-svg-eyD3PanApSd7kTpc .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-eyD3PanApSd7kTpc .node .label{text-align:center;fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .node.clickable{cursor:pointer}#mermaid-svg-eyD3PanApSd7kTpc .arrowheadPath{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-eyD3PanApSd7kTpc .flowchart-link{stroke:#333;fill:none}#mermaid-svg-eyD3PanApSd7kTpc .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-eyD3PanApSd7kTpc .edgeLabel rect{opacity:0.9}#mermaid-svg-eyD3PanApSd7kTpc .edgeLabel span{color:#333}#mermaid-svg-eyD3PanApSd7kTpc .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-eyD3PanApSd7kTpc .cluster text{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-eyD3PanApSd7kTpc .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-eyD3PanApSd7kTpc text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-eyD3PanApSd7kTpc .actor-line{stroke:grey}#mermaid-svg-eyD3PanApSd7kTpc .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-eyD3PanApSd7kTpc .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-eyD3PanApSd7kTpc #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-eyD3PanApSd7kTpc .sequenceNumber{fill:#fff}#mermaid-svg-eyD3PanApSd7kTpc #sequencenumber{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc #crosshead path{fill:#333;stroke:#333}#mermaid-svg-eyD3PanApSd7kTpc .messageText{fill:#333;stroke:#333}#mermaid-svg-eyD3PanApSd7kTpc .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-eyD3PanApSd7kTpc .labelText,#mermaid-svg-eyD3PanApSd7kTpc .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-eyD3PanApSd7kTpc .loopText,#mermaid-svg-eyD3PanApSd7kTpc .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-eyD3PanApSd7kTpc .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-eyD3PanApSd7kTpc .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-eyD3PanApSd7kTpc .noteText,#mermaid-svg-eyD3PanApSd7kTpc .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-eyD3PanApSd7kTpc .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-eyD3PanApSd7kTpc .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-eyD3PanApSd7kTpc .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-eyD3PanApSd7kTpc .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .section{stroke:none;opacity:0.2}#mermaid-svg-eyD3PanApSd7kTpc .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-eyD3PanApSd7kTpc .section2{fill:#fff400}#mermaid-svg-eyD3PanApSd7kTpc .section1,#mermaid-svg-eyD3PanApSd7kTpc .section3{fill:#fff;opacity:0.2}#mermaid-svg-eyD3PanApSd7kTpc .sectionTitle0{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .sectionTitle1{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .sectionTitle2{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .sectionTitle3{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-eyD3PanApSd7kTpc .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .grid path{stroke-width:0}#mermaid-svg-eyD3PanApSd7kTpc .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-eyD3PanApSd7kTpc .task{stroke-width:2}#mermaid-svg-eyD3PanApSd7kTpc .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .taskText:not([font-size]){font-size:11px}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-eyD3PanApSd7kTpc .task.clickable{cursor:pointer}#mermaid-svg-eyD3PanApSd7kTpc .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-eyD3PanApSd7kTpc .taskText0,#mermaid-svg-eyD3PanApSd7kTpc .taskText1,#mermaid-svg-eyD3PanApSd7kTpc .taskText2,#mermaid-svg-eyD3PanApSd7kTpc .taskText3{fill:#fff}#mermaid-svg-eyD3PanApSd7kTpc .task0,#mermaid-svg-eyD3PanApSd7kTpc .task1,#mermaid-svg-eyD3PanApSd7kTpc .task2,#mermaid-svg-eyD3PanApSd7kTpc .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutside0,#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutside2{fill:#000}#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutside1,#mermaid-svg-eyD3PanApSd7kTpc .taskTextOutside3{fill:#000}#mermaid-svg-eyD3PanApSd7kTpc .active0,#mermaid-svg-eyD3PanApSd7kTpc .active1,#mermaid-svg-eyD3PanApSd7kTpc .active2,#mermaid-svg-eyD3PanApSd7kTpc .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-eyD3PanApSd7kTpc .activeText0,#mermaid-svg-eyD3PanApSd7kTpc .activeText1,#mermaid-svg-eyD3PanApSd7kTpc .activeText2,#mermaid-svg-eyD3PanApSd7kTpc .activeText3{fill:#000 !important}#mermaid-svg-eyD3PanApSd7kTpc .done0,#mermaid-svg-eyD3PanApSd7kTpc .done1,#mermaid-svg-eyD3PanApSd7kTpc .done2,#mermaid-svg-eyD3PanApSd7kTpc .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-eyD3PanApSd7kTpc .doneText0,#mermaid-svg-eyD3PanApSd7kTpc .doneText1,#mermaid-svg-eyD3PanApSd7kTpc .doneText2,#mermaid-svg-eyD3PanApSd7kTpc .doneText3{fill:#000 !important}#mermaid-svg-eyD3PanApSd7kTpc .crit0,#mermaid-svg-eyD3PanApSd7kTpc .crit1,#mermaid-svg-eyD3PanApSd7kTpc .crit2,#mermaid-svg-eyD3PanApSd7kTpc .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-eyD3PanApSd7kTpc .activeCrit0,#mermaid-svg-eyD3PanApSd7kTpc .activeCrit1,#mermaid-svg-eyD3PanApSd7kTpc .activeCrit2,#mermaid-svg-eyD3PanApSd7kTpc .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-eyD3PanApSd7kTpc .doneCrit0,#mermaid-svg-eyD3PanApSd7kTpc .doneCrit1,#mermaid-svg-eyD3PanApSd7kTpc .doneCrit2,#mermaid-svg-eyD3PanApSd7kTpc .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-eyD3PanApSd7kTpc .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-eyD3PanApSd7kTpc .milestoneText{font-style:italic}#mermaid-svg-eyD3PanApSd7kTpc .doneCritText0,#mermaid-svg-eyD3PanApSd7kTpc .doneCritText1,#mermaid-svg-eyD3PanApSd7kTpc .doneCritText2,#mermaid-svg-eyD3PanApSd7kTpc .doneCritText3{fill:#000 !important}#mermaid-svg-eyD3PanApSd7kTpc .activeCritText0,#mermaid-svg-eyD3PanApSd7kTpc .activeCritText1,#mermaid-svg-eyD3PanApSd7kTpc .activeCritText2,#mermaid-svg-eyD3PanApSd7kTpc .activeCritText3{fill:#000 !important}#mermaid-svg-eyD3PanApSd7kTpc .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-eyD3PanApSd7kTpc g.classGroup text .title{font-weight:bolder}#mermaid-svg-eyD3PanApSd7kTpc g.clickable{cursor:pointer}#mermaid-svg-eyD3PanApSd7kTpc g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-eyD3PanApSd7kTpc g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-eyD3PanApSd7kTpc .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-eyD3PanApSd7kTpc .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-eyD3PanApSd7kTpc .dashed-line{stroke-dasharray:3}#mermaid-svg-eyD3PanApSd7kTpc #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc .commit-id,#mermaid-svg-eyD3PanApSd7kTpc .commit-msg,#mermaid-svg-eyD3PanApSd7kTpc .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-eyD3PanApSd7kTpc g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-eyD3PanApSd7kTpc g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-eyD3PanApSd7kTpc g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-eyD3PanApSd7kTpc .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-eyD3PanApSd7kTpc .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-eyD3PanApSd7kTpc .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-eyD3PanApSd7kTpc .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-eyD3PanApSd7kTpc .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-eyD3PanApSd7kTpc .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-eyD3PanApSd7kTpc .edgeLabel text{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-eyD3PanApSd7kTpc .node circle.state-start{fill:black;stroke:black}#mermaid-svg-eyD3PanApSd7kTpc .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-eyD3PanApSd7kTpc #statediagram-barbEnd{fill:#9370db}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-state .divider{stroke:#9370db}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-eyD3PanApSd7kTpc .note-edge{stroke-dasharray:5}#mermaid-svg-eyD3PanApSd7kTpc .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-eyD3PanApSd7kTpc .error-icon{fill:#522}#mermaid-svg-eyD3PanApSd7kTpc .error-text{fill:#522;stroke:#522}#mermaid-svg-eyD3PanApSd7kTpc .edge-thickness-normal{stroke-width:2px}#mermaid-svg-eyD3PanApSd7kTpc .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-eyD3PanApSd7kTpc .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-eyD3PanApSd7kTpc .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-eyD3PanApSd7kTpc .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-eyD3PanApSd7kTpc .marker{fill:#333}#mermaid-svg-eyD3PanApSd7kTpc .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;} #mermaid-svg-eyD3PanApSd7kTpc {color: rgba(0, 0, 0, 0.75);font: ;} 张三 李四 王五 你好!李四, 最近怎么样? 你最近怎么样,王五? 我很好,谢谢! 我很好,谢谢! 李四想了很长时间, 文字太长了 不适合放在一行. 打量着王五... 很好... 王五, 你怎么样? 张三 李四 王五

这将产生一个流程图。:

#mermaid-svg-Q0ApRDBsgCvRFW7g .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .label text{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .node rect,#mermaid-svg-Q0ApRDBsgCvRFW7g .node circle,#mermaid-svg-Q0ApRDBsgCvRFW7g .node ellipse,#mermaid-svg-Q0ApRDBsgCvRFW7g .node polygon,#mermaid-svg-Q0ApRDBsgCvRFW7g .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-Q0ApRDBsgCvRFW7g .node .label{text-align:center;fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .node.clickable{cursor:pointer}#mermaid-svg-Q0ApRDBsgCvRFW7g .arrowheadPath{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-Q0ApRDBsgCvRFW7g .flowchart-link{stroke:#333;fill:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-Q0ApRDBsgCvRFW7g .edgeLabel rect{opacity:0.9}#mermaid-svg-Q0ApRDBsgCvRFW7g .edgeLabel span{color:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-Q0ApRDBsgCvRFW7g .cluster text{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-Q0ApRDBsgCvRFW7g .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-Q0ApRDBsgCvRFW7g text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .actor-line{stroke:grey}#mermaid-svg-Q0ApRDBsgCvRFW7g .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .sequenceNumber{fill:#fff}#mermaid-svg-Q0ApRDBsgCvRFW7g #sequencenumber{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g #crosshead path{fill:#333;stroke:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .messageText{fill:#333;stroke:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-Q0ApRDBsgCvRFW7g .labelText,#mermaid-svg-Q0ApRDBsgCvRFW7g .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .loopText,#mermaid-svg-Q0ApRDBsgCvRFW7g .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-Q0ApRDBsgCvRFW7g .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-Q0ApRDBsgCvRFW7g .noteText,#mermaid-svg-Q0ApRDBsgCvRFW7g .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-Q0ApRDBsgCvRFW7g .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-Q0ApRDBsgCvRFW7g .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-Q0ApRDBsgCvRFW7g .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .section{stroke:none;opacity:0.2}#mermaid-svg-Q0ApRDBsgCvRFW7g .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-Q0ApRDBsgCvRFW7g .section2{fill:#fff400}#mermaid-svg-Q0ApRDBsgCvRFW7g .section1,#mermaid-svg-Q0ApRDBsgCvRFW7g .section3{fill:#fff;opacity:0.2}#mermaid-svg-Q0ApRDBsgCvRFW7g .sectionTitle0{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .sectionTitle1{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .sectionTitle2{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .sectionTitle3{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-Q0ApRDBsgCvRFW7g .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .grid path{stroke-width:0}#mermaid-svg-Q0ApRDBsgCvRFW7g .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-Q0ApRDBsgCvRFW7g .task{stroke-width:2}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText:not([font-size]){font-size:11px}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-Q0ApRDBsgCvRFW7g .task.clickable{cursor:pointer}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText0,#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText1,#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText2,#mermaid-svg-Q0ApRDBsgCvRFW7g .taskText3{fill:#fff}#mermaid-svg-Q0ApRDBsgCvRFW7g .task0,#mermaid-svg-Q0ApRDBsgCvRFW7g .task1,#mermaid-svg-Q0ApRDBsgCvRFW7g .task2,#mermaid-svg-Q0ApRDBsgCvRFW7g .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutside0,#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutside2{fill:#000}#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutside1,#mermaid-svg-Q0ApRDBsgCvRFW7g .taskTextOutside3{fill:#000}#mermaid-svg-Q0ApRDBsgCvRFW7g .active0,#mermaid-svg-Q0ApRDBsgCvRFW7g .active1,#mermaid-svg-Q0ApRDBsgCvRFW7g .active2,#mermaid-svg-Q0ApRDBsgCvRFW7g .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-Q0ApRDBsgCvRFW7g .activeText0,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeText1,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeText2,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeText3{fill:#000 !important}#mermaid-svg-Q0ApRDBsgCvRFW7g .done0,#mermaid-svg-Q0ApRDBsgCvRFW7g .done1,#mermaid-svg-Q0ApRDBsgCvRFW7g .done2,#mermaid-svg-Q0ApRDBsgCvRFW7g .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-Q0ApRDBsgCvRFW7g .doneText0,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneText1,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneText2,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneText3{fill:#000 !important}#mermaid-svg-Q0ApRDBsgCvRFW7g .crit0,#mermaid-svg-Q0ApRDBsgCvRFW7g .crit1,#mermaid-svg-Q0ApRDBsgCvRFW7g .crit2,#mermaid-svg-Q0ApRDBsgCvRFW7g .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCrit0,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCrit1,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCrit2,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCrit0,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCrit1,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCrit2,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-Q0ApRDBsgCvRFW7g .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-Q0ApRDBsgCvRFW7g .milestoneText{font-style:italic}#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCritText0,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCritText1,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCritText2,#mermaid-svg-Q0ApRDBsgCvRFW7g .doneCritText3{fill:#000 !important}#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCritText0,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCritText1,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCritText2,#mermaid-svg-Q0ApRDBsgCvRFW7g .activeCritText3{fill:#000 !important}#mermaid-svg-Q0ApRDBsgCvRFW7g .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-Q0ApRDBsgCvRFW7g g.classGroup text .title{font-weight:bolder}#mermaid-svg-Q0ApRDBsgCvRFW7g g.clickable{cursor:pointer}#mermaid-svg-Q0ApRDBsgCvRFW7g g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-Q0ApRDBsgCvRFW7g g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-Q0ApRDBsgCvRFW7g .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-Q0ApRDBsgCvRFW7g .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .dashed-line{stroke-dasharray:3}#mermaid-svg-Q0ApRDBsgCvRFW7g #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g .commit-id,#mermaid-svg-Q0ApRDBsgCvRFW7g .commit-msg,#mermaid-svg-Q0ApRDBsgCvRFW7g .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-Q0ApRDBsgCvRFW7g g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-Q0ApRDBsgCvRFW7g g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-Q0ApRDBsgCvRFW7g g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-Q0ApRDBsgCvRFW7g .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-Q0ApRDBsgCvRFW7g .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-Q0ApRDBsgCvRFW7g .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-Q0ApRDBsgCvRFW7g .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-Q0ApRDBsgCvRFW7g .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-Q0ApRDBsgCvRFW7g .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-Q0ApRDBsgCvRFW7g .edgeLabel text{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-Q0ApRDBsgCvRFW7g .node circle.state-start{fill:black;stroke:black}#mermaid-svg-Q0ApRDBsgCvRFW7g .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-Q0ApRDBsgCvRFW7g #statediagram-barbEnd{fill:#9370db}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-state .divider{stroke:#9370db}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-Q0ApRDBsgCvRFW7g .note-edge{stroke-dasharray:5}#mermaid-svg-Q0ApRDBsgCvRFW7g .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-Q0ApRDBsgCvRFW7g .error-icon{fill:#522}#mermaid-svg-Q0ApRDBsgCvRFW7g .error-text{fill:#522;stroke:#522}#mermaid-svg-Q0ApRDBsgCvRFW7g .edge-thickness-normal{stroke-width:2px}#mermaid-svg-Q0ApRDBsgCvRFW7g .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-Q0ApRDBsgCvRFW7g .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-Q0ApRDBsgCvRFW7g .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-Q0ApRDBsgCvRFW7g .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-Q0ApRDBsgCvRFW7g .marker{fill:#333}#mermaid-svg-Q0ApRDBsgCvRFW7g .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;} #mermaid-svg-Q0ApRDBsgCvRFW7g {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.3.0 开始 我的操作 确认? 结束 yes no
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. 注脚的解释 ↩︎

关于Qt链接信号与槽不成功的相关推荐

  1. 【Qt】Qt中信号与槽

    00. 目录 文章目录 00. 目录 01. 信号与槽 02. 介绍 03. 信号与槽 04. 信号 05. 槽 06. 一个小例子 07. 一个真实的例子 08. 信号和槽使用默认参数 09. 信号 ...

  2. C++框架_之Qt的信号和槽的详解

    目录 C++_之Qt的信号和槽的详解 1.概述 1.1对象树(子对象动态分配空间不需要释放) 2.信号和槽 Qt5 的书写方式:(推荐的使用)★★★★★ Qt4 的书写方式: 3.自定义信号槽 3.1 ...

  3. QT 的信号与槽机制介绍

    QT 是一个跨平台的 C++ GUI 应用构架,它提供了丰富的窗口部件集,具有面向对象.易于扩展.真正的组件编程等特点,更为引人注目的是目前 Linux 上最为流行的 KDE 桌面环境就是建立在 QT ...

  4. Qt Designer信号和槽

    2019独角兽企业重金招聘Python工程师标准>>> 先入一些信号槽的基本介绍: 信号和槽是一种高级接口,应用于对象之间的通信,它是 QT 的核心特性,也是 QT 区别于其它工具包 ...

  5. 【qt】QT 的信号与槽机制

    QT 是一个跨平台的 C++ GUI 应用构架,它提供了丰富的窗口部件集,具有面向对象.易于扩展.真正的组件编程等特点,更为引人注目的是目前 Linux 上最为流行的 KDE 桌面环境就是建立在 QT ...

  6. 【转载】QT 的信号与槽机制介绍

    QT 是一个跨平台的 C++ GUI 应用构架,它提供了丰富的窗口部件集,具有面向对象.易于扩展.真正的组件编程等特点,更为引人注目的是目前 Linux 上最为流行的 KDE 桌面环境就是建立在 QT ...

  7. QT下信号与槽不在同一个线程中如何connect

    QT下信号与槽不在同一个线程中如何connect

  8. QT 读取csv文件-QT根据显示器大小设置窗口大小-QT绑定信号与槽

    QT 读取csv文件 废话不多说先上代码, 需要引入的头文件: 函数是自己写的一个小项目截取的一段,基本上思路就是这个.读取csv格式的和读取txt文件类似. #include <QFile&g ...

  9. Qt的信号和槽是如何工作的

     用Qt做过开发的朋友,不知道是否曾为下面这些问题疑惑过: 我们知道Qt是基于C++的,Qt写的代码最终还是要由C++编译器来编译,但是我们的Qt代码中有很多C++里没有的关键字,比如slots\ ...

最新文章

  1. 障碍物规避算法的MATLAB仿真
  2. 云上效率提升指南 | K8S和Serverless还能这么玩
  3. centos7.x 64位 rpm安装JDK8
  4. LeetCode 147. 对链表进行插入排序(链表)
  5. pymysql建表_Python数据库操作,针对pymysql 和 MYSQL数据库
  6. Grok解析 centos 的 nginx 原生格式日志
  7. 华为方舟编译器正式上线 已经拥有45家合作伙伴
  8. 向架构师进军--定义需求
  9. python open可以打开什么类型文件_Python打开文件open()的注意事项
  10. VB2010(29)Web部署应用程序
  11. VirtualBox装VBoxGuestAdditions增强工具失败
  12. solaris java 安装_solaris中安装jdk环境
  13. 光孝寺招聘员工!月薪15000,早九晚五,免费饭菜,有证者优先,工作六根清净,而且.......
  14. 中职学校计算机课程标准,中等职业学校信息技术课程标准2020.pdf
  15. WAP技术与网站建立(转)
  16. latex强制图片标题居中
  17. css 点击事件击穿
  18. 游戏建模师是做什么的?游戏建模有哪些常用软件?
  19. 微信小程序开发01 双线程模型:为什么小程序不用浏览器的线程模型?
  20. App是什么,可以分为几类?及其相关解释。

热门文章

  1. 【对讲机的那点事】带你玩转凯益星CG53数字对讲机的读、写频操作
  2. java 枚举命名规则,枚举命名惯例 - 复数
  3. easywechat (在thinkphp5中使用easywechat完成微信网页认证)
  4. 请教ip routing指令与no switchport区别?
  5. 键盘控制计算机的原理,键盘内部结构和原理的说明
  6. 微信小程序新版canvas绘制图片方法
  7. MT 202 COV General Financial Institution Transfer 覆盖一般金融机构转账
  8. windows资源管理器关闭了怎么打开
  9. VGG16 VGG19
  10. Win11里面【应用或关闭Windows功能】在哪