-----Ursprüngliche Nachricht-----
Von: Miklos Espak [mailto:[email protected]] 
Gesendet: Donnerstag, 6. Oktober 2011 11:42
An: Goch, Caspar Jonas
Cc: mitk-users
Betreff: Re: [mitk-users] datamanager context menu icons missing

>On Thu, Oct 6, 2011 at 11:32 AM, Goch, Caspar Jonas
><[email protected]> wrote:
>> the documentation was done by different people and the screenshots were done 
>> on their respective builds. As such they might differ from the standard icon 
>> set (as does skin of the application), depending on whether or not the 
>> screenshot maker was working on a customized MITK. The default icon set can 
>> be seen here
>> http://www.mint-medical.de/wp-content/mitk3m3_documentation/org.datamanager.html
>> If your icons match these it is not a bug.
>
>Actually, no icons appear here.
>
>Miklos

Hi Miklos,

Have you written your own datamanager or context menu? The icons are set in the 
QmitkDatamanagerView.cpp like this
  m_ShowOnlySelectedNodes
    = new QAction(QIcon(":/org.mitk.gui.qt.datamanager/ShowSelectedNode_48.png")
    , "Show only selected nodes", this);
  QObject::connect( m_ShowOnlySelectedNodes, SIGNAL( triggered(bool) )
    , this, SLOT( ShowOnlySelectedNodes(bool) ) );
  unknownDataNodeDescriptor->AddAction(m_ShowOnlySelectedNodes);

Where the corresponding .png file should be found in 
/Modules/Bundles/org.mitk.gui.qt.datamanager/resources/

Regards,
Caspar

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to