xmlgui doesn't honor toolbar position

Christoph Pfister christophpfister at gmail.com
Sun Jun 10 16:14:57 BST 2007


Hi,

Toolbars in the .ui file may have the "position" attribute specifying the area 
where they are placed by default. However it's currently ignored (attached is 
a small testcase showing the problem) ...

Can anybody shed light on this? Thanks in advance!

Christoph
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cpp
Type: text/x-c++src
Size: 557 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070610/6508e3a0/attachment.cpp>
-------------- next part --------------
<?xml version = '1.0' encoding = 'UTF-8'?>
<gui name="simple" >
  <ToolBar position="bottom" name="test_toolbar" >
    <text>Test</text>
    <Action name="test_action" />
  </ToolBar>
</gui>


More information about the kde-core-devel mailing list