diff options
Diffstat (limited to 'examples/kpartgui.dtd')
-rw-r--r-- | examples/kpartgui.dtd | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/kpartgui.dtd b/examples/kpartgui.dtd index b338964..fa7354d 100644 --- a/examples/kpartgui.dtd +++ b/examples/kpartgui.dtd @@ -13,8 +13,8 @@ <!--The root element that must enclose all other tags in the document. --> <!ELEMENT kpartgui ((ActionProperties | MenuBar | ToolBar | Merge | DefineGroup | MainWindow | StatusBar | Menu)*)> <!ATTLIST kpartgui - name CDATA #REQUIRED - version CDATA #REQUIRED + name CDATA #RETQUIRED + version CDATA #RETQUIRED library CDATA #IMPLIED > @@ -34,8 +34,8 @@ -- position: the position of the toolbar in the window -- iconText: whether to show icon or text or both -- iconSize: the size of the icons (0 for default, or usually 22 or 32) - -- index: the index in the toolbar dock (see QMainWindow::moveToolBar) - -- offset: the X offset in the toolbar dock (see QMainWindow::moveToolBar) + -- index: the index in the toolbar dock (see TQMainWindow::moveToolBar) + -- offset: the X offset in the toolbar dock (see TQMainWindow::moveToolBar) -- newline: if true, this toolbar will start a new line (i.e. under the ones before it). -- group: optional group name, for named merging (?) -- hidden: if true, the toolbar is initially hidden. There should be a menu entry for showing it. @@ -43,7 +43,7 @@ --> <!ELEMENT ToolBar ((Action | Separator | ActionList | Merge | DefineGroup)*)> <!ATTLIST ToolBar - name CDATA #REQUIRED + name CDATA #RETQUIRED fullWidth (true|false) "true" position (top|bottom|left|right) "top" iconText (icononly|textonly|icontextright|icontextbottom) #IMPLIED @@ -59,7 +59,7 @@ <!-- A Menu such as the "File" or "Edit" menu. Can be used to define popup menus as well. --> <!ELEMENT Menu (text?, (Action | ActionList | Separator | TearOffHandle | Merge | DefineGroup | Menu )*)> <!ATTLIST Menu - name CDATA #REQUIRED + name CDATA #RETQUIRED group CDATA #IMPLIED icon CDATA #IMPLIED > @@ -70,7 +70,7 @@ <!-- We defined only a few standard KAction properties here. Theoritically we can have any property here --> <!ATTLIST Action - name CDATA #REQUIRED + name CDATA #RETQUIRED group CDATA #IMPLIED text CDATA #IMPLIED whatsThis CDATA #IMPLIED @@ -99,7 +99,7 @@ <!-- Specifies a dynamic list of actions, each of which can be changed by plugging/unplugging it --> <!ELEMENT ActionList EMPTY> <!ATTLIST ActionList - name CDATA #REQUIRED + name CDATA #RETQUIRED > <!-- Not explicitly defined or in widely used yet. --> @@ -118,5 +118,5 @@ accessible via the group attribute of other tags --> <!ELEMENT DefineGroup EMPTY> <!ATTLIST DefineGroup - name CDATA #REQUIRED + name CDATA #RETQUIRED > |