oclero / qlementine

⚠️🏗️ [WORK IN PROGRESS] 🍊Modern QStyle for desktop Qt5/Qt6 applications.
https://oclero.github.io/qlementine/
MIT License
70 stars 14 forks source link

Create a showcase app/window #34

Open oclero opened 1 year ago

oclero commented 1 year ago
MartinBriza commented 11 months ago

Hi, your project seriously lacks pictures! A few years ago I wrote this application to showcase a style I was writing at the time and it mimicked the showcase GTK3 had then. I specifically picked up a commit where all of the code in the showcase was written by only me and if you want to use it, I give you permission to do so under whatever license you decide to use, if you do so. Have a nice day!

https://github.com/FedoraQt/adwaita-qt/tree/cd7b927ba5e71645a3bbf45472cad13abfd15ad6/src/example

oclero commented 11 months ago

@MartinBriza Oh thanks! 😀 I was planning to make this showcase window this week, so I'll have a look at your code!

oclero commented 11 months ago

@MartinBriza Also, are you OK if I re-use most of your CI script? (Building on Linux in Qt5 AND Qt6, building on Windows, and I'll add building on MacOS)

MartinBriza commented 11 months ago

That CI script is not written by me, I haven't contributed to that project in years (again, which is why I'm linking a specific commit) but from the licensing perspective, I don't think it's an issue. You can check the CI script here though https://github.com/LithApp/Lith and do whatever you want with it... it's pretty messy though but it works on all Qt target platforms (except Android now because of QCoro).

MartinBriza commented 11 months ago

Look at the wasm part especially, that's how https://lith.app/Lith is built, would be a nice way to showcase your project ;)

hirseboy commented 9 months ago

Hey, how is the showcase doing? :)

oclero commented 9 months ago

@hirseboy I was working on creating an icon library. It's mostly done, so I'll be able soon to make a showcase app.

hirseboy commented 9 months ago

@oclero ok, sounds great! :)