qt5
Last change
on this file since 0401cc2 was
0401cc2,
checked in by pavelpa <pavelpa@…>, 12 years ago
|
'conflict' list is automatically expanded
|
-
Property mode set to
100644
|
File size:
525 bytes
|
Rev | Line | |
---|
[ea638ef] | 1 | |
---|
| 2 | #include "conflictdialogcontainer.h" |
---|
| 3 | |
---|
| 4 | ConflictDialogContainer::ConflictDialogContainer(QWidget *aParent) |
---|
| 5 | : TabContainer( aParent ) |
---|
| 6 | { |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | void ConflictDialogContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
| 10 | { |
---|
[0401cc2] | 11 | Q_UNUSED(aDate); |
---|
| 12 | |
---|
[d49254d] | 13 | static_cast<EventModel*>(treeView->model())->loadConflictEvents( mEventId, aConferenceId ); |
---|
| 14 | dayNavigator->hide(); |
---|
[ea638ef] | 15 | } |
---|
| 16 | |
---|
[0401cc2] | 17 | void ConflictDialogContainer::updateTreeView(const QDate &aDate) |
---|
| 18 | { |
---|
| 19 | TabContainer::updateTreeView(aDate); |
---|
| 20 | treeView->setAllExpanded(true); |
---|
| 21 | } |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.