Difference between revisions of "Vyzor"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
; Download | ; Download | ||
: [https://github.com/Oneymus/Vyzor/blob/master/vyzor.mpackage vyzor.mpackage] | : [https://github.com/Oneymus/Vyzor/blob/master/vyzor.mpackage vyzor.mpackage] | ||
+ | : The latest mpackage in GitHub. | ||
; Source Code | ; Source Code | ||
− | : [https://github.com/Oneymus/Vyzor | + | : [https://github.com/Oneymus/Vyzor GitHub] |
+ | : The active and definitive source repository for Vyzor. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
; API Reference | ; API Reference | ||
: [[http://oneymus.github.io/Vyzor/ Reference]] | : [[http://oneymus.github.io/Vyzor/ Reference]] | ||
: This is comprehensive reference to Vyzor's API. Everything necessary to work with Vyzor should be contained herein. | : This is comprehensive reference to Vyzor's API. Everything necessary to work with Vyzor should be contained herein. | ||
− | + | Vyzor is a GUI framework that provides an object-oriented interface for Mudlet's Labels and Qt's Stylesheets. It provides Frames (Vyzor's container object) mapped to Mudlet's borders, which update dynamically or maintain a size specified by the user. Users creates Frames, and can define them using values relative to parent Frames; in this way, you can have widgets that properly map to, say, the right side of the main console. All Frames can be filled with Components, which map directly to Stylesheet Properties. | |
− | Vyzor | ||
− | |||
− | + | ===References=== | |
− | + | [http://developer.qt.nokia.com/doc/qt-4.8/stylesheet-reference.html Qt 4.7 Reference Sheet] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category: Mudlet Package Listing]] | [[Category: Mudlet Package Listing]] |
Revision as of 02:34, 22 July 2014
Author
- Name
- Erik Pettis
- Forum Name
- Oneymus
About
- Link
- Mudlet Forums
- Beta Release
- January 8th, 2012
- Download
- vyzor.mpackage
- The latest mpackage in GitHub.
- Source Code
- GitHub
- The active and definitive source repository for Vyzor.
- API Reference
- [Reference]
- This is comprehensive reference to Vyzor's API. Everything necessary to work with Vyzor should be contained herein.
Vyzor is a GUI framework that provides an object-oriented interface for Mudlet's Labels and Qt's Stylesheets. It provides Frames (Vyzor's container object) mapped to Mudlet's borders, which update dynamically or maintain a size specified by the user. Users creates Frames, and can define them using values relative to parent Frames; in this way, you can have widgets that properly map to, say, the right side of the main console. All Frames can be filled with Components, which map directly to Stylesheet Properties.