GithubHelp home page GithubHelp logo

yet-zio / framelesswindow Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 7.0 206 KB

A Frameless Window / Title bar written in C++ and built for Qt projects.

License: BSD 2-Clause "Simplified" License

C++ 92.67% QMake 2.81% CSS 4.52%
cpp cpp17 cross-platform css frameless framelesswindow oss programming qml qt qt6 qtdesigner titlebar ui window

framelesswindow's Introduction

Hi there :neckbeard: My name's Mahesh P S. I often go by the name Yet Zio, you can call me just zio or yeti, whatever you want.

My Repos


snakegraph

Languages

C C++ HTML5 CSS TypeScript JavaScript Python Java Kotlin Shell Script Markdown

  • Databases

    MongoDB MySQL SQLite

Frameworks and Libraries

React Next.js Express.js Tailwind Framer Motion Redux Ant-Design Bootstrap JWT React Router Qt

Tools and related

Docker CMake Git NPM vcpkg Yarn

IDE and Editors

VS Code IntelliJ IDEA Android Studio Eclipse Notepad++ VIM nano

Operating Systems

Windows Linux Android

Cloud

replit Heroku

Office and Related

Microsoft Office Trello

Video Editors

Davinci Resolve Kdenlive

Favourite Games

AC Brawlhalla Rocket League ELDEN RING GhostOfTsushima GTA Minecraft NFS Undertale SMM2

My Workspace

GTX 1660 Super Intel i5 9400f Gigabyte

Statistics.



Yet's Statistics.

Zio's Statistics.

Contact.



ALSO FIND ME ON

GITHUB TROPHIES

trophy

framelesswindow's People

Contributors

i0re avatar yet-zio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

framelesswindow's Issues

How to set the style of other controls

First of all, thank you for your open source. I just learned Qt not long ago. I ran your test example and the effect was great. But I encountered a problem. I wanted to set up QSS for more ui controls. But when I use

ui->setupUi(this);
QFile file(":/darkstyle.qss");
if (file.open(QFile::ReadOnly)) {
QString styleSheet = QLatin1String(file.readAll());
setStyleSheet(styleSheet); // Set the read content as the global style sheet
file.close();
}```, 

comment out
setStyleSheet(".MainWindow{"
"background-color: #616161;"
"}"); 
The main body of the window is transparent. 
I don't know how I should modify it, 
because your example only has one way to change the 
style of a PUSHBUTTON. If you change it one by one, 
this is definitely not good. If you can, I hope you can 
Give me some tips.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.