mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
Initial Dragdrop support (still not working,,,)
This commit is contained in:
parent
72b0ab96ca
commit
b4e92e9751
@ -23,6 +23,9 @@
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log$
|
||||
Revision 1.64 2006/06/12 15:20:44 cignoni
|
||||
Initial Dragdrop support (still not working,,,)
|
||||
|
||||
Revision 1.63 2006/05/25 04:57:45 cignoni
|
||||
Major 0.7 release. A lot of things changed. Colorize interface gone away, Editing and selection start to work.
|
||||
Optional data really working. Clustering decimation totally rewrote. History start to work. Filters organized in classes.
|
||||
@ -139,8 +142,8 @@ private slots:
|
||||
void about();
|
||||
void aboutPlugins();
|
||||
|
||||
|
||||
|
||||
void dropEvent ( QDropEvent * event );
|
||||
void dragEnterEvent(QDragEnterEvent *);
|
||||
|
||||
private:
|
||||
void createActions();
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
History
|
||||
|
||||
$Log$
|
||||
Revision 1.55 2006/06/12 15:20:44 cignoni
|
||||
Initial Dragdrop support (still not working,,,)
|
||||
|
||||
Revision 1.54 2006/05/26 04:09:52 cignoni
|
||||
Still debugging 0.7
|
||||
|
||||
@ -92,7 +95,8 @@ MainWindow::MainWindow()
|
||||
createMenus();
|
||||
createToolBars();
|
||||
updateMenus();
|
||||
|
||||
setAcceptDrops(true);
|
||||
workspace->setAcceptDrops(true);
|
||||
setWindowTitle(appName());
|
||||
loadPlugins();
|
||||
qb=new QProgressDialog(this);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user