CN111176768A - Nested parent control and child control multi-level display method and device - Google Patents

Nested parent control and child control multi-level display method and device Download PDF

Info

Publication number
CN111176768A
CN111176768A CN201911307429.4A CN201911307429A CN111176768A CN 111176768 A CN111176768 A CN 111176768A CN 201911307429 A CN201911307429 A CN 201911307429A CN 111176768 A CN111176768 A CN 111176768A
Authority
CN
China
Prior art keywords
display area
control
level display
nth
sub
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.)
Granted
Application number
CN201911307429.4A
Other languages
Chinese (zh)
Other versions
CN111176768B (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.)
Fujian Centerm Information Co Ltd
Original Assignee
Fujian Centerm Information 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 Fujian Centerm Information Co Ltd filed Critical Fujian Centerm Information Co Ltd
Priority to CN201911307429.4A priority Critical patent/CN111176768B/en
Publication of CN111176768A publication Critical patent/CN111176768A/en
Application granted granted Critical
Publication of CN111176768B publication Critical patent/CN111176768B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention provides a nested parent control and child control multi-level display method, and relates to the field of computers. The method comprises the following steps: creating a first child control of a first-level display area in a basic display area of a parent control, wherein the first-level display area is smaller than the basic display area; creating an Nth sub-control of an Nth level display area in an Nth-1 sub-control of an Nth level display area, wherein the Nth level display area is smaller than the Nth-1 level display area; monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not overlapped, taking the minimum M value which meets the condition, and hiding an M + 1-th sub-control from an Nth sub-control; and if the position of the first operation is in an area where the basic display area and the first-level display area are not overlapped, hiding all the sub-controls. According to the invention, the display area division and the hierarchy distribution of the sub-controls are adopted, so that the display consistency of all levels of controls is realized, and the use experience of a user is optimized.

Description

Nested parent control and child control multi-level display method and device
Technical Field
The invention relates to the field of computers, in particular to a nested parent control and child control multi-level display method and device.
Background
With the rapid development of science and technology, more and more internet applications have gone into people's work and life. The internet application provides great convenience for the work and life of people, and the dependence of people on the internet application is gradually increased.
More and more internet applications rely on smart watches, smart phones, tablets, computers and the like, the size of the display screen of which is limited. If an application needs to display a plurality of interfaces, a new interface is popped up in one mode, so that a situation that the new interface is popped up continuously occurs, although the problem that the display area is limited is solved, the use experience of a user is also influenced, the continuity of the use behavior of the user is hindered, and the operation of returning to the original interface from the newly popped up interface is complicated.
Disclosure of Invention
The invention provides a method, a device, a medium and equipment for displaying multiple levels of child controls in a nested parent control, which realize the display continuity of the controls at all levels and optimize the use experience of a user through the display area division and the level distribution of the child controls.
In order to solve the above technical problem, a first aspect of an embodiment of the present invention provides a method for displaying nested parent controls and child controls in a multi-level manner, where the method includes:
creating a first child control of a first-level display area in a basic display area of a parent control, wherein the first-level display area is smaller than the basic display area;
creating an Nth sub-control of an Nth level display area in an Nth-1 sub-control of an Nth level display area, wherein the Nth level display area is smaller than the Nth-1 level display area, N is a positive integer and is not less than 2;
monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding an M + 1-th sub-control from an Nth sub-control, wherein M is a positive integer and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
Preferably, the change of the basic display area is monitored, and then the first-level display area to the Nth-level display area are adjusted according to the change.
Preferably, the parent control and the child control are repackaged based on the Qt base class library.
Preferably, the change of the basic display area comprises a width change, a height change and/or a position change;
rewriting a resizeavent method in the parent control, monitoring the width change and/or height change of the basic display area in the resizeavent method, calculating the width change value and/or height change value from the first-level display area to the Nth-level display area according to a set strategy, and then sending the change value to the resize method from the first sub-control to the Nth sub-control, so as to change the height and width from the first-level display area to the Nth-level display area;
by rewriting the mousenovoveevent method in the parent control, when the resizeEvent method monitors a second operation, calculating an offset difference generated by the position change of the parent control, and moving the parent control and the first child control to the nth child control.
Preferably, the setting policy includes: high aspect ratio scaling, or high aspect ratio scaling.
Preferably, the monitoring the first operation, and the determining the position of the first operation specifically includes: by rewriting the mousepressEvent method in the parent control, when the mousepressEvent method monitors the first operation, the position of the first operation is judged.
In order to solve the above technical problem, a second aspect of the embodiments of the present invention further provides a nested parent-child control multilevel display device, including: the device comprises a first display area creating unit, a second display area creating unit and a child control hiding unit;
the first display area creating unit is used for creating a first child control of a first-level display area in a basic display area of a parent control, and the first-level display area is smaller than the basic display area;
the second display area creating unit is configured to create an nth sub-control of an nth-level display area within an nth-1 sub-control of an nth-1-level display area, where the nth-level display area is smaller than the nth-1-level display area, where N is a positive integer and N is ≧ 2;
the child control hiding unit is used for monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding the M + 1-th child control to the Nth child control, wherein M is a positive integer, and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
Preferably, the method further comprises the following steps: a display area synchronization adjustment unit;
and the display area synchronous adjusting unit is used for monitoring the change of the display area of the father control and adjusting the display areas from the first-level display area child control to the Nth-level display area child control according to the change.
In order to solve the above technical problem, a third aspect of embodiments of the present invention further provides a computer-readable storage medium, on which a computer program is stored, wherein when the program is executed by a processor, the method according to the first aspect is implemented.
In order to solve the above technical problem, a fourth aspect of the embodiments of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the method according to the first aspect when executing the program.
One or more technical solutions provided in the embodiments of the present invention have at least the following technical effects or advantages:
1. by dividing and distributing the display areas of a plurality of child controls in a hierarchical manner, the limited display area of a parent control is utilized by 200% or even 300%;
2. one or more sub control interfaces are hidden through one-step operation by defining the first operation and monitoring the first operation through a rewriting method, and the operation path of clicking and closing layer by a user is shortened;
3. and synchronously shifting the child controls according to a set strategy by calculating the shift difference of the parent control, and adapting the size change of the child controls in the parent control in real time.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a multi-level display method for nested parent controls and child controls according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a nested parent control and child control multi-level display device according to an embodiment of the present application;
FIG. 3 is a schematic interface diagram of a pop-up display method in the prior art;
FIG. 4 is a schematic diagram of a multi-level display according to an embodiment of the present application;
fig. 5 is a schematic business flow diagram of a nested parent control and child control multilevel display method according to an embodiment of the present application;
fig. 6A and fig. 6B are schematic diagrams illustrating an effect of a control changing along with a parent control according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present invention, but not all 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 application.
The technical scheme in the embodiment of the application has the general idea that: a method for fully utilizing the limited display area of the intelligent equipment is provided, and interfaces with more levels are displayed as much as possible under the condition of not influencing user experience. The method is a process-oriented method, a region is drawn out from a basic display region to serve as a display region of other hierarchical interfaces, the specified hierarchical display region can be returned only by one-step operation, and other hierarchical display regions above the specified hierarchical display region are hidden.
Before describing the specific embodiments, the control techniques referred to in the embodiments of the present application will be described. Controls refer to the encapsulation of data and methods. The control may have its own properties and methods, where properties are simple visitors of the control data and methods are the functions of the control. The greatest significance of creating controls is to encapsulate repetitive work, and secondly to be able to expand the functionality of existing controls. The container where the control is parked is called a father control, and the control parked in the father control is called a child control.
Example one
The embodiment provides a nested parent control and child control multi-level display method, as shown in fig. 1, including:
creating a first child control of a first-level display area in a basic display area of a parent control, wherein the first-level display area is smaller than the basic display area;
creating an Nth sub-control of an Nth level display area in an Nth-1 sub-control of an Nth level display area, wherein the Nth level display area is smaller than the Nth-1 level display area, N is a positive integer and is not less than 2;
monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding an M + 1-th sub-control from an Nth sub-control, wherein M is a positive integer and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
Drawing an area in a basic display area of a parent control for displaying child controls of other levels, setting the positions and sizes (x, y, width, height) of interfaces of other levels, and avoiding a mode of continuously covering iteration in a pop-up display method; fig. 3 is a schematic interface diagram of a pop-up display method in the prior art, and fig. 4 is a schematic multi-level display diagram according to an embodiment of the present disclosure; the display areas of the multiple child controls are divided and distributed in a hierarchical manner, so that the limited display area of the parent control is more fully utilized, the display area of the parent control cannot be completely shielded by the child controls, and a user can conveniently check the display content; one or more sub control interfaces are hidden through one-step operation by defining the first operation and monitoring and analyzing the position of the first operation, and the operation path of clicking and closing by a user layer by layer is shortened.
In one possible implementation, the parent control and the child control are repackaged based on the Qt base class library.
Qt was a cross-platform C + + gui application development framework developed by Qt Company in 1991. It can be used to develop both GUI and non-GUI programs, such as console tools and servers. Qt is an Object-oriented framework that is easily extended and allows components to be programmed using special code to generate extensions called Meta Object Compiler (moc) and some macros.
In a possible implementation manner, the first operation is defined as a left mouse button click operation (or may be set as another operation as needed), and by rewriting the mousePressEvent method in the parent control, when the mousePressEvent method monitors the left mouse button click operation, the clicked position is determined, and then, according to the position, whether the child control needs to be hidden is determined.
For example, when the mouse clicks a position within the second-level display area and outside the third-level display area (i.e., in an area where the second-level display area and the third-level display area do not overlap, M is 2), the third sub-control is hidden from the nth sub-control, the basic display area remains unchanged from the second-level display area to the topmost display area, and the second-level display area is displayed at the top; and when the position clicked by the mouse is in the basic display area and outside the first-level display area, hiding all the child controls and only displaying the basic display area interface of the parent control.
Monitoring changes of the basic display area in the resizeEvent method by rewriting the resizeEvent method in the parent control, wherein the changes of the basic display area comprise width changes, height changes and/or position changes; then calculating a width change value and/or a height change value from the first-level display area to the Nth-level display area according to a set strategy, and then sending the change value to a resize method from the first sub-control to the Nth sub-control, so as to change the height and the width from the first-level display area to the Nth-level display area;
the setting strategy comprises high-aspect-ratio invariant, high-aspect-ratio invariant or high-aspect-ratio scaling, such as: FIGS. 6A and 6B are the effect of the first child control changing with the parent control size (width, height) when the policy is set to be constant for width-height (height) -when the height of the parent control changes, the height (height) of the first child control is adjusted by the same amount with the height change value of the parent control; when the width of the parent control changes, the width (width) of the first child control remains unchanged (or changes in equal proportion to the base display area). The setting strategy can be set and changed according to the use requirement.
The display area of the child control is changed along with the parent control according to the set strategy, so that the trouble of manual multiple adjustment can be avoided, and the operation and the use of a user are facilitated.
In a possible implementation manner, the second operation may be set as a mouse dragging operation (or may be set as another operation according to a requirement), then, by rewriting a mousenovoveevent method in the parent control, when the resizeaevent method monitors the second operation (i.e., the mouse dragging operation), an offset difference generated by the position change of the parent control is calculated, then the parent control and the first child control are moved to the nth child control, positions (x, y) of child controls in display regions of other hierarchies change along with the change of the parent control in the basic display region, relative positions always remain unchanged, and an effect that the child controls move along with the parent control while moving the position of the parent control is achieved.
In a possible implementation manner, referring to fig. 5, a method for displaying a service flow of a nested parent control and child control multi-level display method in nested 1 level according to an embodiment of the present application includes the following 5 steps:
1. and (3) creating a child control of the first-level display area, and setting the position (x, y) and the size (width, height) of the child control by using a setGeometry () method, wherein the position and the size do not exceed the position and the size of the parent control of the initial display area.
2. In the first level display area child control, a setWindowFlags () method is used to set a menu bar for FramelessWindowHint hiding the child control, and a close button QPushButton is added to hide the child control.
3. Adding a member variable firstSonWidget of a child control into a parent control of a basic display area, and setting the firstSonWidget to NULL; and when the child control needs to be displayed, judging whether the child control needs to be initialized according to whether the child control is NULL.
4. Rewriting a resizeEvent () method in a parent control of a base display area; when monitoring the change of the size (width, height) of the parent control, calculating the height change delta height of the child control according to a strategy of keeping the height and the width unchanged, and then changing the size by using a resize () method of the child control.
5. Rewriting the methods of mousepressEvent () and mouseEveEvent () in the parent control of the basic display area; when the mousenovoveevent () method monitors a dragging operation event of a left mouse button (LeftButton), calculating an offset difference (delta x, delta y) generated by the movement of a parent control to move the parent control; when the mouse pressEvent () method monitors the click event of the left mouse button (LeftButton), judging whether the clicked position (x1, y1) is in the child control of the first-level display area, if not, hiding the child control of the first-level display area, and if so, the parent control does not change.
Based on the same inventive concept, the application provides a nested parent control and child control multi-level display device corresponding to the second embodiment.
Example two
The embodiment provides a nested parent control and child control multi-level display device, as shown in fig. 2, including: the device comprises a first display area creating unit, a second display area creating unit and a child control hiding unit;
the first display area creating unit is used for creating a first child control of a first-level display area in a basic display area of a parent control, and the first-level display area is smaller than the basic display area;
the second display area creating unit is configured to create an nth sub-control of an nth-level display area within an nth-1 sub-control of an nth-1-level display area, where the nth-level display area is smaller than the nth-1-level display area, where N is a positive integer and N is ≧ 2;
the child control hiding unit is used for monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding the M + 1-th child control to the Nth child control, wherein M is a positive integer, and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
In one possible implementation manner, the method further includes: a display area synchronization adjustment unit;
and the display area synchronous adjusting unit is used for monitoring the change of the display area of the father control and adjusting the display areas from the first-level display area child control to the Nth-level display area child control according to the change.
Since the apparatus described in the second embodiment of the present invention is an apparatus used for implementing the method of the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, a person skilled in the art can understand the specific structure and the deformation of the apparatus, and thus the details are not described herein. All the devices adopted in the method of the first embodiment of the present invention belong to the protection scope of the present invention.
Based on the same inventive concept, the application provides a storage medium corresponding to the third embodiment.
EXAMPLE III
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, any one of the first embodiment can be implemented.
Based on the same inventive concept, the application provides an electronic device embodiment corresponding to the first embodiment, which is detailed in the fourth embodiment.
Example four
The embodiment provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, any one of the embodiments may be implemented.
Since the electronic device described in this embodiment is a device used for implementing the method in the first embodiment of the present application, based on the method described in the first embodiment of the present application, a specific implementation of the electronic device in this embodiment and various variations thereof can be understood by those skilled in the art, and therefore, how to implement the method in the first embodiment of the present application by the electronic device is not described in detail herein. The equipment used by those skilled in the art to implement the methods in the embodiments of the present application is within the scope of the present application.
According to the technical scheme provided by the embodiment of the application, the display areas of the multiple child controls are divided and hierarchically distributed, so that the limited display area of the parent control is utilized by 200% or even 300%; one or more sub control interfaces are hidden through one-step operation by defining the first operation and monitoring the first operation through a rewriting method, and the operation path of clicking and closing layer by a user is shortened; and synchronously shifting the child controls according to a set strategy by calculating the shift difference of the parent control, and adapting the size change of the child controls in the parent control in real time.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (10)

1. A nested parent control and child control multi-level display method is characterized by comprising the following steps:
creating a first child control of a first-level display area in a basic display area of a parent control, wherein the first-level display area is smaller than the basic display area;
creating an Nth sub-control of an Nth level display area in an Nth-1 sub-control of an Nth level display area, wherein the Nth level display area is smaller than the Nth-1 level display area, N is a positive integer and is not less than 2;
monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding an M + 1-th sub-control from an Nth sub-control, wherein M is a positive integer and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
2. The method of claim 1, wherein: monitoring the change of the basic display area, and then adjusting the first-level display area to the Nth-level display area according to the change.
3. The method according to claim 1 or 2, characterized in that: and the parent control and the child control are repackaged based on the Qt basic class library.
4. The method of claim 2, wherein: the change of the basic display area comprises a width change, a height change and/or a position change;
rewriting a resizeavent method in the parent control, monitoring the width change and/or height change of the basic display area in the resizeavent method, calculating the width change value and/or height change value from the first-level display area to the Nth-level display area according to a set strategy, and then sending the change value to the resize method from the first sub-control to the Nth sub-control, so as to change the height and width from the first-level display area to the Nth-level display area;
by rewriting the mousenovoveevent method in the parent control, when the resizeEvent method monitors a second operation, calculating an offset difference generated by the position change of the parent control, and moving the parent control and the first child control to the nth child control.
5. The method of claim 4, wherein setting the policy comprises: high aspect ratio scaling, or high aspect ratio scaling.
6. The method of claim 1, wherein the monitoring the first operation, and the determining the location of the first operation specifically comprises: by rewriting the mousepressEvent method in the parent control, when the mousepressEvent method monitors the first operation, the position of the first operation is judged.
7. A nested parent control and child control multi-level display device is characterized by comprising: the device comprises a first display area creating unit, a second display area creating unit and a child control hiding unit;
the first display area creating unit is used for creating a first child control of a first-level display area in a basic display area of a parent control, and the first-level display area is smaller than the basic display area;
the second display area creating unit is configured to create an nth sub-control of an nth-level display area within an nth-1 sub-control of an nth-1-level display area, where the nth-level display area is smaller than the nth-1-level display area, where N is a positive integer and N is ≧ 2;
the child control hiding unit is used for monitoring a first operation, judging the position of the first operation, if the position of the first operation is in an M-th level display area and an M + 1-th level display area which are not coincident, taking the minimum M value which meets the condition, and hiding the M + 1-th child control to the Nth child control, wherein M is a positive integer, and M is less than N; and if the position of the first operation is in a region where the basic display region and the first-level display region are not overlapped, hiding the first sub-control from the Nth sub-control.
8. The apparatus of claim 7, further comprising: a display area synchronization adjustment unit;
and the display area synchronous adjusting unit is used for monitoring the change of the display area of the father control and adjusting the display areas from the first-level display area child control to the Nth-level display area child control according to the change.
9. A computer-readable storage medium having stored thereon a computer program, characterized in that: the program, when executed by a processor, implements a display method as claimed in any one of claims 1 to 6.
10. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein: the processor, when executing the program, implements the display method of any one of claims 1-6.
CN201911307429.4A 2019-12-18 2019-12-18 Nested parent control and child control multi-level display method and device Active CN111176768B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911307429.4A CN111176768B (en) 2019-12-18 2019-12-18 Nested parent control and child control multi-level display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911307429.4A CN111176768B (en) 2019-12-18 2019-12-18 Nested parent control and child control multi-level display method and device

Publications (2)

Publication Number Publication Date
CN111176768A true CN111176768A (en) 2020-05-19
CN111176768B CN111176768B (en) 2022-06-10

Family

ID=70655540

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911307429.4A Active CN111176768B (en) 2019-12-18 2019-12-18 Nested parent control and child control multi-level display method and device

Country Status (1)

Country Link
CN (1) CN111176768B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111880705A (en) * 2020-07-23 2020-11-03 卡莱特(深圳)云科技有限公司 Hidden page display control method and device
CN111897532A (en) * 2020-07-27 2020-11-06 上海宏路数据技术股份有限公司 Page element monitoring method, electronic device and medium
CN114443024A (en) * 2022-01-14 2022-05-06 广州市玄武无线科技股份有限公司 Method and system for realizing visualized UI (user interface) dragging layout without limitation of nested hierarchy

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070150485A1 (en) * 2003-09-22 2007-06-28 Koninklijke Philips Electronics Navigating through a displayed hierarchical data structure
CN101140516A (en) * 2007-10-22 2008-03-12 金蝶软件(中国)有限公司 Method and system for dynamic laying-out interface element
CN105117234A (en) * 2015-09-16 2015-12-02 北京金和网络股份有限公司 Web control combination method
CN105867893A (en) * 2015-11-18 2016-08-17 乐视致新电子科技(天津)有限公司 Display terminal, display method and display device of graphical user interface
CN109725959A (en) * 2018-05-08 2019-05-07 平安普惠企业管理有限公司 Response method, display equipment and the computer readable storage medium of page control
CN110377858A (en) * 2019-07-08 2019-10-25 紫光云技术有限公司 A kind of visualization pulls the system and method for the generation dynamic list page

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070150485A1 (en) * 2003-09-22 2007-06-28 Koninklijke Philips Electronics Navigating through a displayed hierarchical data structure
CN101140516A (en) * 2007-10-22 2008-03-12 金蝶软件(中国)有限公司 Method and system for dynamic laying-out interface element
CN105117234A (en) * 2015-09-16 2015-12-02 北京金和网络股份有限公司 Web control combination method
CN105867893A (en) * 2015-11-18 2016-08-17 乐视致新电子科技(天津)有限公司 Display terminal, display method and display device of graphical user interface
CN109725959A (en) * 2018-05-08 2019-05-07 平安普惠企业管理有限公司 Response method, display equipment and the computer readable storage medium of page control
CN110377858A (en) * 2019-07-08 2019-10-25 紫光云技术有限公司 A kind of visualization pulls the system and method for the generation dynamic list page

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111880705A (en) * 2020-07-23 2020-11-03 卡莱特(深圳)云科技有限公司 Hidden page display control method and device
CN111897532A (en) * 2020-07-27 2020-11-06 上海宏路数据技术股份有限公司 Page element monitoring method, electronic device and medium
CN114443024A (en) * 2022-01-14 2022-05-06 广州市玄武无线科技股份有限公司 Method and system for realizing visualized UI (user interface) dragging layout without limitation of nested hierarchy
CN114443024B (en) * 2022-01-14 2022-10-28 广州市玄武无线科技股份有限公司 Method and system for realizing visualized UI (user interface) dragging layout without limitation of nested hierarchy

Also Published As

Publication number Publication date
CN111176768B (en) 2022-06-10

Similar Documents

Publication Publication Date Title
US11409957B2 (en) Variable dimension version editing for graphical designs
CN111176768B (en) Nested parent control and child control multi-level display method and device
US8751945B1 (en) Environment for responsive graphical designs
EP0712513B1 (en) Graphic editor framework system
US5621434A (en) Cursor manipulation system and method
US5519818A (en) Object-oriented graphic picking system
US10592589B1 (en) Multi-view masters for graphical designs
US9946806B2 (en) Exporting responsive designs from a graphical design tool
US11016650B1 (en) Building data metric objects through user interactions with data marks of displayed visual representations of data sources
US20160253308A1 (en) Analysis view for pivot table interfacing
CN110832456B (en) Creating default layout constraints for a graphical interface
US5479589A (en) Object-oriented system for selecting a graphic image on a display
US6973649B1 (en) Utilizing programming object visual representation for state reflection
US20220326916A1 (en) Visualization method for software architecture and apparatus
Schwartze et al. Adjustable context adaptations for user interfaces at runtime
CN110663028B (en) Dynamically adjusting a panel of a user interface
Kirschner Graphical Interaction on Enterprise Architecture Visualisations
CN115469956A (en) Method, device and related medium for realizing following change of window in separation layout
WO2014182484A1 (en) Design environment for responsive graphical designs

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