Qt Creator 设置 One Dark Pro主题

news/2024/5/1 19:55:12/文章来源:https://blog.csdn.net/theRavensea/article/details/137390001

这个是我基于上网很多教程设置 C++ 美化加一些基本的配置,下载这个导入一键设置,省去很多烦恼!!!

Qt Creator 13.0.0 (Community) 新版的 Qt 编辑器还需要一个文件,不然主界面黑屏,网上很多教程都没有此文件,文件我已经上传,如下载不了可以私信我。

此代码美化都是经过精调的!!!有任何都可以私信我

文件onedark.xml 更新

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="One Dark Pro"><style name="Text" foreground="#abb2bf" background="#282c34"/><style name="Link" underlineStyle="SingleUnderline"/><style name="Selection" background="#3e4451"/><style name="LineNumber" foreground="#4b5363"/><style name="SearchResult" background="#324365"/><style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/><style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/><style name="SearchResultContainingFunction" background="#3e4451"/><style name="SearchScope" background="#3e4451"/><style name="Parentheses" foreground="#D19A66" background="#282c34"/><style name="ParenthesesMismatch" foreground="#D19A66" background="#282c34"/><style name="AutoComplete" background="#3e4451"/><style name="CurrentLine" background="#3a3f4b"/><style name="CurrentLineNumber" foreground="#777c87"/><style name="Occurrences" background="#324365"/><style name="Occurrences.Unused" underlineColor="#d19a66" underlineStyle="DashUnderline"/><style name="Occurrences.Rename" background="#e06c75"/><style name="Number" foreground="#d19a66"/><style name="String" foreground="#98c379"/><style name="Type" foreground="#e5c07b"/><style name="Namespace" foreground="#E5C07B"/><style name="Local" foreground="#e06c75"/><style name="Parameter" foreground="#E06C75"/><style name="Global" foreground="#E06C75"/><style name="Field" foreground="#e06c75"/><style name="Static" foreground="#56B6C2" italic="true"/><style name="VirtualMethod" foreground="#61afef" italic="true"/><style name="Function" foreground="#61AFEF"/><style name="Macro" foreground="#D19A66"/><style name="Keyword" foreground="#c678dd"/><style name="PrimitiveType" foreground="#c678dd"/><style name="Punctuation"/><style name="Operator" foreground="#56B6C2"/><style name="Overloaded Operator" foreground="#c678dd"/><style name="Preprocessor" foreground="#c678dd"/><style name="Label" foreground="#e06c75" bold="true"/><style name="Comment" foreground="#5c6370" italic="true"/><style name="Doxygen.Comment" foreground="#7F848E" italic="true"/><style name="Doxygen.Tag" foreground="#C678DD"/><style name="VisualWhitespace" foreground="#3c4049"/><style name="QmlLocalId" foreground="#e5c07b"/><style name="QmlExternalId"/><style name="QmlTypeId" foreground="#61afef"/><style name="QmlRootObjectProperty" foreground="#61afef"/><style name="QmlScopeObjectProperty" foreground="#61afef"/><style name="QmlExternalObjectProperty"/><style name="JsScopeVar"/><style name="JsImportVar" foreground="#d19a66"/><style name="JsGlobalVar" foreground="#d19a66"/><style name="QmlStateName" foreground="#61afef"/><style name="Binding" foreground="#c678dd"/><style name="DisabledCode" foreground="#7F848E"/><style name="AddedLine" foreground="#98c379"/><style name="RemovedLine" foreground="#e06c75"/><style name="DiffFile" foreground="#61afef"/><style name="DiffLocation" foreground="#d19a66"/><style name="DiffFileLine" foreground="#282c34" background="#e5c07b"/><style name="DiffContextLine" foreground="#282c34" background="#56b6c2"/><style name="DiffSourceLine" foreground="#282c34" background="#be5046"/><style name="DiffSourceChar" foreground="#282c34" background="#e06c75"/><style name="DiffDestLine" foreground="#282c34" background="#789353"/><style name="DiffDestChar" foreground="#282c34" background="#98c379"/><style name="LogChangeLine" foreground="#e06c75"/><style name="LogAuthorName" foreground="#61afef"/><style name="LogCommitDate" foreground="#98c379"/><style name="LogCommitHash" foreground="#e06c75"/><style name="LogCommitSubject"/><style name="LogDecoration" foreground="#c678dd"/><style name="Warning" underlineColor="#d19a66" underlineStyle="SingleUnderline"/><style name="WarningContext" underlineColor="#d19a66" underlineStyle="DotLine"/><style name="Error" underlineColor="#e06c75" underlineStyle="SingleUnderline"/><style name="ErrorContext" underlineColor="#e06c75" underlineStyle="DotLine"/><style name="Declaration"/><style name="FunctionDefinition"/><style name="OutputArgument" foreground="#E06C75" italic="true"/><style name="StaticMember"/><style name="CocoCodeAdded"/><style name="CocoPartiallyCovered" foreground="#d19a66"/><style name="CocoNotCovered" foreground="#e06c75"/><style name="CocoFullyCovered" foreground="#98c379"/><style name="CocoManuallyValidated" foreground="#61afef"/><style name="CocoDeadCode" foreground="#c678dd"/><style name="CocoExecutionCountTooLow" foreground="#e06c75"/><style name="CocoNotCoveredInfo" foreground="#e06c75"/><style name="CocoCoveredInfo" foreground="#98c379"/><style name="CocoManuallyValidatedInfo" foreground="#61afef"/><style name="LastStyleSentinel"/>
</style-scheme>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.luyixian.cn/news_show_1046061.aspx

如若内容造成侵权/违法违规/事实不符,请联系dt猫网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

目标检测——RCNN系列学习(二)Faster RCNN

接着上一篇文章&#xff1a;目标检测——RCNN系列学习(一&#xff09;-CSDN博客 主要内容包含&#xff1a;Faster RCNN 废话不多说。 Faster RCNN [1506.01497] Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks (arxiv.org)https://arxiv.…

跨域问题一文解决

&#x1f4dd;个人主页&#xff1a;五敷有你 &#x1f525;系列专栏&#xff1a;Vue ⛺️稳中求进&#xff0c;晒太阳 一、为什么会出现跨域的问题&#xff1f; 是浏览器的同源策略&#xff0c;跨域也是因为浏览器这个机制引起的&#xff0c;这个机制的存在还是在于安全…

Netty 入门应用之Http服务WebSocket

Netty实现Http服务 主要的变化是在初始化器中引入了新的编解码器 一些创建的类作用和Netty HelloWorld的小demo一样我这里就不再次重复了 1、Http服务端代码 public class HttpServer {public static void main(String[] args) {// 创建Reactor// 用来管理channel 监听事件 …

力扣HOT100 - 238. 除自身以外数组的乘积

解题思路&#xff1a; 当前位置的结果就是它左部分的乘积再乘以它右部分的乘积。因此需要进行两次遍历&#xff0c;第一次遍历用于求左部分的乘积&#xff0c;第二次遍历在求右部分的乘积的同时&#xff0c;再将最后的计算结果一起求出来。 class Solution {public int[] prod…

Vue3学习01 Vue3核心语法

Vue3学习 1. Vue3新的特性 2. 创建Vue3工程2.1 基于 vue-cli 创建项目文件说明 2.2 基于 vite 创建具体操作项目文件说明 2.3 简单案例(vite) 3. Vue3核心语法3.1 OptionsAPI 与 CompositionAPIOptions API 弊端Composition API 优势 ⭐3.2 setup小案例setup返回值setup 与 Opt…

【vue/uniapp】使用 smooth-signature 实现 h5 的横屏电子签名

通过github链接进行下载&#xff0c;然后代码参考如下&#xff0c;功能包含了清空、判断签名内容是否为空、生成png/jpg图片等。 签名效果&#xff1a; 预览效果&#xff1a; 下载 smooth-signature 链接&#xff1a;https://github.com/linjc/smooth-signature 代码参考&a…

nexus搭建maven与docker镜像的私有仓库

引言 通过nexus搭建maven与docker镜像的私有仓库,实现jar包与镜像动态更新、共享、存储。 一、nexus部署 通过docker-compose部署nexus name: java services:#############################环境#############################env-nexus:restart: always## 3.58.1image: so…

ANSYS 2024 R1 HFSS部分更新介绍(附下载)

1. 优化Layout component工作流 • 支持多区域 - 支持参数化弯曲定义的刚柔结合的PCB • Phi 网格可用 • 支持Mesh Fusion •简化创建复杂装配体的过程 2. 提升求解器速度 • 分布式矩阵汇编的内存使用率改进 ‐减少分布式矩阵求解器的RAM消耗 • 分布式稀疏直接求解器&am…

物联网实战--驱动篇之(六)4G通讯(Air780E)

目录 一、4G模块简介 二、AIR780E驱动程序 三、AIR780使用注意事项 四、结合MQTT传输测试 一、4G模块简介 4G应该是我们日常生活最常见的一种互联网通讯方式了&#xff0c;每个智能手机都配置了&#xff0c;不过手机的4G跟我们物联网领域要用的4G有点区别。首先是物联网采用…

芯来科技、IAR和MachineWare携手加速符合ASIL标准RISC-V汽车芯片创新

支持软件开发团队在虚拟硬件平台上进行固件和MCAL开发 芯来科技&#xff08;Nuclei&#xff09;、IAR和MachineWare紧密合作&#xff0c;加速RISC-V ASIL合规汽车解决方案的创新。此次合作简化了汽车电子的固件和MCAL开发&#xff0c;提供了虚拟和物理硬件平台之间的无缝集成。…

Harmony鸿蒙南向驱动开发-SDIO

SDIO&#xff08;Secure Digital Input and Output&#xff09;由SD卡发展而来&#xff0c;与SD卡统称为MMC&#xff08;MultiMediaCard&#xff09;&#xff0c;二者使用相同的通信协议。SDIO接口兼容以前的SD卡&#xff0c;并且可以连接支持SDIO接口的其他设备。 运作机制 …

SpringBoot --pagehelper分页

目录 1.建立数据库 2.页面显示 3.基本逻辑 4.配置依赖 5.使用pagehelper 6.页面列表 页面 效果 1.建立数据库 create database if not exists my_book; use my_book; create table if not exists myBook (id int primary key auto_increment,name varchar(50) not …

Node.js常用快捷键

1.常用的终端命令&#xff1a; &#xff08;1&#xff09;del 文件名&#xff1a; 删除文件 &#xff08;2&#xff09;ipconfig: 查看IP命令 &#xff08;3&#xff09;mkdir 目录名 &#xff1a;在当前目录新建指定目录 &#xff08;4&#xff09;rd 目录名&#xff1a;在当前…

【opencv】示例-ela.cpp JPEG图像的错误等级分析(ELA) 通过分析图像压缩后的差异来检测图像是否被篡改过...

ela_modified.jpg 原始ela_modified压缩后再解压得到compressed_img 差异图像Ela 这段代码的功能是实现JPEG图像的错误等级分析&#xff08;ELA&#xff09;&#xff0c;通过分析图像压缩后的差异来检测图像是否被篡改过。程序会首先读取一张图片&#xff0c;然后对其应用质量…

PHP自助建站系统,小白也能自己搭建网站

无需懂代码&#xff0c;用 自助建站 做企业官网就像做PPT一样简单&#xff0c;您可以亲自操刀做想要的效果&#xff01; 自助建站是一款简单、快捷、高效的工具&#xff0c;可以帮助您制作响应式网站。我们的自助建站系统&#xff0c;将传统的编码工作转化为直观的拖拽操作和文…

Qt | 元对象系统

一、QByteArray 类简介 1、QByteArray 类简介  该类是一个用于处理字符串的类似于 C++的 string 类型的类,在 Qt 中,对字符串的处理,经常使用的是 QString 类,该类保证字符串以\0结尾,并使用隐式共享(copy-on-write)来减少内存用量和不必要的数据复制。  QByteArra…

Web3 的社会影响:数字社会的新时代

随着科技的不断进步和创新&#xff0c;人类社会正逐步进入数字化时代的新阶段。Web3 技术作为数字社会的重要组成部分&#xff0c;正在以前所未有的方式重塑着我们的社会生活和交往方式。本文将探讨 Web3 技术对社会的影响&#xff0c;以及它所带来的数字社会的新时代。 1. Web…

Gitlab全量迁移

Gitlab全量迁移 一、背景1.前提条件 一、背景 公司研发使用的Gitlab由于服务器下架需要迁移到新的Gitlab服务器上。Gitlab官方推荐了先备份然后再恢复的方法。个人采用官方的另外一种方法&#xff0c;就写这篇文章给需要的小伙伴参考。 源Gitlab: http://old.mygitlab.com #地…

数据应用OneID:ID-Mapping Spark GraphX实现

前言 说明 以用户实体为例&#xff0c;ID 类型包含 user_id 和 device_id。当然还有其他类型id。不同id可以获取到的阶段、生命周期均不相同。 device_id 生命周期通常指的是一个设备从首次被识别到不再活跃的整个时间段。 user_id是用户登录之后系统分配的唯一标识&#xff…

3D数据发布工具HOOPS Publish如何将3D模型转换成PDF格式?

在现代科技发展的推动下&#xff0c;3D技术在各个行业中扮演着越来越重要的角色。从工程设计到医疗保健&#xff0c;从建筑规划到教育培训&#xff0c;3D模型都成为了理解、沟通和展示复杂数据的主要工具。而将这些3D模型转换成PDF格式&#xff0c;能够使其更易于共享、存档和展…