From 45372f6cf0e6d1fbf838d277d8709ba6476fc62d Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 30 Mar 2007 04:06:16 +0000 Subject: [PATCH] Completed table on naming conventions for widgets git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17644 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.39.5