From a993be53e6504a2f2c961ebbf171faeff45680a3 Mon Sep 17 00:00:00 2001 From: Jesper Thomschutz Date: Wed, 4 Apr 2007 12:45:25 +0200 Subject: [PATCH] Changed the timeline window from QWidget to QDialog to gain some expected behaviours... --- w_timeline.h | 2 +- w_timeline.ui | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/w_timeline.h b/w_timeline.h index 0258690..5cb679a 100644 --- a/w_timeline.h +++ b/w_timeline.h @@ -6,7 +6,7 @@ #include "timelinehandler.h" #include "timeline.h" -class w_Timeline : public QWidget, private Ui::w_timeline +class w_Timeline : public QDialog, private Ui::w_timeline { Q_OBJECT diff --git a/w_timeline.ui b/w_timeline.ui index e013232..ab314f7 100644 --- a/w_timeline.ui +++ b/w_timeline.ui @@ -1,12 +1,12 @@ w_timeline - + 0 0 400 - 453 + 552 @@ -42,6 +42,12 @@ Squawk! + + true + + + true + -- 2.11.4.GIT