WO2024050999A1 - Procédé et appareil de changement d'apparence de thème qml, dispositif électronique et support de stockage - Google Patents
Procédé et appareil de changement d'apparence de thème qml, dispositif électronique et support de stockage Download PDFInfo
- Publication number
- WO2024050999A1 WO2024050999A1 PCT/CN2022/135242 CN2022135242W WO2024050999A1 WO 2024050999 A1 WO2024050999 A1 WO 2024050999A1 CN 2022135242 W CN2022135242 W CN 2022135242W WO 2024050999 A1 WO2024050999 A1 WO 2024050999A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- theme
- style
- skin
- target
- interface
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 48
- 238000012508 change request Methods 0.000 claims description 13
- 230000008569 process Effects 0.000 abstract description 15
- 238000010586 diagram Methods 0.000 description 14
- 238000004590 computer program Methods 0.000 description 7
- LGZXYFMMLRYXLK-UHFFFAOYSA-N mercury(2+);sulfide Chemical compound [S-2].[Hg+2] LGZXYFMMLRYXLK-UHFFFAOYSA-N 0.000 description 7
- 230000006870 function Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 230000000694 effects Effects 0.000 description 3
- 238000013507 mapping Methods 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 238000013515 script Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 239000003086 colorant Substances 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000004927 fusion Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
- G06F9/44526—Plug-ins; Add-ons
Definitions
- the present invention relates to the technical field of control adjustment, and in particular to a Qml theme skin replacement method, device, electronic equipment and storage medium.
- the theme style libraries provided by the Qml control library include Fusion, Material, Imagine, and Universal.
- the styles are limited and it is difficult to meet the theme styles of different industry styles.
- the officially provided theme style does not support the direct inheritance of the child element control style from the parent container control style, causing the child element space to repeatedly modify its style attribute value, resulting in high code duplication and poor flexibility in style selection.
- the officially provided theme style library must determine which theme style to use at the beginning of code writing, and cannot switch themes during the running of the program. Users cannot flexibly choose different theme styles according to their own needs.
- the invention provides a Qml theme skin changing method, device, electronic equipment and storage medium, which are used to solve the technical problem that the existing Qml control cannot perform theme switching during program running.
- the invention provides a Qml theme skin replacement method, which includes:
- the step of determining a target interface theme from the interface theme service according to the theme skin replacement request includes:
- the attributes of the target interface theme obtain a pop-up window theme style corresponding to the target interface theme
- the pop-up window theme style is assigned to the pop-up window attribute.
- the invention also provides a Qml theme skin replacement device, which includes:
- the interface theme service calling module is used to call the interface theme service when receiving a theme skin change request for the preset Qml control;
- a target interface theme determination module configured to determine a target interface theme from the interface theme service according to the theme skin replacement request
- a target theme style acquisition module used to acquire the target theme style corresponding to the target interface theme
- the theme skin acquisition module is used to acquire the theme skin corresponding to the target theme style
- the theme skin display module is used to display the theme skin on the preset display interface.
- the target interface theme determination module includes:
- the skin attribute acquisition submodule is used to obtain skin attributes from the theme skin replacement request
- the target interface theme determination sub-module is used to determine the target interface theme from the interface theme service according to the skin attributes.
- the target theme style includes a general theme style; the target theme style acquisition module includes:
- the general attribute acquisition sub-module is used to obtain the general attributes of the target interface theme
- the general theme style acquisition sub-module is used to obtain the general theme style corresponding to the target interface theme according to the attributes of the target interface theme;
- a general theme style assignment sub-module is used to assign the general theme style to the general attributes.
- the target theme style also includes a pop-up window theme style;
- the target theme style acquisition module also includes:
- the pop-up window attribute acquisition sub-module is used to obtain the redefined pop-up window attributes in the Qml control
- the pop-up window theme style acquisition sub-module is used to obtain the pop-up window theme style corresponding to the target interface theme according to the attributes of the target interface theme;
- the pop-up window theme style assignment sub-module is used to assign the pop-up window theme style to the pop-up window attributes.
- the invention also provides an electronic device, which includes a processor and a memory:
- the memory is used to store program code and transmit the program code to the processor
- the processor is configured to execute the Qml theme skin replacement method as described in any one of the above according to instructions in the program code.
- the present invention also provides a computer-readable storage medium, which is used to store program code, and the program code is used to execute the Qml theme skin replacement method as described in any one of the above.
- the present invention discloses a Qml theme skin replacement method, which includes: when receiving a theme skin replacement request for a preset Qml control, calling the interface theme service; according to The theme skin replacement request determines the target interface theme from the interface theme service; obtains the target theme style corresponding to the target interface theme; obtains the theme skin corresponding to the target theme style; and displays the theme skin on the preset display interface.
- the present invention sets the mapping between the skin and the theme style, so that when a skin replacement request is received during the running of the program, the relevant attributes of the theme style in the control can be adjusted, thereby realizing the replacement of the skin during the running of the program.
- Figure 1 is a step flow chart of a Qml theme skin replacement method provided by an embodiment of the present invention
- Figure 2 is a schematic diagram of the relationship between theme styles and controls in the embodiment of the present invention.
- Figure 3 is a schematic diagram of the relationship between skins and theme styles in an embodiment of the present invention.
- Figure 4 is a step flow chart of a Qml theme skin replacement method provided by another embodiment of the present invention.
- Figure 5 is a schematic diagram of a theme skin calling provided by an embodiment of the present invention.
- Figure 6 is a schematic structural diagram of a Qml theme skin replacement device provided by an embodiment of the present invention.
- Embodiments of the present invention provide a Qml theme skin replacement method, device, electronic equipment and storage medium, which are used to solve the technical problem that existing Qml controls cannot perform theme switching during program running.
- Figure 1 is a step flow chart of a Qml theme skin replacement method provided by an embodiment of the present invention.
- a Qml theme skin replacement method provided by the present invention may specifically include the following steps:
- Step 101 when receiving a theme skin change request for the preset Qml control, call the interface theme service;
- Qml is a descriptive scripting language, and the file format ends with .qml.
- the syntax format is very similar to CSS, but it also supports programming control in the form of JavaScript.
- QtDesigner can design .ui interface files, but it does not support interaction with Qt's native C++ code.
- QtScript can interact with Qt native code, but there is a disadvantage. It is very inconvenient to create a graphical object inherited from QObject in a script. You can only create the graphical object in Qt code and then access it from QtScript.
- Qml can create graphic objects in scripts, and supports various graphic effects, state machines, etc., and can also conveniently interact with C++ codes written in Qt.
- the interface theme service when a theme skin change request for a preset Qml control is received during program running, the interface theme service can be called.
- the interface theme service stores the interface themes that come with the Qml control and user-defined interface themes. Different interface themes point to different skin attributes, and the interface themes can ultimately lead to different skin display effects.
- Step 102 Determine the target interface theme from the interface theme service according to the theme skin change request
- the skin theme that needs to be replaced can be carried in the theme skin replacement request to determine the target interface theme in the interface theme service.
- the interface theme can be a theme based on colors such as starry sky gray, Chinese red, etc., or a theme based on scenery, which can be customized according to needs. This embodiment of the present invention does not specifically limit this.
- Step 103 Obtain the target theme style corresponding to the target interface theme
- the present invention establishes a way for the child element control style to inherit the parent container control style, so that when selecting a skin, the child element control can directly inherit the theme style of the parent container control.
- C++ objects and values can be embedded directly into the context of loaded Qml objects using context properties and context objects.
- QQMLContext class provided by the Qt Qml module, which exposes data to the context of the Qml component, allowing data to be injected into Qml from C++.
- Each QQmlContext contains a set of properties distinct from its QObject, which allow data to be explicitly bound to the context by name.
- Contexts form a hierarchy, the root of which is the root context of the Qml engine. The root context is automatically created by QQmlEngine. Place data available to all Qml component instances instantiated by the engine in the root context.
- the skinname context attribute can be added by calling the setContextProperty method of QQmlContext.
- the Skinname context attribute is used to manage global skin switching. Users can set the skin name enumeration type by themselves, convert the enumeration members into strings, and assign the value to skinname to achieve skin switching on the global Qml page. The number of skins can be one, two or more.
- the corresponding target theme styles can be filtered for each attribute of the Qml control.
- the theme style can be a starry sky gray theme style, a Chinese red theme style, etc., which can be set by the art according to actual needs, and the embodiment of the present invention does not specifically limit this.
- UITheme.qml can be added to the resource file of the project in advance.
- the function of UITheme.qml is to give the control and its sub-controls a theme skin style.
- the skin variable in UITheme.qml is used to set the skin, and withStyle is the current theme style.
- Theme styles can be added according to your needs, which can be one, two or more.
- inheritedTheme is an inherited theme style, which is inherited from the gTheme of the superior control by default.
- the Comp variable is used to point to the current control.
- Loader is used to dynamically load Qml Component objects, and the sourceComponent value is the comp variable. That is, the function of Loader is to change the control pointed by comp.
- the QtObject type is a property that contains only the name of a non-visual element object.
- Th_ in Loader is a QtObject type, which includes theme style name, copy color attribute, logo image path attribute, button background color attribute, etc. Can be further expanded based on needs.
- gTheme in Loader is the current theme variable, pointing to th_ by default.
- the rebuildTheme interface in the Loader is used to update all properties in the comp according to the Loader variable gTheme. If the parameter is true, the theme style of the inherited parent control will be updated first. If there is a value for some properties of withStyle, it will be updated again. For attributes in comp, if the parameter is false, use the theme style pointed to by withStyle.
- the use of the rebuildTheme interface reduces the repeated definition of the same attribute values of parent and child controls in different themes, reducing the amount of code duplication.
- the onLoaded interface in the Loader will be called first, and rebuildTheme is called, that is, when the comp control is loaded, all property values will be updated to the theme style of the inherited parent control by default.
- rebuildTheme(false) is used in onWIthStyleChanged in UITheme.qml, that is, if withStyle is assigned a value, the final property value of the comp control will be updated to the theme style pointed to by withStyle.
- the onSkinChanged interface in UITheme.qml will call the getSkin method in Themes based on the skin variable value.
- the color attribute in Label.qml is assigned to gTheme.txtColor.
- gTheme here is the theme variable in UITheme.qml.
- the text color of the Label will also change, and other controls are similar. It can be seen from the rebuildTheme interface implementation that when the parent control uses a universal style theme and the child control uses a pop-up style theme, the Button background color BtnBackColor value in the parent control is #4E5366, the text color txtColor is #FFFFFF, and the Button background color BtnBackColor value in the child control is #FFFFFF.
- the text color txtColor and background color BtnBackColor of the parent control will first be inherited.
- BtnBackColor that is, the ListElement of the theme corresponding to the pop-up window style stores the BtnBackColor value, so the Button in the child control finally
- the background color of BtnBackColor is #387BFF.
- Step 104 Obtain the theme skin corresponding to the target theme style
- the theme skin can be obtained based on the attributes corresponding to the target body style.
- Themes.qml can be added to the resource file of the project.
- Themes uses ListModel to manage different skin styles.
- the top-level control of Themes is QtObject, that is, the Themes class is only used to define the properties of non-visual elements.
- a linked list model (ListModel) is composed of many linked list elements (ListElement).
- ListElement is an object that stores some key-value pairs. Value is a constant, string [with quotes], Boolean value, number or enumeration.
- the ListElement in this device stores attribute variables consistent with th_ in UITheme.
- Each theme style corresponds to a ListElement.
- the getSkin method of Themes is used to select different themes based on skin.
- a skin can have multiple themes.
- variables that record the general style and pop-up window style can be added to Themes.
- the default value of the general style can be the starry sky gray general style
- the default value of the pop-up window style can be the starry sky gray pop-up window style.
- ListModel contains the starry sky gray general style grayTheme, Chinese red common style redTheme, Telecom blue common theme style blueTheme, starry sky gray pop-up window style messageBoxGrayTheme, Chinese red pop-up window style messageBoxRedTheme, Telecom blue pop-up window theme style messageBoxBlueTheme.
- the getSkin method will assign different values to the general style and pop-up style according to different skins. In one example, the relationship between skins and theme styles is shown in Figure 3.
- Step 105 Display the theme skin on the preset display interface.
- the updated theme skin can be displayed on a preset display interface displaying the original theme skin.
- the present invention enables to adjust the related attributes of the theme style in the control when receiving a skin replacement request during the running of the program, thereby realizing the replacement of the skin during the running of the program.
- FIG. 4 is a step flow chart of a Qml theme skin replacement method provided by another embodiment of the present invention.
- Step 401 When receiving a theme skin change request for the preset Qml control, call the interface theme service;
- Step 402 Obtain skin attributes from the theme skin change request
- Step 403 Determine the target interface theme from the interface theme service according to the skin attributes
- the target interface theme can be determined according to the skin attributes in the theme skin replacement request.
- the skin attributes may include theme color and theme image path.
- Theme color can be divided into a variety of color attributes, such as default background color, font color, button default background color, background color when the mouse rolls over the button, etc.
- the theme image path can be divided into the image path of the logo and the image path of the minimized icon. Add an image to the resource file of the project, and the image path is consistent with the image path in the resource file, and the skin will take effect.
- Step 404 Obtain the target theme style corresponding to the target interface theme
- the target theme style includes a universal theme style
- the step of obtaining the target theme style corresponding to the target interface theme may include the following sub-steps:
- the target theme style also includes a pop-up window theme style; the step of obtaining the target theme style corresponding to the target interface theme also includes:
- Step 405 Obtain the theme skin corresponding to the target theme style
- Step 406 Display the theme skin on the preset display interface.
- the updated theme skin can be displayed on a preset display interface displaying the original theme skin.
- the present invention enables to adjust the related attributes of the theme style in the control when receiving a skin replacement request during the running of the program, thereby realizing the replacement of the skin during the running of the program.
- Figure 5 is a schematic diagram of a theme skin calling provided by an embodiment of the present invention.
- skinname is assigned to starry sky gray
- the applied skin will be assigned to different values.
- the skin will be switched to starry sky gray skin.
- all internal controls wrapped by UITheme such as Rectangle, Label, Button and other controls, will use the common theme style skin, and because the skin is selected Starry sky gray, so the control will automatically select the starry sky gray general theme style corresponding to the starry sky gray skin.
- the withStyle style attribute value of the second layer UITheme control is the pop-up window theme. style.
- the property values of the control will be updated to the common theme style first, and then the property values of the redefined pop-up window style will be updated to the property values of the pop-up window theme style, that is, the controls wrapped in the second layer , will use the pop-up theme style based on inheriting the general theme style.
- the control will use the starry sky gray pop-up window theme style based on inheriting the starry sky gray general theme style.
- the attributes such as the background color of the Button will automatically select the attribute values defined by the Starry Sky Gray pop-up window theme style, and the properties that have not been redefined by the Starry Sky Gray pop-up window theme style, such as text color, will use the Starry Sky Gray general theme.
- the attribute value of the style If a picture is involved in the control, for example, an icon is added to the Button, the device will load the picture with the corresponding path from the resource file according to the icon path value given in the theme.
- the drop-down option of the combobox points to the Chinese Red skin
- the controls wrapped in the first layer of UITheme will automatically switch to the Chinese Red universal style, and the controls wrapped in the second layer of UITheme will use the Chinese Red universal theme style based on inheritance. Red pop-up window theme style.
- FIG. 6 is a schematic structural diagram of a Qml theme skin replacement device provided by an embodiment of the present invention.
- An embodiment of the present invention provides a Qml theme skin replacement device, which includes:
- the interface theme service calling module 601 is used to call the interface theme service when receiving a theme skin change request for the preset Qml control;
- the target interface theme determination module 602 is used to determine the target interface theme from the interface theme service according to the theme skin replacement request;
- the target theme style acquisition module 603 is used to acquire the target theme style corresponding to the target interface theme
- the theme skin acquisition module 604 is used to acquire the theme skin corresponding to the target theme style
- the theme skin display module 605 is used to display the theme skin on the preset display interface.
- the target interface theme determination module 602 includes:
- the skin attribute acquisition submodule is used to obtain skin attributes from the theme skin change request
- the target interface theme determination sub-module is used to determine the target interface theme from the interface theme service according to the skin attributes.
- the target theme style includes a general theme style;
- the target theme style acquisition module 603 includes:
- the general attribute acquisition sub-module is used to obtain the general attributes of the target interface theme
- the general theme style acquisition sub-module is used to obtain the general theme style corresponding to the target interface theme according to the attributes of the target interface theme;
- the general theme style assignment submodule is used to assign common theme styles to common attributes.
- the target theme style also includes a pop-up window theme style;
- the target theme style acquisition module 603 also includes:
- the pop-up window attribute acquisition submodule is used to obtain the redefined pop-up window attributes in the Qml control
- the pop-up window theme style acquisition sub-module is used to obtain the pop-up window theme style corresponding to the target interface theme according to the properties of the target interface theme;
- the pop-up window theme style assignment submodule is used to assign pop-up window theme styles to pop-up window attributes.
- An embodiment of the present invention also provides an electronic device, which includes a processor and a memory:
- Memory is used to store program code and transmit the program code to the processor
- the processor is configured to execute the Qml theme skin replacement method according to the embodiment of the present invention according to the instructions in the program code.
- Embodiments of the present invention also provide a computer-readable storage medium.
- the computer-readable storage medium is used to store program codes.
- the program codes are used to execute the Qml theme skin replacement method of the embodiments of the present invention.
- embodiments of the present invention may be provided as methods, devices, or computer program products.
- embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment that combines software and hardware aspects.
- embodiments of the invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
- Embodiments of the invention are described with reference to flowcharts and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each process and/or block in the flowchart illustrations and/or block diagrams, and combinations of processes and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general-purpose computer, special-purpose computer, embedded processor, or other programmable data processing terminal device to produce a machine such that the instructions are executed by the processor of the computer or other programmable data processing terminal device. Means are generated for implementing the functions specified in the process or processes of the flowchart diagrams and/or the block or blocks of the block diagrams.
- These computer program instructions may also be stored in a computer-readable memory that causes a computer or other programmable data processing terminal equipment to operate in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction means, the The instruction means implements the functions specified in a process or processes of the flowchart and/or a block or blocks of the block diagram.
- These computer program instructions can also be loaded onto a computer or other programmable data processing terminal equipment, so that a series of operating steps are performed on the computer or other programmable terminal equipment to produce computer-implemented processing, thereby causing the computer or other programmable terminal equipment to perform a computer-implemented process.
- the instructions executed on provide steps for implementing the functions specified in a process or processes of the flow diagrams and/or a block or blocks of the block diagrams.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
La présente invention divulgue un procédé et un appareil de changement d'apparence de thème Qml, un dispositif électronique et un support de stockage, qui sont utilisés pour résoudre le problème technique selon lequel des commandes Qml existantes ne peuvent pas réaliser une commutation de thèmes pendant les processus d'opération de programme. L'invention consiste à : lors de la réception d'une demande de changement d'apparence de thème par rapport à une commande Qml prédéfinie, appeler un service de thème d'interface ; selon la demande de changement d'apparence de thème, déterminer, à partir du service de thème d'interface, un thème d'interface cible ; acquérir un style de thème cible correspondant au thème d'interface cible ; acquérir une apparence de thème correspondant au style de thème cible ; et afficher l'apparence de thème sur une interface d'affichage prédéfinie.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211078616.1A CN115437711A (zh) | 2022-09-05 | 2022-09-05 | 一种Qml主题皮肤更换方法、装置、电子设备及存储介质 |
CN202211078616.1 | 2022-09-05 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2024050999A1 true WO2024050999A1 (fr) | 2024-03-14 |
Family
ID=84247171
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2022/135242 WO2024050999A1 (fr) | 2022-09-05 | 2022-11-30 | Procédé et appareil de changement d'apparence de thème qml, dispositif électronique et support de stockage |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN115437711A (fr) |
WO (1) | WO2024050999A1 (fr) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN118535272A (zh) * | 2024-07-25 | 2024-08-23 | 浙江大华技术股份有限公司 | 主题皮肤切换方法、装置、计算机设备和存储介质 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001082065A2 (fr) * | 2000-04-19 | 2001-11-01 | Koninklijke Philips Electronics N.V. | Procede et appareil pour adapter une interface graphique utilisateur |
CN111666123A (zh) * | 2020-05-28 | 2020-09-15 | 平安医疗健康管理股份有限公司 | 页面主题控制方法、系统和计算机设备 |
CN113835803A (zh) * | 2021-09-13 | 2021-12-24 | 北京鲸鲮信息系统技术有限公司 | 应用主题显示方法及装置 |
CN114895942A (zh) * | 2022-05-27 | 2022-08-12 | 平安普惠企业管理有限公司 | 应用换肤方法、装置、设备及存储介质 |
-
2022
- 2022-09-05 CN CN202211078616.1A patent/CN115437711A/zh active Pending
- 2022-11-30 WO PCT/CN2022/135242 patent/WO2024050999A1/fr unknown
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001082065A2 (fr) * | 2000-04-19 | 2001-11-01 | Koninklijke Philips Electronics N.V. | Procede et appareil pour adapter une interface graphique utilisateur |
CN111666123A (zh) * | 2020-05-28 | 2020-09-15 | 平安医疗健康管理股份有限公司 | 页面主题控制方法、系统和计算机设备 |
CN113835803A (zh) * | 2021-09-13 | 2021-12-24 | 北京鲸鲮信息系统技术有限公司 | 应用主题显示方法及装置 |
CN114895942A (zh) * | 2022-05-27 | 2022-08-12 | 平安普惠企业管理有限公司 | 应用换肤方法、装置、设备及存储介质 |
Also Published As
Publication number | Publication date |
---|---|
CN115437711A (zh) | 2022-12-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5920325A (en) | Prioritization of background display during animation | |
TW202141300A (zh) | 頁面處理方法、裝置、設備及儲存媒體 | |
US6877138B2 (en) | Transferring properties between computer objects | |
CN102043618B (zh) | 一种窗口对象显示样式的控制方法及装置 | |
US20130044123A1 (en) | User-specified image colorization for application user interface | |
US8504930B1 (en) | User interface substitution | |
Smith et al. | Android recipes: a problem-solution approach | |
WO2024050999A1 (fr) | Procédé et appareil de changement d'apparence de thème qml, dispositif électronique et support de stockage | |
JP2013137819A (ja) | オンスクリーン・メニューを発生する方法 | |
US9122798B2 (en) | Debugger with method restart capability | |
US9355469B2 (en) | Mode-based graphical editing | |
US11914975B2 (en) | Customized software application template-based generator | |
CN105808218A (zh) | 一种针对用户界面ui控件效果的绘制方法和装置 | |
CN108958873B (zh) | 状态栏沉浸式效果的配置方法、装置、介质和计算机设备 | |
WO2013109858A1 (fr) | Canevas de conception | |
JPH08328795A (ja) | ツールボタンの設定のための方法及び編集装置 | |
CN111158834B (zh) | 界面自定义方法及计算机可读存储介质 | |
CN113987384A (zh) | 态势感知大屏的页面自定义方法 | |
US8271893B1 (en) | Transforming representation information | |
CN110866379B (zh) | 数据可视化图表库系统 | |
CN110908655A (zh) | 换肤方法、装置、计算机设备和可读存储介质 | |
CN116185402A (zh) | 一种弹出视图的创建方法、装置、计算机设备和存储介质 | |
KR102092156B1 (ko) | 표시 장치의 영상 인코딩 방법 | |
US9841868B2 (en) | User configurable user interface | |
CN111367597A (zh) | 一种颜色切换方法、装置及电子设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22957958 Country of ref document: EP Kind code of ref document: A1 |