From: Richard Heck Date: Fri, 30 Mar 2007 04:06:16 +0000 (+0000) Subject: Completed table on naming conventions for widgets X-Git-Tag: 1.6.10~10416 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=45372f6cf0e6d1fbf838d277d8709ba6476fc62d;p=lyx.git Completed table on naming conventions for widgets git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17644 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/README b/src/frontends/qt4/README index 4bad65732a..cac4bef808 100644 --- a/src/frontends/qt4/README +++ b/src/frontends/qt4/README @@ -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