]> git.lyx.org Git - lyx.git/commitdiff
Completed table on naming conventions for widgets
authorRichard Heck <rgheck@comcast.net>
Fri, 30 Mar 2007 04:06:16 +0000 (04:06 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 30 Mar 2007 04:06:16 +0000 (04:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17644 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/README

index 4bad65732ae3d47d05abf582e473d8b435602926..cac4bef8088ad476ee15dbef16a307cc42424aa0 100644 (file)
@@ -55,10 +55,17 @@ widget types :
 CB - check box
 CO - combo box
 ED - line edit
+GB - group box
 LA - label
-ML -
+LC - LengthCombo
+LV - QListView
+ML - QTextBrowser
 PB - push button
-(FIXME: complete this)
+RB - radio button
+SB - spin box
+SL - slider
+TE - text edit
+TW - tree widget (FIXME: also TV in some files)
 
 
 Stuff to be aware of