qt5
Last change
on this file since 0401cc2 was
0401cc2,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
'conflict' list is automatically expanded
|
-
Property mode set to
100644
|
File size:
525 bytes
|
Line | |
---|
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 | { |
---|
11 | Q_UNUSED(aDate); |
---|
12 | |
---|
13 | static_cast<EventModel*>(treeView->model())->loadConflictEvents( mEventId, aConferenceId ); |
---|
14 | dayNavigator->hide(); |
---|
15 | } |
---|
16 | |
---|
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.