artem-ogre / QSSPreview

See Qt-Style-Sheet changes applied to any GUI immediately

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QSSPreview

A program that allows you to see changes made in QSS applied to any UI form in real-time.

Here is a short FAQ:

Q: How do I use it?

  1. Specify .ui and .qss files
  2. Freely modify .ui and .qss files
  3. The result will be shown to you immidiately
  4. Finish work early and go for a beer!

You can specify .ui and .qss files in any of the following ways:

  1. As command line arguments (order does not matter)
  2. Drag-and-drop one after another or both at a time
  3. Using open-file dialogs
  4. Re-open last used files

Oh! And one more cool thing: if your .ui form is relying on a .qrc resource file, it will be dynamically loaded and added to the resources. So, for example, you can see how the QSS matches up with custom icons of your application.

Q: What is the license? I would like to use the source codes.

QSSPreview is under the MIT software license. You can use it as you wish, just don't forget to provide attribution back to me and don't hold me liable.

Q: I have some feedback/comments/ideas...

Please contact me via e-mail: artem . ogre @ gmail.com

Copyright (c) 2014 Artem Amirkhanov

About

See Qt-Style-Sheet changes applied to any GUI immediately

License:MIT License


Languages

Language:C++ 80.4%Language:CMake 15.9%Language:CSS 3.7%