Difference between revisions of "Vyzor"

From Mudlet
Jump to navigation Jump to search
(→‎References: Updated stylesheet link, deleted inactive link.)
 
(61 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{TOC right}}
 
==Author==
 
==Author==
 
;Name
 
;Name
Line 6: Line 7:
  
 
==About==
 
==About==
;Released
+
; Link
 +
: [http://forums.mudlet.org/viewtopic.php?f=6&t=2647 Mudlet Forums]
 +
 
 +
; Beta Release
 
: January 8th, 2012
 
: January 8th, 2012
  
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.
+
; Download
 
+
: [https://github.com/Oneymus/Vyzor/releases/latest Download the .zip]
===References===
+
: The latest mpackage in GitHub.
[http://developer.qt.nokia.com/doc/qt-4.8/stylesheet-reference.html Qt 4.7 Reference Sheet]
 
  
==Project==
+
; Source Code
===Known Issues===
+
: [https://github.com/Oneymus/Vyzor GitHub]
 +
: The active and definitive source repository for Vyzor.
  
===ToDo===
+
; API 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.
  
===Updates===
+
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.
  
==Guide==
+
===References===
 
+
* [http://doc.qt.io/qt-5/stylesheet-reference.html Qt5 Reference Sheet]
==Documentation==
 
 
 
==License==
 
Copyright (c) 2012 Erik Pettis
 
 
 
Permission is hereby granted, free of charge, to any person obtaining a
 
copy of this software and associated documentation files (the "Software"),
 
to deal in the Software without restriction, including without limitation
 
the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
and/or sell copies of the Software, and to permit persons to whom the
 
Software is furnished to do so, subject to the following conditions:
 
 
 
The above copyright notice and this permission notice shall be included in
 
all copies or substantial portions of the Software.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
SOFTWARE.
 
  
 
[[Category: Mudlet Package Listing]]
 
[[Category: Mudlet Package Listing]]

Latest revision as of 10:09, 26 March 2017

Author

Name
Erik Pettis
Forum Name
Oneymus

About

Link
Mudlet Forums
Beta Release
January 8th, 2012
Download
Download the .zip
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.

References