Qt actual combat case (18) -- Summary example of Qt position correlation function

0. Introduction to position function Qt provides many functions to obtain the position of the form and the size of the display area, which are called position functions. Common location functions are as follows: x(),y(),pos() functions are used to obtain the coordinate position of the upper left corner of the whole form;The frameGeometry ...

Added by The_broken on Thu, 06 Jan 2022 13:27:33 +0200

QTabWidget -- multi page switching for creating tabs

QTabWidget is used for pagination display Important functions: 1.void setTabText(int, QString); // Set the name of the page 2.void setTabToolTip(QString); // Set the prompt information of the page 3.void setTabEnabled(bool); // Set whether the page is activated 4.void setTabPosition(QTabPosition::South); // Set the location of the page name 5.v ...

Added by BTalon on Tue, 04 Jan 2022 07:11:34 +0200

Master the simplest ui automation testing framework!!!

Build the test framework and analyze the framework directory config: configuration file. Put all project related configurations in this folder. python supports yaml and ini ini file introduction Start with [section] End with [option=value] Remarks in; start The section name cannot be duplicated Introduction to yaml file Starting with ...

Added by mikeeeeeeey on Sat, 01 Jan 2022 01:08:20 +0200

Unity game production

3D games and programming Homework 7 Experimental content Prefabrication design of Health Bar. Specific requirements are as follows It is implemented using IMGUI and UGUI respectivelyUsing UGUI, the blood bar is a sub element of the game object and needs to face the main camera at any timeThe advantages and disadvantages of the two implemen ...

Added by CodeEye on Wed, 29 Dec 2021 12:59:48 +0200

Big data table stuck processing problem UMI UI

Big data table stuck processing problem UMI UI When developing large-scale projects or projects with too much data, we will cause the problem of form jamming and its thorny problems because of the large amount of data. Here I recommend that you can try using the UMI UI component library. Tens of thousands of data are much more convenient witho ...

Added by kreoton on Sat, 25 Dec 2021 13:56:26 +0200

Self study Hongmeng application development (31) - define drawing actions for UI components

Ready to draw interface The drawing action of UI components is triggered by the application architecture, and the developer of custom components only needs to implement and log in to the drawing interface. The following code implements the drawing interface component of UI component through multiple inheritance After drawtask, execute the dra ...

Added by simple_man_11 on Thu, 23 Dec 2021 01:52:20 +0200

Android Jetpack Compose most complete Getting Started Guide

At this year's Google/IO conference, a new Android native UI development framework Jetpack Compose was unveiled. Like Apple's SwiftIUI, Jetpack Compose is a declarative UI framework. This year, Android and Apple launched their own UI development frameworks Jetpack Compose and SwiftIUI, It marks that the mobile operating system officially and co ...

Added by desithugg on Thu, 16 Dec 2021 01:16:11 +0200

[open source project sharing] a very simple and easy-to-use composite skeleton screen. Come and have a look!

Jetpack Compose is a new library released by Google at the 2009 Google I / O conference. It is a modern toolkit for building native Android UI. It has powerful tools and intuitive Kotlin API to simplify and accelerate UI development on Android. It can help developers create views with less and more intuitive code, have more powerful functions, ...

Added by kidintraffic on Wed, 15 Dec 2021 00:59:53 +0200

Cocos Creator-2.UI System

preface I love Cocos's official website so much!!, API and reference manual It is too rich, and it also has a large number of practical cases for learning( Gitee|GitHub) Then learn one by one (cases and problems) In fact, they basically follow the API of the official website, plus their own problems and ideas!! 1, Common UI controls ...

Added by myraleen on Tue, 14 Dec 2021 11:40:12 +0200

P04: making UI interface with Ant Design

elaborate The installation of the basic development environment and ant design has been completed. This lesson uses Ant Design to make the interface of TodoList. This article will not explain Ant Design in depth, just to make the course interface look better. If you have a strong learning need or desire for it, you can look at the offici ...

Added by eagleweb on Tue, 14 Dec 2021 05:20:02 +0200