当前位置: 首页 > news >正文

农家乐网站建设营销方案wordpress手机分享插件下载

农家乐网站建设营销方案,wordpress手机分享插件下载,西安H5网站开发,沧浪企业建设网站公司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.hkea.cn/news/14575107/

相关文章:

  • 网站如何在百度搜索网站网页制作公司
  • wordpress 网站提速做ppt设计师哪个网站好
  • 建设银行网站打不开 显示停止工作南宁3及分销网站制作
  • 品牌网站的推广邢台市教育局
  • 未备案的网站可以百度推广吗app下载注册推广
  • 网站开发的例子重庆网站建设途锦科技
  • wordpress 站长工具源码做良心网站
  • 山东做网站建设的好公司申请自己的网站空间
  • 外贸网站平台都有哪些平台个人怎么做一个网站
  • 做网站本溪wordpress 精确搜索
  • 美的公司网站建设的目的公司注册地址租赁一般多少钱
  • 做猎头顾问 经常看哪些网站自己注册公司多少钱
  • 零基础源码建设网站沈阳网站网页
  • 高清做 视频在线观看网站网站备案 ip
  • 南城网站建设价格整站seo排名外包
  • 工程建设标准网站中国建筑装饰网图片
  • 深圳网站关键词优化公司哪家好竞价托管是啥意思
  • 网站设计制作公司大全外贸平台网站建设
  • 做房地产网站建设可以免费秒玩游戏的网站
  • 云主机做网站设计类培训机构
  • 如何进行网站建设的销售网站文字设计
  • 外贸网站模板建立做家政服务类网站的要求
  • 庆阳网站设计价格wordpress验证码注册
  • 帝国网站程序如何做一个购物网站页面
  • 建设部网站投诉核查网站换模板要怎么做
  • 微信网站开发 新闻近一周的新闻大事热点
  • wordpress网站如何迁移做网站推销话术
  • 代理网址网站合肥网页制作培训
  • 金融直播间网站开发商业网站导航怎么做
  • 网站建设中代码更合公司网站建设