class KVBox;
class Q3Grid;
class PixmapViewer;
-class MetadataLoader;
+class MetaDataWidget;
/**
* @brief Prototype for a information sidebar.
*/
void startService(int index);
- /**
- * Opens a dialog to change the annotation of the currently selected
- * file(s).
- */
- void changeAnnotation();
-
private:
/**
* Connects to signals from the currently active Dolphin view to get
*/
void insertActions();
- /**
- * Show the annotation of a file in the sidebar.
- */
- void showAnnotation(const KUrl& file);
-
- /**
- * Show the annotations of multiple files in the sidebar.
- */
- void showAnnotations(const KUrl::List& files);
-
bool m_multipleSelection;
bool m_pendingPreview;
QTimer* m_timer;
Q3PtrList<QWidget> m_actionWidgets; // TODO: use children() from QObject instead
Q3ValueVector<KDEDesktopMimeType::Service> m_actionsVector;
- QLabel* m_annotationLabel;
- QPushButton* m_annotationButton;//Move to sthing sexy visually
- MetadataLoader* m_metadata;
+ MetaDataWidget* m_metadataWidget;
};
// TODO #1: move to SidebarPage?