Main Page

From Gui

(Difference between revisions)
(Other optional things to do)
Line 1: Line 1:
-
Wiki successfully set up.
+
==Notes==
 +
The QT section is very incomplete
 +
class in HTML and QT are actually very similar in semantics. In HTML, however, it is a multiple value, in QT it is a single.
 +
name in QT is more like id in HTML, although it is also quite similar to name in html
 +
geometry info in QT would be in CSS or just implicit in HTML
 +
HTML hidden inputs probably have little to no place elsewhere, probably outside the 80%
-
==First Steps==
+
==GTK+==
-
The username and password for the administrative account is '''admin''', '''admin'''.
+
-
#<font color="red">Important:</font>  [[Special:Userlogin|Log in]] as admin and go to [[Special:Preferences|Preferences]] to change your password!
+
-
#Write down your password.
+
-
#On this page: [[image_logo_url]] put just the url for the logo that you want in the upper left corner of your wiki.
+
 +
http://library.gnome.org/devel/gtk/stable/
 +
==HTML==
 +
===elements===
 +
<form>
 +
<label>
 +
<fieldset>
 +
legend
 +
<input>
 +
hidden
 +
text
 +
password
 +
file
 +
submit
 +
reset
 +
image
 +
checkbox
 +
radio
 +
button
 +
<button>
 +
<textarea>
 +
<select>
 +
<optgroup>
 +
<option>
 +
===common attributes===
 +
tabindex
 +
disabled
 +
checked
 +
maxlength
 +
name
 +
readonly
 +
size (rows/cols for <textarea>)
 +
title
 +
class
 +
accesskey
 +
id
 +
===events===
 +
onfocus
 +
onblur
 +
onselect
 +
onchange
 +
onclick
 +
ondblclick
 +
onmousedown
 +
onmousemove
 +
onmouseout
 +
onmouseover
 +
onmouseup
 +
onkeydown
 +
onkeypress
 +
onkeyup
 +
onsubmit
 +
onreset
 +
==QT==
 +
===elements===
 +
QMainWindow
 +
QDialog
 +
QWidget
 +
QLabel
 +
QGroupBox
-
==Other optional things to do==
+
QLineEdit
-
*Control the rights of anonymous and logged in users through the [[Control Panel]] (which can be found in the toolbox on the left side of this page).
+
QTextEdit
-
*Add the url for your wiki to the [http://www.editthis.info/wiki/index.php/Categorized_Wiki_List Categorized wiki list]. Simply edit that page and put your wiki under the appropriate category.
+
QPlainTextEdit
-
*To increase the amount of space you have for uploads, add links to http://editthis.info from external sites, and go to the [http://editthis.info/wiki/index.php/Link_Quota_Page Link Quota Page] to increase your uploads quota.
+
 
-
*Edit [[MediaWiki:Sidebar]] to change the navigation menu
+
QCheckBox
-
*Add this wiki to some external wiki indexes:
+
QRadioButton
-
#[http://en.wikipedia.org/wiki/List_of_wiki Wikipedia list of wikis]
+
QPushButton
-
#[http://www.wikiindex.com/Add_a_Wiki WikiIndex]<br>
+
QToolButton
-
*If you are feeling adventurous and know a little about web design you can edit the  javascript and css to the [[Header]] to change the look of your wiki.
+
 
-
**You must log as admin to do this
+
QComboBox
-
**Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
QListWidget
-
*Read the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for other usage and configuration help.
+
 
-
*Add your wiki to the [http://editthis.info/wiki/index.php/Map_of_wikis map of wikis]
+
QScrollBar
-
*Add a message to the [http://www.editthis.info/wiki/index.php/Feedback Feedback Page] if you see anything that could be improved.
+
QDial
 +
QSlider
 +
 
 +
QSpinBox
 +
QDoubleSpinBox
 +
QDateTimeEdit
 +
QDateEdit
 +
QCalendarWidget
 +
 
 +
QTableView
 +
QTableWidget
 +
QTreeView
 +
QTreeWidget
 +
QScrollArea
 +
QSplitter
 +
QProgressBar
 +
QSplashScreen
 +
QSplitterHandle
 +
QSvgWidget
 +
QTabBar
 +
QTabWidget
 +
QToolBar
 +
QToolBox
 +
QWebView
 +
QMenu
 +
QMenuBar
 +
QStatusBar
 +
 
 +
===properties===
 +
geometry
 +
rect
 +
x
 +
y
 +
width
 +
height
 +
name
 +
class
 +
 
 +
==signals==

Revision as of 01:02, 11 June 2009

Contents

Notes

The QT section is very incomplete class in HTML and QT are actually very similar in semantics. In HTML, however, it is a multiple value, in QT it is a single. name in QT is more like id in HTML, although it is also quite similar to name in html geometry info in QT would be in CSS or just implicit in HTML HTML hidden inputs probably have little to no place elsewhere, probably outside the 80%

GTK+

http://library.gnome.org/devel/gtk/stable/

HTML

elements

<form> <label> <fieldset> legend <input> hidden text password file submit reset image checkbox radio button <button> <textarea> <select> <optgroup> <option>

common attributes

tabindex disabled checked maxlength name readonly size (rows/cols for <textarea>) title class accesskey id

events

onfocus onblur onselect onchange onclick ondblclick onmousedown onmousemove onmouseout onmouseover onmouseup onkeydown onkeypress onkeyup onsubmit onreset

QT

elements

QMainWindow QDialog QWidget QLabel

QGroupBox

QLineEdit QTextEdit QPlainTextEdit

QCheckBox QRadioButton QPushButton QToolButton

QComboBox QListWidget

QScrollBar QDial QSlider

QSpinBox QDoubleSpinBox QDateTimeEdit QDateEdit QCalendarWidget

QTableView QTableWidget QTreeView QTreeWidget QScrollArea QSplitter QProgressBar QSplashScreen QSplitterHandle QSvgWidget QTabBar QTabWidget QToolBar QToolBox QWebView QMenu QMenuBar QStatusBar

properties

geometry rect x y width height name class

signals

Personal tools