Linux programming and development: using QT to create Skin

Source: Internet
Author: User
Linux programming and development: Use QT to create Skin-general Linux technology-Linux programming and kernel information. The following is a detailed description. The style change of the software interface can be completed through two mechanisms: one is to set Themes, which uses the Components of the interface library itself) the control capability of the switch display style; the other is to provide different series of images to switch the display interface, that is, the Skin mentioned here.

There are several important factors worth considering when preparing the skin:

1. Use a borderless window

In XWindow, a borderless window is a window that is not subject to irregular boundaries managed by the window manager. Because it is not managed by the window manager, there is no Title Bar attached to the software window interface. In Qt, the simplest way to create a borderless window is to set the WFlags value of QWidget to WStyle_NoBorder. It is defined in qnamespace. h. The image mask must be used for the entire window. X Shape Extension is used to meet the requirements. Can be used directly in Qt,
QUOTE:
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.