Rev 200 | Rev 205 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 200 | Rev 201 | ||
---|---|---|---|
Line 89... | Line 89... | ||
89 | 89 | ||
90 | // connect(ui->tableView_2,SIGNAL(activated(QModelIndex)),ui->tableView_2,SLOT(edit(QModelIndex)));
|
90 | // connect(ui->tableView_2,SIGNAL(activated(QModelIndex)),ui->tableView_2,SLOT(edit(QModelIndex)));
|
91 | 91 | ||
92 | picture_delegate = new CPictureDelegate(this); |
92 | picture_delegate = new CPictureDelegate(this); |
93 | iconDelegate = new IconDelegate(this); |
93 | iconDelegate = new IconDelegate(this); |
94 | - | ||
- | 94 | fileDelegate = new FileDelegate(this); |
|
95 | 95 | ||
96 | // fileForm.show();
|
96 | // fileForm.show();
|
97 | 97 | ||
98 | }
|
98 | }
|
99 | 99 |