CN108614805B - Method and system for displaying color expression using QML, server and medium - Google Patents

Method and system for displaying color expression using QML, server and medium Download PDF

Info

Publication number
CN108614805B
CN108614805B CN201810409738.1A CN201810409738A CN108614805B CN 108614805 B CN108614805 B CN 108614805B CN 201810409738 A CN201810409738 A CN 201810409738A CN 108614805 B CN108614805 B CN 108614805B
Authority
CN
China
Prior art keywords
expressive
qml
characters
fonts
font
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810409738.1A
Other languages
Chinese (zh)
Other versions
CN108614805A (en
Inventor
魏洪
陈少杰
张文明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810409738.1A priority Critical patent/CN108614805B/en
Publication of CN108614805A publication Critical patent/CN108614805A/en
Application granted granted Critical
Publication of CN108614805B publication Critical patent/CN108614805B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/109Font handling; Temporal or kinetic typography

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses a method, a system, a server and a medium for displaying color expressions by using QML (QML framework language). A non-expressive common font is loaded by searching color expression fonts supported by a Windows system by adopting a LoadFont interface provided by QML, color expression fonts are loaded by using an expression font family provided by a cascading style sheet in html, meanwhile, in a text control of an application program developed based on QML, a rendering module capable of supporting a font rendering mode per se is selected, and a text format capable of supporting html (hypertext markup language) character analysis is set; then, according to the expressive characters provided by the Unicode, matching, screening and distinguishing the expressive characters and non-expressive common characters in the input character string of the application program developed based on QML; and finally, analyzing the expressive characters and the non-expressive common characters by respectively adopting the color expressive fonts and the non-expressive common fonts, thereby achieving the purpose of drawing the color expressions by using QML.

Description

Method and system for displaying color expression using QML, server and medium
Technical Field
The present invention relates to the field of software engineering, and in particular, to a method and system for displaying color expressions using QML, a server, and a medium.
Background
Since Emoji was born, Emoji greatly enriches our life and communication exchanges, and users are more and more accustomed to entering Emoji, and therefore, contact with Emoji is only more and more frequent. Emoji (Emoji) is a graphic character that is often used as an emoticon in networks. Emoji is not a picture, and each Emoji has an independent code like a character and can be stored in a word stock.
Emoji comes from programmers, but it has in turn caused some confusion to programmers, such as the form of computer representation of Emoji. Starting from 2010, some emoticon character sets have been incorporated uniformly into the standard Unicode indexing system, i.e., emoticons are mapped to character sequences in the Unicode table, so that the same emoticon can have uniform Unicode expressions on different platforms, in Unicode encoding, Emoji is arranged mainly at positions of 241 th to 247 th rows (1F000-1F6FF) of plane No. 1, and 39 th and 40 th rows (2600-27FF) of plane No. 0, while encoding takes the expression of U + sequences, while UTF-8 also gives a specific expression.
Because many Windows software are developed based on QML, how to draw Emoji black and white expressions by using a QML rendering mode is a difficult problem, and meanwhile, because system fonts provided by Windows are usually black and white, and then the color expressions of Emoji need to be displayed by using QML, the method is also a difficult problem.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, a system, a server, and a medium for displaying color expressions using QML, so as to solve the problem that Emoji color expressions cannot be drawn by using a QML rendering method in the prior art.
In a first aspect of the embodiments of the present invention, a method for displaying color expressions using QML is provided, which includes the following steps:
searching color expression fonts supported by a Windows system;
loading non-expressive common fonts through a LoadFont interface provided in an application program developed based on QML, and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html;
selecting a rendering module capable of supporting a font rendering mode from a text control of an application program developed based on QML (QML markup language), and setting a text format capable of supporting html (hypertext markup language) character analysis;
matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
and analyzing the expression characters and the non-expression common characters by adopting the color expression fonts and the non-expression common fonts respectively.
In a second aspect of the embodiments of the present invention, a system for displaying color expressions using QML is provided, which includes the following functional blocks:
the font searching module is used for searching the color expression fonts supported by the Windows system;
the font loading module is used for loading non-expressive common fonts through a LoadFont interface provided in an application program developed based on QML and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html;
the control setting module is used for selecting a rendering module capable of supporting a font rendering mode from text controls of an application program developed based on QML (QML markup language) and setting a text format capable of supporting html (hypertext markup language) character analysis;
the character screening module is used for matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
and the character analysis module is used for analyzing the expression characters and the non-expression common characters by respectively adopting the color expression fonts and the non-expression common fonts.
In a third aspect of the embodiments of the present invention, a server is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the steps of the method for displaying color expressions using QML as described above.
In a fourth aspect of the embodiments of the present invention, there is provided a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the method for displaying color expressions using QML as described above.
The method, the system, the server and the medium for displaying the color expression by using the QML have the advantages that the color expression fonts supported by the Windows system are searched, the LoadFont interface provided by the QML is adopted to load the non-expression common fonts, the expression font family provided by the html middle-layer cascading style sheet is used to load the color expression fonts, meanwhile, in the text control of the application program developed based on the QML, the rendering module capable of supporting the font rendering mode is selected, and the text format capable of supporting html character analysis is set; then, according to the expressive characters provided by the Unicode, matching, screening and distinguishing the expressive characters and non-expressive common characters in the input character string of the application program developed based on QML; and finally, analyzing the expressive characters and the non-expressive common characters by respectively adopting the color expressive fonts and the non-expressive common fonts, thereby achieving the purpose of drawing the color expressions by using QML.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a block diagram of a flow chart of a method for displaying color expressions using QML according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating the steps of a method for displaying color expressions using QML according to an embodiment of the present invention;
FIG. 3 is a block diagram of the flowchart of step S5 in FIG. 1;
fig. 4 is a functional block diagram of a system for displaying color expressions using QML according to an embodiment of the present invention;
FIG. 5 is a block diagram of functional units of a character parsing module according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1 and fig. 2, an embodiment of the present invention provides a method for displaying color expressions using QML, where the method for displaying color expressions using QML includes the following steps:
and S1, searching the color expression fonts supported by the Windows system.
The color expression font supported by the Windows system is Segeo UI Emoji. Specifically, by looking at a font mapping table provided in a microsoft Windows system, after Windows7, microsoft provides a Segoe UI Emoji font specially used for drawing an Emoji expression, and the Segeo UI Emoji provides a search function, a corresponding Emoji symbolic expression can be obtained by inputting Unicode, and a corresponding Unicode content can be obtained by the Emoji expression.
S2, loading non-expressive ordinary fonts through a LoadFont interface provided in the QML-based developed application program, and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html.
The method comprises the steps that a LoadFont interface is arranged in an application program developed based on QML, color expression fonts supported by a Windows system can be dynamically loaded through the LoadFont interface, a specific operation mode is that font files are put into a specified directory, then a font file path is specified through a Source field in the LoadFont interface, and when the application program developed based on QML is started, due to the fact that the file path is specified in advance, the application program developed based on QML can automatically load related fonts. However, since the non-expressive font is also supported at the same time, and QML only provides one font, if the font is directly changed to the color expressive font Segeo UI Emoji supported by the Windows system, it is unable to support the parsing of english and numbers, so another font is needed to be used, for example: microsoft is supporting characters such as numbers and english.
Because the frequency of expression use is not English and high in number, and the expression font family provided by the cascading style sheet in the html is time-consuming, the invention loads achromatic expression fonts through a LoadFont interface provided in an application program developed based on QML, and loads chromatic expression fonts through the expression font family provided by the cascading style sheet in the html, thereby supporting the display of all characters.
S3, selecting a rendering module capable of supporting a font rendering mode from the text control of the QML-based developed application program, and setting a text format capable of supporting html (hypertext markup language) character analysis. Preferably, in the text control of the application developed based on QML, the rendering module capable of supporting the rendering mode of the font itself is specifically a native render module, and the text format capable of supporting html parsing characters is specifically RichText.
The Text control of the application program developed based on the QML provides two rendering modes, one is a native render original rendering mode, the other is QtRendering, and the QtRendering can change the rendering mode of the font, so the native render mode of the Text control RenderType in the application program developed based on the QML needs to be used for supporting the rendering mode of the font.
Secondly, an application program developed based on QML provides four modes for supporting Text formats, namely AutoText, PlainText, StyledText and RichText, wherein only RichText supports rich Text html, so that the format of Text needs to be set to RichText to support html parsing characters.
Meanwhile, the scaling in the native render needs to be modified into the proportional scaling of the frame and the font. The specific operation mode is that firstly, the proportion of the font and the frame is calculated, then the width of the window is obtained when the window is zoomed, and finally the width of the whole font and the frame is calculated according to the proportion of the font and the frame, so that the zooming proportion in the native render is modified into the equal proportion zooming of the frame and the font according to the width of the whole font and the frame.
And S4, matching, screening and distinguishing expressive characters and non-expressive common characters in the input character string of the QML-based developed application program according to the expressive characters provided by the Unicode.
Since the Unicode interval of the expressive characters provided by Unicode official is (\\ ud83c \ udf00- \ ud83c \ udfff), (\\ ud83d \ udc00- \ ud83d \ ude4 f), (\ ud83d \ ude80- \\ ud83d \ udeff), (\ u2600- \\ u2b55), the input character string of the QML development-based application is screened through the regular expression.
Specifically, each character in an input character string of an application program developed based on QML is converted into Unicode, if the converted Unicode is within the Unicode interval of the expressive character, the character is represented as an expressive character, and if the converted Unicode is not within the Unicode interval of the expressive character, the character is represented as a non-expressive ordinary character, and the expressive character and the non-expressive ordinary character can be distinguished through the method.
And S5, analyzing the expressive characters and the non-expressive ordinary characters by respectively adopting the color expressive fonts and the non-expressive ordinary fonts.
As shown in fig. 3, the step S5 includes the following specific steps:
s51, adding font marks before the screened expression characters;
s52, according to the font marks, color expression fonts supported by a Windows system are appointed for the color expression characters to be analyzed;
and S53, loading the non-expressive common font by using a LoadFont interface for analyzing the non-expressive characters.
Specifically, a font mark (b style) is added before the screened expression characters, and then a corresponding font family group is added to the expression characters by using the font family group provided by the css in the html according to the font mark, namely, the color expression characters supported by the Windows system are appointed to be analyzed, and the non-expression characters are analyzed by using a LoadFont interface to load non-expression common fonts, so that the purpose of displaying the color expressions in the QML development-based application program is achieved.
The method for displaying the color expression by using the QML has the advantages that the color expression fonts supported by the Windows system are searched, the LoadFont interface provided by the QML is adopted to load the non-expression common fonts, the expression font family provided by the cascading style sheet in the html is used to load the color expression fonts, meanwhile, in the text control of the application program developed based on the QML, a rendering module capable of supporting the rendering mode of the fonts is selected, and the text format capable of supporting html to analyze characters is set; then, according to the expressive characters provided by the Unicode, matching, screening and distinguishing the expressive characters and non-expressive common characters in the input character string of the application program developed based on QML; and finally, analyzing the expressive characters and the non-expressive common characters by respectively adopting the color expressive fonts and the non-expressive common fonts, thereby achieving the purpose of drawing the color expressions by using QML. Preferably, the method for displaying color expressions by using QML according to the present invention can be practically applied to editing color expressions in a bullet screen, so that the information of the bullet screen is more vivid.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
The above mainly describes a method of displaying color expressions using QML, and a system of displaying color expressions using QML will be described in detail below.
Fig. 4 is a block diagram illustrating an embodiment of a system for displaying color expressions using QML according to an embodiment of the present invention. As shown in fig. 4, the system for displaying color expressions using QML includes the following functional blocks:
the font searching module 10 is used for searching the color expression fonts supported by the Windows system;
a font loading module 20, configured to load a non-expressive normal font through a LoadFont interface provided in an application program developed based on QML, and load a color expressive font using an expressive font family provided by a cascading style sheet in html;
the control setting module 30 is configured to select a rendering module capable of supporting a font rendering mode from text controls of an application program developed based on QML, and set a text format capable of supporting html (hypertext markup language) character analysis;
the character screening module 40 is used for matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
and the character analysis module 50 is used for analyzing the expressive characters and the non-expressive ordinary characters by respectively adopting the color expressive fonts and the non-expressive ordinary fonts.
As shown in fig. 5, the character parsing module includes the following functional units:
a mark adding unit 51 for adding a font mark before the selected expressive character;
the expression character analysis unit 52 is used for specifying a color expression font supported by a Windows system for the color expression characters to be analyzed according to the font marks;
and the non-expressive character analysis unit 53 is used for analyzing the non-expressive characters by loading non-expressive common fonts by using a LoadFont interface.
Fig. 6 is a schematic diagram of a server structure for displaying color expressions using QML according to an embodiment of the present invention. The server, which is a device providing computing services, generally refers to a computer with high computing power, and is provided to a plurality of users via a network. As shown in fig. 6, the server 6 of this embodiment includes: a memory 61, a processor 62, and a system bus 63, the memory 61 including an executable program 611 stored thereon, it being understood by those skilled in the art that the terminal device configuration shown in fig. 6 does not constitute a limitation of the terminal device, and may include more or less components than shown, or some components in combination, or a different arrangement of components.
The following specifically describes each constituent component of the terminal device with reference to fig. 6:
the memory 61 may be used to store software programs and modules, and the processor 62 executes various functional applications and data processing of the terminal by operating the software programs and modules stored in the memory 61. The memory 61 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal, etc. Further, the memory 61 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The executable program 611 for the method of displaying color expressions using QML is contained on the memory 61, and the executable program 611 may be divided into one or more modules/units, which are stored in the memory 61 and executed by the processor 62 to complete the delivery of the notification and to obtain the notification implementation process, and may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 611 in the server 6. For example, the computer program 611 may be divided into an acquisition module, a comparison module, a concatenation module, and a sending module.
The processor 62 is a control center of the server, connects various parts of the entire terminal device using various interfaces and lines, and performs various functions of the terminal and processes data by running or executing software programs and/or modules stored in the memory 61 and calling data stored in the memory 61, thereby performing overall monitoring of the terminal. Alternatively, processor 62 may include one or more processing units; preferably, the processor 62 may integrate an application processor, which primarily handles operating systems, applications, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 62.
The system bus 63 is used to connect functional units inside the computer, and can transmit data information, address information, and control information, and may be, for example, a PCI bus, an ISA bus, a VESA bus, or the like. The instructions of the processor 62 are transmitted to the memory 61 through the bus, the memory 61 feeds data back to the processor 62, and the system bus 63 is responsible for data and instruction interaction between the processor 62 and the memory 61. Of course, the system bus 63 may also access other devices such as network interfaces, display devices, etc.
The server at least includes a CPU, a chipset, a memory, a disk system, and the like, and other components are not described herein again.
In the embodiment of the present invention, the executable program executed by the processor 62 included in the terminal specifically includes: a method of displaying color expressions using QML, comprising:
searching color expression fonts supported by a Windows system;
loading non-expressive common fonts through a LoadFont interface provided in an application program developed based on QML, and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html;
selecting a rendering module capable of supporting a font rendering mode from a text control of an application program developed based on QML (QML markup language), and setting a text format capable of supporting html (hypertext markup language) character analysis;
matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
adding font marks before the screened expression characters;
according to the font marks, color expression fonts supported by a Windows system are appointed for the color expression characters to be analyzed;
and the non-expressive characters are analyzed by loading non-expressive common fonts by using a LoadFont interface.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art would appreciate that the modules, elements, and/or method steps of the various embodiments described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for displaying color expressions using QML, the method comprising:
searching color expression fonts supported by a Windows system;
loading non-expressive common fonts through a LoadFont interface provided in an application program developed based on QML, and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html;
selecting a rendering module capable of supporting a font rendering mode from a text control of an application program developed based on QML (QML markup language), and setting a text format capable of supporting html (hypertext markup language) character analysis;
matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
analyzing the expression characters and the non-expression common characters by adopting the color expression fonts and the non-expression common fonts respectively;
the method for analyzing the expressive characters and the non-expressive common characters by respectively adopting the color expressive fonts and the non-expressive common fonts comprises the following specific steps:
adding font marks before the screened expression characters;
according to the font marks, color expression fonts supported by a Windows system are appointed for the color expression characters to be analyzed;
and the non-expressive characters are analyzed by loading non-expressive common fonts by using a LoadFont interface.
2. The method for displaying color expressions using QML according to claim 1, wherein the color expression font supported by Windows system is Segeo UI Emoji.
3. The method for displaying color expressions using QML according to claim 1, wherein in the text control of the QML-based application, the rendering module capable of supporting font rendering per se is specifically a native render rendering module, and the text format capable of supporting html parsing characters is specifically RichText.
4. The method for displaying color expressions using QML according to claim 3, wherein the scaling in native render is modified to be equal-scaled for borders and fonts.
5. The method for displaying color expressions using QML according to claim 1, wherein input strings of the QML-based developed application are filtered through a regular expression.
6. A system for displaying color expressions using QML, comprising:
the font searching module is used for searching the color expression fonts supported by the Windows system;
the font loading module is used for loading non-expressive common fonts through a LoadFont interface provided in an application program developed based on QML and loading color expressive fonts by using an expressive font family provided by a cascading style sheet in html;
the control setting module is used for selecting a rendering module capable of supporting a font rendering mode from text controls of an application program developed based on QML (QML markup language) and setting a text format capable of supporting html (hypertext markup language) character analysis;
the character screening module is used for matching, screening and distinguishing expressive characters and non-expressive common characters in an input character string of an application program developed based on QML according to the expressive characters provided by Unicode;
the character analysis module is used for analyzing the expressive characters and the non-expressive common characters by respectively adopting the color expressive fonts and the non-expressive common fonts;
the character analysis module comprises the following functional units:
the mark adding unit is used for adding a font mark before the screened expression characters;
the expression character analysis unit is used for appointing a color expression font supported by a Windows system for the color expression character to be analyzed according to the font mark;
and the non-expressive character analysis unit is used for loading the non-expressive common font by using the LoadFont interface to analyze the non-expressive character.
7. A server comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program performs the steps of the method for displaying color expressions using QML as claimed in any one of claims 1 to 5.
8. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the steps of the method for displaying color expressions using QML according to any one of claims 1 to 5.
CN201810409738.1A 2018-05-02 2018-05-02 Method and system for displaying color expression using QML, server and medium Active CN108614805B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810409738.1A CN108614805B (en) 2018-05-02 2018-05-02 Method and system for displaying color expression using QML, server and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810409738.1A CN108614805B (en) 2018-05-02 2018-05-02 Method and system for displaying color expression using QML, server and medium

Publications (2)

Publication Number Publication Date
CN108614805A CN108614805A (en) 2018-10-02
CN108614805B true CN108614805B (en) 2022-03-25

Family

ID=63661694

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810409738.1A Active CN108614805B (en) 2018-05-02 2018-05-02 Method and system for displaying color expression using QML, server and medium

Country Status (1)

Country Link
CN (1) CN108614805B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111199138A (en) * 2018-11-16 2020-05-26 武汉斗鱼网络科技有限公司 Method, system, server and storage medium for stroking bullet screen containing Emoji expression by using QML (QML)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983239A (en) * 2006-04-06 2007-06-20 华为技术有限公司 Method and system for inputting and displaying character
CN101568074A (en) * 2008-04-24 2009-10-28 丰达软件(苏州)有限公司 Communication method of characteristic short message data
CN103345493A (en) * 2013-06-27 2013-10-09 广州市动景计算机科技有限公司 Method, device and system for text content displaying on mobile terminal
CN105718534A (en) * 2016-01-14 2016-06-29 广州市动景计算机科技有限公司 Information pushing apparatus, information pushing method and client
CN106293738A (en) * 2016-08-09 2017-01-04 腾讯科技(深圳)有限公司 The update method of a kind of facial expression image and device
CN106687945A (en) * 2014-09-15 2017-05-17 微软技术许可有限责任公司 Remote font management

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8686955B2 (en) * 2010-03-11 2014-04-01 Apple Inc. Device, method, and graphical user interface for performing character entry
US9633128B2 (en) * 2014-03-13 2017-04-25 Go Daddy Operating Company, LLC Lightweight web page generation

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983239A (en) * 2006-04-06 2007-06-20 华为技术有限公司 Method and system for inputting and displaying character
CN101568074A (en) * 2008-04-24 2009-10-28 丰达软件(苏州)有限公司 Communication method of characteristic short message data
CN103345493A (en) * 2013-06-27 2013-10-09 广州市动景计算机科技有限公司 Method, device and system for text content displaying on mobile terminal
CN106687945A (en) * 2014-09-15 2017-05-17 微软技术许可有限责任公司 Remote font management
CN105718534A (en) * 2016-01-14 2016-06-29 广州市动景计算机科技有限公司 Information pushing apparatus, information pushing method and client
CN106293738A (en) * 2016-08-09 2017-01-04 腾讯科技(深圳)有限公司 The update method of a kind of facial expression image and device

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Case study: QML for the web;Lauri Paimen 等;《2011 13th IEEE International Symposium on Web Systems Evolution (WSE)》;20111118;75-80 *
Installing and Using Text Editors;Adrian W. West;《Practical Web Design for Absolute Beginners》;20161119;443-462 *
在QML中嵌入QWidget对象;NickD2039;《Voidcc http://cn.voidcc.com/question/p-wwwwuwis-bbo.html》;20170725;1-7 *
基于QML的数控系统HMI开发;罗奇;《中国优秀硕士学位论文全文数据库 工程科技Ⅰ辑》;20170615(第06期);B022-399 *
基于Qt Quick的跨平台移动应用开发关键技术研究;郑纯军 等;《软件工程师》;20150405;第18卷(第4期);33-35 *

Also Published As

Publication number Publication date
CN108614805A (en) 2018-10-02

Similar Documents

Publication Publication Date Title
US10976888B2 (en) Automatically generating column layouts in electronic documents
CN109254818B (en) Pixel-level positioning method and device for different resolutions of browser
US20140337753A1 (en) System and method for editing the appearance of a user interface
WO2015029193A1 (en) Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
CN110209377B (en) Interface message processing method, device, equipment and storage medium based on factory class
US8576233B2 (en) Program generation device, program generation method, and computer-readable storage medium
EP4198773A1 (en) Image processing method and apparatus, and computer readable storage medium
US20090225086A1 (en) Information output apparatus and information output method and recording medium
CN111159597A (en) Skeleton screen generation method and system, computer equipment and storage medium
CN114218890A (en) Page rendering method and device, electronic equipment and storage medium
CN110895481A (en) Rendering method, device and system of desktop application
US9886426B1 (en) Methods and apparatus for generating an efficient SVG file
CN108614805B (en) Method and system for displaying color expression using QML, server and medium
CN115309470A (en) Method, device and equipment for loading widgets and storage medium
US10747943B2 (en) Method, device, client apparatus, and electronic device for presenting webpages
US20120089895A1 (en) Mobile terminal device and recording medium
CN106535002B (en) Desktop starter template layout updating method and device
CN109614592B (en) Text processing method and device, storage medium and electronic equipment
CN116719456A (en) Icon style switching method and device, electronic equipment and storage medium
CN111428452A (en) Comment data storage method and device
CN114489639A (en) File generation method, device, equipment and storage medium
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
JP6113983B2 (en) Screen control display system and screen control display program
CN106682228A (en) Method and device for visually and dynamically drawing arrangement of cabinets
CN114548745A (en) Business audit page generation method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant