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,一经查实,立即删除!

相关文章

应对挑战:Transformer模型在不平衡数据集上的应用策略

应对挑战&#xff1a;Transformer模型在不平衡数据集上的应用策略 在机器学习领域&#xff0c;数据不平衡是一个常见问题&#xff0c;特别是在自然语言处理&#xff08;NLP&#xff09;任务中。Transformer模型&#xff0c;作为一种强大的序列处理模型&#xff0c;虽然在许多任…

C++常用排序拷贝替换算术生成集合运算算法总结

文章目录 1.常用排序算法1. sort2. random_shuffle3. merge4. reverse 2.常用拷贝和替换算法1. copy2. replace3. replace_if4. swap 3.常用算术生成算法1. accumulate2. fill 4.常用集合算法1. set_intersection2. set_union3. set_difference 1.常用排序算法 在C中&#xff…

【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;支持主题的扩…

Rust入门实战 编写Minecraft启动器#2建立资源模型

首发于Enaium的个人博客 我们需要声明几个结构体来存储游戏的资源信息&#xff0c;之后我们需要将json文件解析成这几个结构体&#xff0c;所以我们需要添加serde依赖。 serde { version "1.0", features ["derive"] }资源相关asset.rs use serde::De…

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

在全球气候变化和极端天气事件频发的背景下&#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;位列国内大模型…

离线安装压缩工具xz指南

在Linux操作系统上离线安装压缩工具xz可能会遇到一些挑战&#xff0c;尤其是当官方下载地址无法访问时。本文将为你提供详细的指导&#xff0c;确保你能够顺利安装xz。 一、下载xz安装包 首先&#xff0c;你可以尝试从xz官方网站下载xz的安装包。以下是官方下载地址&#xff…

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

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

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

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

Kruskal

Prim算法用来处理稠密图&#xff0c;Kruskal算法来处理稀疏图。 大致思路&#xff1a; 先用结构体对该的边以及点进行储存&#xff0c;然后根据每条边的权重来进行升序排序&#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;监控系…

宪法学学习笔记(个人向) Part.3

宪法学学习笔记(个人向) Part 3 3. 国家基本制度 3.1 国家性质 3.1.1 国家性质概述 国家性质的概念 国家性质也称国体&#xff0c;或国家的阶级本质&#xff0c;是指各个阶级在国家中的地位&#xff08;哪个阶层是统治阶层&#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] ?…

快手可图模型的要点

Kolors模型 摘要与介绍 Kolors是一个基于扩散的文本生成图像模型&#xff0c;能够生成高逼真度的图像&#xff0c;支持英文和中文。该模型结合了通用语言模型&#xff08;GLM&#xff09;和由多模态大语言模型生成的细粒度标题&#xff0c;从而提升了其理解和渲染能力。 关键…