Qt Creator仿Visual Studio黑色主题

转自本人博客:Qt Creator仿Visual Studio黑色主题

1.演示

配置文件和步骤在后面,先看成品,分别是QWidget和QML的代码编写界面:

2. 主题配置文件

下载链接:QtCreator _theme_VS_dark.xml

也可以自己新建一个xml文件,然后把内容复制进去,内容放在文件末尾附录了。

3. Qt Creator配置步骤

  1. 进入配置首选项

  2. 文本编辑器的主题处导入我们的xml文件 QtCreator _theme_VS_dark.xml,个人建议把字体设置为Consolas,很好用的。

附录

QtCreator _theme_VS_dark.xml

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="vs2019(dark)"><style name="Text" foreground="#dcdcdc" background="#2a2a2a"/><style name="Link" foreground="#4183c4"/><style name="Selection" foreground="#ffffff" background="#297acc"/><style name="LineNumber" foreground="#2b91af"/><style name="SearchResult" background="#555500"/><style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/><style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/><style name="SearchResultContainingFunction"/><style name="SearchScope" background="#1e1e1e"/><style name="Parentheses" foreground="#dadada" background="#333333"/><style name="ParenthesesMismatch" background="#ff00ff"/><style name="AutoComplete" foreground="#000080" background="#c0c0ff"/><style name="CurrentLine" background="#a3a3a3"/><style name="CurrentLineNumber" foreground="#ffffff" bold="true"/><style name="Occurrences" background="#ffffff"/><style name="Occurrences.Unused" foreground="#3b84b1"/><style name="Occurrences.Rename" foreground="#ffaaaa"/><style name="Number" foreground="#b5cea8"/><style name="String" foreground="#ffd68f"/><style name="Type" foreground="#4ec9b0"/><style name="Concept" foreground="#4ec9b0"/><style name="Namespace" foreground="#4ec9b0"/><style name="Local" foreground="#9cdcfe"/><style name="Parameter" foreground="#b3adb2"/><style name="Global" foreground="#559cd6"/><style name="Field" foreground="#559cd6"/><style name="Static" foreground="#dcdcaa" italic="true"/><style name="VirtualMethod" foreground="#dcdcaa" italic="true"/><style name="Function" foreground="#dcdcaa"/><style name="Keyword" foreground="#d8a0df"/><style name="PrimitiveType" foreground="#559cd6"/><style name="Operator" foreground="#aaaaaa"/><style name="Overloaded Operator"/><style name="Punctuation"/><style name="Preprocessor" foreground="#beb7ff"/><style name="Macro" foreground="#dcdcaa"/><style name="Label" foreground="#2daae3"/><style name="Comment" foreground="#57a64a"/><style name="Doxygen.Comment" foreground="#57a64a"/><style name="Doxygen.Tag" foreground="#00a0a0"/><style name="VisualWhitespace" foreground="#c0c0c0"/><style name="QmlLocalId" italic="true"/><style name="QmlExternalId" foreground="#aaaaff" italic="true"/><style name="QmlTypeId" foreground="#f3f351"/><style name="QmlRootObjectProperty" italic="true"/><style name="QmlScopeObjectProperty" italic="true"/><style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/><style name="JsScopeVar" foreground="#8888ff" italic="true"/><style name="JsImportVar" foreground="#8888ff" italic="true"/><style name="JsGlobalVar" foreground="#8888ff" italic="true"/><style name="QmlStateName" italic="true"/><style name="Binding" foreground="#9cdcfe"/><style name="DisabledCode" foreground="#777777" background="#222222"/><style name="AddedLine" foreground="#55ffff"/><style name="RemovedLine" foreground="#ff5555"/><style name="DiffFile" foreground="#57a64a"/><style name="DiffLocation" foreground="#ffff55"/><style name="DiffFileLine" foreground="#000000" background="#d7d700"/><style name="DiffContextLine" foreground="#000000" background="#8aaab6"/><style name="DiffSourceLine" background="#8c2d2d"/><style name="DiffSourceChar" foreground="#000000" background="#c34141"/><style name="DiffDestLine" background="#2d8c2d"/><style name="DiffDestChar" foreground="#000000" background="#41c341"/><style name="LogChangeLine" foreground="#c00000"/><style name="LogAuthorName" foreground="#007af4"/><style name="LogCommitDate" foreground="#006600"/><style name="LogCommitHash" foreground="#ff0000"/><style name="LogCommitSubject"/><style name="LogDecoration" foreground="#ff00ff"/><style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/><style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/><style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/><style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/><style name="Declaration" bold="true"/><style name="FunctionDefinition"/><style name="OutputArgument" italic="true"/><style name="StaticMember"/><style name="CocoCodeAdded"/><style name="CocoPartiallyCovered" foreground="#808000"/><style name="CocoNotCovered" foreground="#ff0000"/><style name="CocoFullyCovered" foreground="#00ff00"/><style name="CocoManuallyValidated" foreground="#0000ff"/><style name="CocoDeadCode" foreground="#ff00ff"/><style name="CocoExecutionCountTooLow" foreground="#ff0000"/><style name="CocoNotCoveredInfo" foreground="#ff0000"/><style name="CocoCoveredInfo" foreground="#00ff00"/><style name="CocoManuallyValidatedInfo" foreground="#0000ff"/>
</style-scheme>

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

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

相关文章

【RHCE】转发服务器实验

1.在本地主机上操作 2.在客户端操作设置主机的IP地址为dns 3.测试,客户机是否能ping通

(pyqt5)弹窗-Token验证

前言 为了保护自己的工作成果,控制在合理的范围内使用,设计一个用于Token验证的弹窗. 代码 class TokenDialog(QDialog):def __init__(self, parentNone, login_userNone, mac_addrNone, funcNone):super(TokenDialog, self).__init__(parent)self.login_user login_userself…

手撸俄罗斯方块(五)——游戏主题

手撸俄罗斯方块&#xff08;五&#xff09;——游戏主题 当确定游戏载体&#xff08;如控制台&#xff09;后&#xff0c;界面将呈现出来。但是游戏的背景色、方块的颜色、方框颜色都应该支持扩展。 当前游戏也是如此&#xff0c;引入了 Theme 的概念&#xff0c;支持主题的扩…

雨量监测站的重要性有哪些

在全球气候变化和极端天气事件频发的背景下&#xff0c;雨量监测站成为了我们理解降水模式、预测天气变化以及制定应对措施的重要工具。 雨量监测站是一种专门用于测量和记录降水量的设施。它们通过配备高精度的雨量传感器&#xff0c;能够实时监测降雨情况&#xff0c;并提供关…

【分布式系统】CephFS文件系统之MDS接口详解

目录 一.服务端操作 1.在管理节点创建 mds 服务 2.查看各个节点的 mds 服务&#xff08;可选&#xff09; 3.创建存储池&#xff0c;启用 ceph 文件系统 4.查看mds状态&#xff0c;一个up&#xff0c;其余两个待命&#xff0c;目前的工作的是node01上的mds服务 5.创建用户…

SuperCLUE最新测评发布,360智脑大模型稳居大模型第一梯队

7月9日&#xff0c;国内权威大模型评测机构SuperCLUE发布《中文大模型基准测评2024上半年报告》&#xff0c;360智脑大模型&#xff08;360gpt2-pro&#xff09;在SuperCLUE基准6月测评中&#xff0c;取得总分72分&#xff0c;超过GPT-3.5-Turbo-0125&#xff0c;位列国内大模型…

制作一个自动养号插件的必备源代码!

随着网络社交平台的日益繁荣&#xff0c;用户对于账号的维护和运营需求也日益增长&#xff0c;在这样的背景下&#xff0c;自动养号插件应运而生&#xff0c;成为了许多用户提升账号活跃度、增加曝光量的得力助手。 然而&#xff0c;制作一个高效、稳定的自动养号插件并非易事…

免费分享:中国1KM分辨率月平均气温数据集(附下载方法)

数据简介 中国1KM分辨率月平均气温数据集为中国逐月平均温度数据&#xff0c;空间分辨率为0.0083333&#xff08;约1km&#xff09;。 数据集获取&#xff1a;根据全国2472个气象观测点数据进行插值获取&#xff0c;验证结果可信。 数据集包含的地理空间范围&#xff1a;全国…

常见摄像头模块性能对比

摄像头模块在现代电子设备与嵌入式开发中扮演着重要角色&#xff0c;从智能手机到安全监控系统&#xff0c;再到机器人视觉系统&#xff0c;它们无处不在。以下是一些常见的摄像头模块及其特点的对比&#xff1a; OV2640 分辨率&#xff1a;最高可达200万像素&#xff08;1600x…

vue3 antdv Modal通过设置内容里的容器的最小高度,让Modal能够适当的变高一些

1、当收款信息Collapse也折叠的时候&#xff0c;我们会发现Modal的高度也变成了很小。 2、我们希望高度稍微要高一些&#xff0c;这样感觉上面显示的Modal高度太小了&#xff0c;显示下面的效果。 3、初始的时候&#xff0c;想通过class或者style或者wrapClassName来实现&#…

交易员需要克服的十大心理问题

撰文&#xff1a;Koroush AK 编译&#xff1a;Chris&#xff0c;Techub News 本文来源香港Web3媒体&#xff1a;Techub News 一个交易者在交易上所犯下的最大的错误可能更多来自于心态的失衡而并非技术上的失误&#xff0c;类似的情况已经发生在了无数交易者身上。作为交易者…

linux自动化内存监控与告警

文章目录 前言一、脚本实现1. shell脚本实现2. 脚本功能概览 二、设置定时执行1. 编辑cron任务表2. 设置定时任务 三、通知结果示例总结 前言 在当今数字化与网络化日益普及的时代&#xff0c;系统管理与维护成为了确保业务连续性和数据安全的关键环节。其中&#xff0c;监控系…

MT3056 交换序列

思路&#xff1a; 与题目 MT3055 交换排列 类似 代码&#xff1a; #include <bits/stdc.h> using namespace std; const int N 1e4 10; int n, fa[N], b[N], d[N]; void init(int n) {for (int i 1; i < n; i)fa[i] i; } int find(int x) {return x fa[x] ?…

PostgreSQL 查询字段as别名驼峰大写未生效的坑

as别名驼峰大写的错误示例: select id, game_name as gameName from app_projects;运行效果: as别名驼峰大写的正确示例: select id, game_name as "gameName" from app_projects;运行效果: 代码示例:

1.10编程基础之简单排序--02:奇数单增序列

OpenJudge - 02:奇数单增序列http://noi.openjudge.cn/ch0110/02/ 描述 给定一个长度为N(不大于500)的正整数序列,请将其中的所有奇数取出,并按升序输出。 输入 共2行: 第1行为 N; 第2行为 N 个正整数,其间用空格间隔。 输出 增序输出的奇数序列,数据之间以逗号间隔。数…

springboot 旅游导航系统-计算机毕业设计源码69476

目 录 第 1 章 引 言 1.1 选题背景 1.2 研究现状 1.3 论文结构安排 第 2 章 系统的需求分析 2.1 系统可行性分析 2.1.1 技术方面可行性分析 2.1.2 经济方面可行性分析 2.1.3 法律方面可行性分析 2.1.4 操作方面可行性分析 2.2 系统功能需求分析 2.3 系统性需求分析…

「解析」Cosine-Warmup 学习率策略

参考论文&#xff1a;SGDR: Stochastic Gradient Descent with Warm Restarts Bag of Tricks for Image Classification with Convolutional Neural Networks 梯度下降算法需要我们设置一个值&#xff0c;用来控制权重更新幅度&#xff0c;我们将其称之为学习率。它是控制模型学…

PP网/尼龙网检测方案居然如此高效?

硅胶套是一种由硅胶材料制成的套管&#xff0c;通常用于保护、密封或绝缘电子元件、电线、电缆等。硅胶具有优异的耐高温、耐低温、耐化学腐蚀和绝缘性能&#xff0c;因此硅胶套常被用于需要抗高温、耐磨、耐腐蚀的环境中。硅胶套的柔软性和良好的弹性使其适合于包裹各种形状的…

昇思学习打卡-14-ResNet50迁移学习

文章目录 数据集可视化预训练模型的使用部分实现 推理 迁移学习&#xff1a;在一个很大的数据集上训练得到一个预训练模型&#xff0c;然后使用该模型来初始化网络的权重参数或作为固定特征提取器应用于特定的任务中。本章学习使用的是前面学过的ResNet50&#xff0c;使用迁移学…

EtherCAT笔记(六)—— 分布时钟之一

目录 1. 分布时钟的功能 2. 分布时钟涉及到的概念 2.1 系统时间 2.2 参考时钟 & 从时钟 2.3 主站时钟 2.4 本地时钟 2.4.1 本地时钟的初始偏移量 2.4.2 本地时钟的时钟漂移 2.5 本地系统时间 2.6 传输延时 人们理解知识的一个阻碍就是那些从没见过的概念和这些概念的随意使…