营销网站建立公司,深圳网站建设软件开发公司,熊猫代理ip,网站的结构与布局优化Qt是一款开源的、跨平台的C开发框架#xff0c;支持Windows、Linux、Mac系统#xff0c;从1995发布第一版以来#xff0c;发展迅猛#xff0c;最开始是用于Nokia手机的Symbian(塞班)系统和应用程序开发#xff0c;现在是用于嵌入式软件、桌面软件(比如WPS、VirtualBox)、A… Qt是一款开源的、跨平台的C开发框架支持Windows、Linux、Mac系统从1995发布第一版以来发展迅猛最开始是用于Nokia手机的Symbian(塞班)系统和应用程序开发现在是用于嵌入式软件、桌面软件(比如WPS、VirtualBox)、Android软件等开发到2023年12月其最新的版本已经更新到了v6.6。 而Qt Creator是Qt的开源实现IDE现在已经集成到了Qt.exe里Qt Creator默认的颜色是白色字体是跟随系统字体。它原来的白色太刺眼系统字体对于编程有点古板。这里介绍Qt Creator的字体、颜色、主题样式设置以Qt 5.14.2为例进行说明。
1 下载并安装微软雅黑字体
1.1 下载微软雅黑字体 微软雅黑字体分为Microsoft YaHei mono字体、Microsoft YaHei字体即一个带mono另一个不带mono。推荐使用带mono的它字体等宽颜色也好看。 Microsoft YaHei mono字体地址 https://pan.baidu.com/s/1nG3m_plcfnrbNgksnep5_Q 提取码in9h 下载之后将其解压得到MSYHMONO.ttf文件右击MSYHMONO.ttf文件 --》再点击为所有用户安装即可如图(1)所示 图(1) 安装微软雅黑mono字体 1.2 启用Microsoft YaHei mono字体 点击QtCreator菜单栏上的[工具] -- 选项 --》 文本编辑器 --》字体 --》选中 Microsoft YaHei mono --》Apply 图(2) 点击Qt Creator工具栏上的[工具]--选项 图(3) 在[文本编辑器] --》字体和颜色 --》选中Microsoft YaHei Mono 2 配置字体和颜色文件
2.1 编写vscode.xml vscode.xml是一个仿造vscode软件经典黑色的配置文件代码区和工具栏都是亮酷的黑色如图(1)所示 图(3) vscode的字体样式 在D:\Qt\Qt5.14.2\Tools\QtCreator\share\qtcreator\styles目录新建一个vscode.xml文件将如下内容拷贝到vscode.xml; //D:\Qt\Qt5.14.2\Tools\QtCreator\share\qtcreator\styles\vscode.xml
?xml version1.0 encodingUTF-8?
style-scheme version1.0 nameVSCodestyle nameText foreground#9cdcfe italicfalse background#282c34/style nameLink /style nameSelection background#264f78/style nameLineNumber foreground#858585 background#1e1e1e/style nameSearchResult background#333333/style nameSearchScope background#1e1e1e/style nameParentheses foreground#dcdcaa background#343a40/style nameCurrentLine background#707070/style nameCurrentLineNumber foreground#c6c6c6 boldtrue/style nameOccurrences background#363636/style nameOccurrences.Unused foreground#3b84b1/style nameOccurrences.Rename foreground#ffaaaa background#553636/style nameNumber foreground#b5cea8/style nameString foreground#ce9178/style namePrimitiveType foreground#569cd6/style nameType foreground#4ec9b0/style nameLocal/style nameField/style nameStatic foreground#569cd6 italicfalse/style nameVirtualMethod italicfalse/style nameFunction foreground#dcdcaa italicfalse/style nameKeyword foreground#569cd6/style nameOperator foreground#d4d4d4/style nameOverloaded Operator foreground#dcdcaa/style namePreprocessor foreground#c586c0/style nameLabel foreground#569cd6/style nameComment foreground#6a9955/style nameDoxygen.Comment foreground#6a9955/style nameDoxygen.Tag foreground#00a0a0/style nameVisualWhitespace foreground#c0c0c0/style nameQmlLocalId italicfalse/style nameQmlExternalId foreground#aaaaff italicfalse/style nameQmlTypeId foreground#f3f351/style nameQmlRootObjectProperty italicfalse/style nameQmlScopeObjectProperty italicfalse/style nameQmlExternalObjectProperty foreground#aaaaff italicfalse/style nameJsScopeVar foreground#8888ff italicfalse/style nameJsImportVar foreground#8888ff italicfalse/style nameJsGlobalVar foreground#8888ff italicfalse/style nameQmlStateName italicfalse/style nameBinding foreground#ff5555/style nameDisabledCode foreground#777777 background#282c34/style nameAddedLine foreground#55ffff/style nameRemovedLine foreground#ff5555/style nameDiffFile foreground#6a9955/style nameDiffLocation foreground#ffff55/style nameDiffFileLine foreground#000000 background#d7d700/style nameDiffContextLine foreground#000000 background#8aaab6/style nameDiffSourceLine background#8c2d2d/style nameDiffSourceChar foreground#000000 background#c34141/style nameDiffDestLine background#2d8c2d/style nameDiffDestChar foreground#000000 background#41c341/style nameDeclaration boldfalse/style nameGlobal foreground#9cdcfe italicfalse/
/style-scheme图(4) 在Qt的安装目录styles里新建vscode.xml文件 2.2 启用VSCode字体样式 点击Qt Creator菜单栏上的[工具] -- 选项 --》 文本编辑器 --》字体和颜色选中VSCode --》Apply 图(5) 启用VScode字体样式 3 设置主题样式
3.1 新建oneDark.creatortheme主题文件 Qt Creator左侧的项目浏览框、文件打开框、右下角的输出框都由Theme控制它们保存在D:\Qt\Qt5.14.2\Tools\QtCreator\share\qtcreator\themes目录。 图(6) theme主题控制的区域 在D:\Qt\Qt5.14.2\Tools\QtCreator\share\qtcreator\themes目录新建一个oneDark.creatortheme文件内容如下 //D:\Qt\Qt5.14.2\Tools\QtCreator\share\qtcreator\themes\oneDark.creatortheme
[General]
ThemeNameoneDark
PreferredStylesFusion
DefaultTextEditorColorSchemeoneDark.xml[Palette]
shadowBackgroundff21252b
textffabb2bf
textDisabled99abb2bf
textHighlightedffd7dae0
toolBarItemffabb2bf
toolBarItemDisabled99abb2bf
fancyBarsNormalTextColorffabb2bf
fancyBarsBoldTextColorffabb2bf
hoverBackgroundff31363f
selectedBackgroundff3a3f4b
selectedBackgroundTextffd7dae0
normalBackgroundff282c34
alternateBackgroundff31363f
errorffe06c75
warningffe5c07b
successff98c379
messageff61afef
splitterff181a1f
textColorLink61afef
textColorLinkVisitedc678dd
backgroundColorDisabledff21252b[Colors];DS controls theme START
DScontrolBackgroundnormalBackground
DScontrolOutlinesplitter
DStextColortext
DSdisabledTextColortextDisabled
DSpanelBackgroundff454444
DShoverHighlighthoverBackground
DScolumnBackgroundff363636
DSfocusEditnormalBackground
DSfocusDragff565656
DScontrolBackgroundPressedselectedBackground
DScontrolBackgroundCheckedselectedBackground
DSinteractionselectedBackground
DSsliderActiveTrackff7a7a7a
DSsliderInactiveTrackff4d4d4d
DSsliderHandleff4b5362
DSsliderActiveTrackHoverff7f7f7f
DSsliderInactiveTrackHoverff505050
DSsliderHandleHoverff7a7a7a
DSsliderActiveTrackFocusffaaaaaa
DSsliderInactiveTrackFocusff7a7a7a
DSsliderHandleFocusff1d545c
DSerrorColorerror
DScontrolBackgroundDisabledbackgroundColorDisabled
DScontrolOutlineDisabledff4d4d4d
DStextColorDisabledtextDisabled
DStextSelectionColorselectedBackground
DStextSelectedTextColorselectedBackgroundText
DSscrollBarTrackff4d4d4d
DSscrollBarHandleff4b5362
DScontrolBackgroundInteractionff4d4d4d
DStranslationIndicatorBordersplitter
DSsectionHeadBackgroundalternateBackground
DSchangedStateTextmessage
DS3DAxisXColorerror
DS3DAxisYColorsuccess
DS3DAxisZColormessage
;DS controls theme ENDBackgroundColorAlternatealternateBackground
BackgroundColorDarkshadowBackground
BackgroundColorHoverhoverBackground
BackgroundColorNormalnormalBackground
BackgroundColorDisabledbackgroundColorDisabled
BackgroundColorSelectedselectedBackground
BadgeLabelBackgroundColorCheckedtext
BadgeLabelBackgroundColorUncheckedtext
BadgeLabelTextColorCheckednormalBackground
BadgeLabelTextColorUncheckednormalBackground
CanceledSearchTextColorerror
ComboBoxArrowColortoolBarItem
ComboBoxArrowColorDisabledtoolBarItemDisabled
ComboBoxTextColorfancyBarsNormalTextColor
DetailsButtonBackgroundColorHoverhoverBackground
DetailsWidgetBackgroundColorshadowBackground
DockWidgetResizeHandleColorsplitter
DoubleTabWidget1stSeparatorColorsplitter
DoubleTabWidget1stTabActiveTextColortext
DoubleTabWidget1stTabBackgroundColornormalBackground
DoubleTabWidget1stTabInactiveTextColortext
DoubleTabWidget2ndSeparatorColortoolBarItemDisabled
DoubleTabWidget2ndTabActiveTextColortext
DoubleTabWidget2ndTabBackgroundColorselectedBackground
DoubleTabWidget2ndTabInactiveTextColortext
EditorPlaceholderColorshadowBackground
FancyToolBarSeparatorColortoolBarItemDisabled
FancyTabBarBackgroundColorshadowBackground
FancyTabBarSelectedBackgroundColorselectedBackground
FancyTabWidgetDisabledSelectedTextColortoolBarItemDisabled
FancyTabWidgetDisabledUnselectedTextColortoolBarItemDisabled
FancyTabWidgetEnabledSelectedTextColorfancyBarsBoldTextColor
FancyTabWidgetEnabledUnselectedTextColorfancyBarsBoldTextColor
FancyToolButtonHoverColorhoverBackground
FancyToolButtonSelectedColorselectedBackground
FutureProgressBackgroundColorshadowBackground
IconsBaseColortoolBarItem
IconsDisabledColortoolBarItemDisabled
IconsInfoColormessage
IconsInfoToolBarColormessage
IconsWarningColorwarning
IconsWarningToolBarColorwarning
IconsErrorColorerror
IconsErrorToolBarColorerror
IconsRunColorsuccess
IconsRunToolBarColorsuccess
IconsStopColorerror
IconsStopToolBarColorerror
IconsInterruptColormessage
IconsInterruptToolBarColormessage
IconsDebugColortoolBarItem
IconsNavigationArrowsColorwarning
IconsBuildHammerHandleColorb06112
IconsBuildHammerHeadColortoolBarItem
IconsModeWelcomeActiveColorsuccess
IconsModeEditActiveColormessage
IconsModeDesignActiveColorwarning
IconsModeDebugActiveColormessage
IconsModeProjectActiveColorsuccess
IconsModeAnalyzeActiveColormessage
IconsModeHelpActiveColorwarning
IconsCodeModelKeywordColorff777777
IconsCodeModelClassColorffc0b550
IconsCodeModelStructColorff53b053
IconsCodeModelFunctionColorffd34373
IconsCodeModelVariableColorff2bbbcc
IconsCodeModelEnumColorffc0b550
IconsCodeModelMacroColorff476ba0
IconsCodeModelAttributeColorff316511
IconsCodeModelUniformColorff994899
IconsCodeModelVaryingColorffa08833
IconsCodeModelOverlayBackgroundColornormalBackground
IconsCodeModelOverlayForegroundColortext
InfoBarBackgroundshadowBackground
InfoBarTexttext
MenuBarEmptyAreaBackgroundColorshadowBackground
MenuBarItemBackgroundColorshadowBackground
MenuBarItemTextColorDisabledtextDisabled
MenuBarItemTextColorNormaltext
MenuItemTextColorDisabledtextDisabled
MenuItemTextColorNormaltext
MiniProjectTargetSelectorBackgroundColorshadowBackground
MiniProjectTargetSelectorBorderColorshadowBackground
MiniProjectTargetSelectorSummaryBackgroundColornormalBackground
MiniProjectTargetSelectorTextColorfancyBarsNormalTextColor
PanelStatusBarBackgroundColorshadowBackground
PanelsWidgetSeparatorLineColorsplitter
PanelTextColorDarktext
PanelTextColorMidtext
PanelTextColorLighttextHighlighted
ProgressBarColorErrorerror
ProgressBarColorFinishedsuccess
ProgressBarColorNormalmessage
ProgressBarTitleColortext
ProgressBarBackgroundColoralternateBackground
SplitterColorsplitter
TextColorDisabledtextDisabled
TextColorErrorerror
TextColorHighlighttextHighlighted
TextColorHighlightBackgroundhoverBackground
TextColorLinktextColorLink
TextColorLinkVisitedtextColorLinkVisited
TextColorNormaltext
ToggleButtonBackgroundColorshadowBackground
ToolBarBackgroundColorshadowBackground
TreeViewArrowColorNormalhoverBackground
TreeViewArrowColorSelectedtextOutputPanes_DebugTextColortext
OutputPanes_ErrorMessageTextColorerror
OutputPanes_MessageOutputmessage
OutputPanes_NormalMessageTextColortext
OutputPanes_StdErrTextColorerror
OutputPanes_StdOutTextColortext
OutputPanes_WarningMessageTextColorwarning
OutputPanes_TestPassTextColorsuccess
OutputPanes_TestFailTextColorerror
OutputPanes_TestXFailTextColorerror
OutputPanes_TestXPassTextColormessage
OutputPanes_TestSkipTextColormessage
OutputPanes_TestWarnTextColorwarning
OutputPanes_TestFatalTextColorerror
OutputPanes_TestDebugTextColortext
OutputPaneButtonFlashColorerror
OutputPaneToggleButtonTextColorCheckedfancyBarsNormalTextColor
OutputPaneToggleButtonTextColorUncheckedfancyBarsNormalTextColorDebugger_LogWindow_LogInputff56b6c2
Debugger_LogWindow_LogStatusmessage
Debugger_LogWindow_LogTimeerrorDebugger_WatchItem_ValueNormaltext
Debugger_WatchItem_ValueInvalidtextDisabled
Debugger_WatchItem_ValueChangederrorDebugger_Breakpoint_TextMarkColormessageWelcome_TextColortext
Welcome_ForegroundPrimaryColortext
Welcome_ForegroundSecondaryColortext
Welcome_BackgroundColornormalBackground
Welcome_ButtonBackgroundColornormalBackground
Welcome_DividerColorsplitter
Welcome_HoverColorhoverBackground
Welcome_LinkColortextColorLink
Welcome_DisabledLinkColortextDisabledTimeline_TextColortext
Timeline_BackgroundColor1normalBackground
Timeline_BackgroundColor2shadowBackground
Timeline_DividerColorsplitter
Timeline_HighlightColorselectedBackground
Timeline_PanelBackgroundColoralternateBackground
Timeline_PanelHeaderColornormalBackground
Timeline_HandleColorff4b5362
Timeline_RangeColorselectedBackgroundVcsBase_FileStatusUnknown_TextColortext
VcsBase_FileAdded_TextColorsuccess
VcsBase_FileModified_TextColorwarning
VcsBase_FileDeleted_TextColorerror
VcsBase_FileRenamed_TextColormessage
VcsBase_FileUnmerged_TextColorerrorBookmarks_TextMarkColormessageTextEditor_SearchResult_ScrollBarColorsuccess
TextEditor_CurrentLine_ScrollBarColormessageProjectExplorer_TaskError_TextMarkColorerror
ProjectExplorer_TaskWarn_TextMarkColorwarningCodeModel_Error_TextMarkColorerror
CodeModel_Warning_TextMarkColorwarningQmlDesigner_BackgroundColornormalBackground
QmlDesigner_HighlightColorselectedBackground
QmlDesigner_FormEditorSelectionColormessage
QmlDesigner_FormEditorForegroundColornormalBackground
QmlDesigner_BackgroundColorDarkAlternateshadowBackground
QmlDesigner_BackgroundColorDarkersplitter
QmlDesigner_BorderColorsplitter
QmlDesigner_ButtonColornormalBackground
QmlDesigner_TabDarkshadowBackground
QmlDesigner_TabLighttext
QmlDesigner_FormeditorBackgroundColornormalBackground
QmlDesigner_AlternateBackgroundColoralternateBackground
QmlDesigner_ScrollBarHandleColorff4b5362PaletteWindowshadowBackground
PaletteWindowTexttext
PaletteBasenormalBackground
PaletteAlternateBasealternateBackground
PaletteButtonshadowBackground
PaletteBrightTexterror
PaletteTexttext
PaletteButtonTexttext
PaletteButtonTextDisabledtextDisabled
PaletteToolTipBasehoverBackground
PaletteHighlightselectedBackground
PaletteDarkshadowBackground
PaletteHighlightedTextselectedBackgroundText
PaletteToolTipTexttext
PaletteLinktextColorLink
PaletteLinkVisitedtextColorLinkVisited
PaletteWindowDisabledbackgroundColorDisabled
PaletteWindowTextDisabledtextDisabled
PaletteBaseDisabledbackgroundColorDisabled
PaletteTextDisabledtextDisabled[Flags]
ComboBoxDrawTextShadowfalse
DerivePaletteFromThemetrue
DrawIndicatorBranchtrue
DrawSearchResultWidgetFramefalse
DrawTargetSelectorBottomfalse
DrawToolBarHighlightsfalse
DrawToolBarBordersfalse
ApplyThemePaletteGloballytrue
FlatToolBarstrue
FlatSideBarIconstrue
FlatProjectsModetrue
FlatMenuBartrue
ToolBarIconShadowtrue
WindowColorAsBasetrue
DarkUserInterfacetrue[Gradients]
DetailsWidgetHeaderGradient\1\colornormalBackground
DetailsWidgetHeaderGradient\1\pos1
DetailsWidgetHeaderGradient\size1 如图(7)所示 图(7) 在Qt的themes目录创建oneDark.creatortheme文件 3.2 启用该主题 打开QtCreator --》点击菜单栏上的[工具] -- 选项 --》 环境 --》Interface -- Theme 选择:oneDark --》Apply如图(8)所示 图(8) 启用oneDark主题 4 重启Qt Creator Qt Creator设置在自身的字体、颜色、主题样式之后需要手动重启一下Qt Creator即把Qt Creator先关闭后打开就是重启Qt Creator。 效果如下 图(9) Qt Creator变成了酷黑的IDE 5 Qt Creator字体与主题文件 Qt Creator字体与主题文件 https://pan.baidu.com/s/1xAxDVU4JVbEuLVUvZleijA 提取码hsst 文章转载自: http://www.morning.baohum.com.gov.cn.baohum.com http://www.morning.mdplm.cn.gov.cn.mdplm.cn http://www.morning.hkcjx.cn.gov.cn.hkcjx.cn http://www.morning.lqlhw.cn.gov.cn.lqlhw.cn http://www.morning.bktzr.cn.gov.cn.bktzr.cn http://www.morning.gtqx.cn.gov.cn.gtqx.cn http://www.morning.zffn.cn.gov.cn.zffn.cn http://www.morning.mfmrg.cn.gov.cn.mfmrg.cn http://www.morning.xwrhk.cn.gov.cn.xwrhk.cn http://www.morning.hbhnh.cn.gov.cn.hbhnh.cn http://www.morning.brzlp.cn.gov.cn.brzlp.cn http://www.morning.cjsrg.cn.gov.cn.cjsrg.cn http://www.morning.ylqpp.cn.gov.cn.ylqpp.cn http://www.morning.lwtfr.cn.gov.cn.lwtfr.cn http://www.morning.hjjfp.cn.gov.cn.hjjfp.cn http://www.morning.qcwck.cn.gov.cn.qcwck.cn http://www.morning.ndcf.cn.gov.cn.ndcf.cn http://www.morning.kbbmj.cn.gov.cn.kbbmj.cn http://www.morning.ryrgx.cn.gov.cn.ryrgx.cn http://www.morning.drqrl.cn.gov.cn.drqrl.cn http://www.morning.kwwkm.cn.gov.cn.kwwkm.cn http://www.morning.ypxyl.cn.gov.cn.ypxyl.cn http://www.morning.bkslb.cn.gov.cn.bkslb.cn http://www.morning.bnlch.cn.gov.cn.bnlch.cn http://www.morning.dztp.cn.gov.cn.dztp.cn http://www.morning.myfwb.cn.gov.cn.myfwb.cn http://www.morning.qzfjl.cn.gov.cn.qzfjl.cn http://www.morning.tmbtm.cn.gov.cn.tmbtm.cn http://www.morning.nqpy.cn.gov.cn.nqpy.cn http://www.morning.dppfh.cn.gov.cn.dppfh.cn http://www.morning.lphtm.cn.gov.cn.lphtm.cn http://www.morning.tgts.cn.gov.cn.tgts.cn http://www.morning.ndmbz.cn.gov.cn.ndmbz.cn http://www.morning.mingjiangds.com.gov.cn.mingjiangds.com http://www.morning.rykmf.cn.gov.cn.rykmf.cn http://www.morning.kaakyy.com.gov.cn.kaakyy.com http://www.morning.dxxnq.cn.gov.cn.dxxnq.cn http://www.morning.xkwrb.cn.gov.cn.xkwrb.cn http://www.morning.wpxfk.cn.gov.cn.wpxfk.cn http://www.morning.lzph.cn.gov.cn.lzph.cn http://www.morning.jljiangyan.com.gov.cn.jljiangyan.com http://www.morning.wqbzt.cn.gov.cn.wqbzt.cn http://www.morning.ghkgl.cn.gov.cn.ghkgl.cn http://www.morning.pjtw.cn.gov.cn.pjtw.cn http://www.morning.rqkk.cn.gov.cn.rqkk.cn http://www.morning.zwpzy.cn.gov.cn.zwpzy.cn http://www.morning.hympq.cn.gov.cn.hympq.cn http://www.morning.cknrs.cn.gov.cn.cknrs.cn http://www.morning.gllgf.cn.gov.cn.gllgf.cn http://www.morning.krfpj.cn.gov.cn.krfpj.cn http://www.morning.rrpsw.cn.gov.cn.rrpsw.cn http://www.morning.jgmlb.cn.gov.cn.jgmlb.cn http://www.morning.hpkgm.cn.gov.cn.hpkgm.cn http://www.morning.rgxn.cn.gov.cn.rgxn.cn http://www.morning.ynrzf.cn.gov.cn.ynrzf.cn http://www.morning.jtkfm.cn.gov.cn.jtkfm.cn http://www.morning.cjxqx.cn.gov.cn.cjxqx.cn http://www.morning.skbhl.cn.gov.cn.skbhl.cn http://www.morning.kfbth.cn.gov.cn.kfbth.cn http://www.morning.rzbgn.cn.gov.cn.rzbgn.cn http://www.morning.bkjhx.cn.gov.cn.bkjhx.cn http://www.morning.dbjyb.cn.gov.cn.dbjyb.cn http://www.morning.brbmf.cn.gov.cn.brbmf.cn http://www.morning.hjwkq.cn.gov.cn.hjwkq.cn http://www.morning.tmlhh.cn.gov.cn.tmlhh.cn http://www.morning.cwtrl.cn.gov.cn.cwtrl.cn http://www.morning.bfgbz.cn.gov.cn.bfgbz.cn http://www.morning.qhrsy.cn.gov.cn.qhrsy.cn http://www.morning.qtxwb.cn.gov.cn.qtxwb.cn http://www.morning.wpxfk.cn.gov.cn.wpxfk.cn http://www.morning.hpkr.cn.gov.cn.hpkr.cn http://www.morning.zkqwk.cn.gov.cn.zkqwk.cn http://www.morning.xfjwm.cn.gov.cn.xfjwm.cn http://www.morning.yxmcx.cn.gov.cn.yxmcx.cn http://www.morning.nba1on1.com.gov.cn.nba1on1.com http://www.morning.yxwcj.cn.gov.cn.yxwcj.cn http://www.morning.rxnr.cn.gov.cn.rxnr.cn http://www.morning.gqwbl.cn.gov.cn.gqwbl.cn http://www.morning.jcxyq.cn.gov.cn.jcxyq.cn http://www.morning.nwynx.cn.gov.cn.nwynx.cn