From 1cb75c721b69459494cb599730a96bbc1ddc0f65 Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 23 Dec 2002 17:13:12 +0000 Subject: Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis. --- (limited to 'core/pim/todo/taskeditoroverview.ui') diff --git a/core/pim/todo/taskeditoroverview.ui b/core/pim/todo/taskeditoroverview.ui deleted file mode 100644 index a6bf645..0000000 --- a/core/pim/todo/taskeditoroverview.ui +++ b/dev/null @@ -1,542 +0,0 @@ - -TaskEditorOverView -zecke - - QWidget - - name - TaskEditorOverView - - - geometry - - 0 - 0 - 308 - 445 - - - - caption - Form1 - - - layoutMargin - - - - margin - 4 - - - spacing - 6 - - - QLayoutWidget - - name - Layout11 - - - - margin - 0 - - - spacing - 6 - - - QLabel - - name - txtPrio - - - text - Priority - - - - QComboBox - - - text - 1 - Very High - - - - - text - 2 - High - - - - - text - 3 - Normal - - - - - text - 4 - Low - - - - - text - 5 - Very Low - - - - name - cmbPrio - - - - - - QLayoutWidget - - name - Layout11 - - - - margin - 0 - - - spacing - 6 - - - QLabel - - name - txtProgress - - - text - Progress - - - - QComboBox - - - text - 0 % - - - - - text - 20 % - - - - - text - 40 % - - - - - text - 60 % - - - - - text - 80 % - - - - - text - 100 % - - - - name - cmbProgress - - - - - - QLayoutWidget - - name - Layout9 - - - - margin - 0 - - - spacing - 6 - - - QCheckBox - - name - ckbDue - - - text - Due Date: - - - - QPushButton - - name - btnDue - - - enabled - false - - - text - 1 Januar 2002 - - - - - - QLayoutWidget - - name - Layout8 - - - - margin - 0 - - - spacing - 6 - - - QCheckBox - - name - ckbStart - - - text - Start Date: - - - - QPushButton - - name - btnStart - - - enabled - false - - - text - 1 Januar 2001 - - - - - - QLayoutWidget - - name - Layout7 - - - - margin - 0 - - - spacing - 6 - - - QLabel - - name - lblSum - - - text - Summary - - - - QComboBox - - - text - Complete - - - - - text - work on - - - - - text - buy - - - - - text - organize - - - - - text - get - - - - - text - Update - - - - - text - Create - - - - - text - Plan - - - - - text - Call - - - - - text - Mail - - - - name - cmbSum - - - editable - true - - - - - - QLayoutWidget - - name - Layout10 - - - - margin - 0 - - - spacing - 6 - - - QCheckBox - - name - ckbComp - - - enabled - true - - - text - Completed Date - - - - QPushButton - - name - btnComp - - - enabled - false - - - text - 1 Januar 2002 - - - - - - QCheckBox - - name - ckbCompleted - - - text - Completed - - - - QLayoutWidget - - name - Layout12 - - - - margin - 0 - - - spacing - 6 - - - QLabel - - name - txtCategory - - - text - Category - - - - CategorySelect - - name - comboCategory - - - sizePolicy - - 7 - 0 - - - - minimumSize - - 60 - 20 - - - - - - - QCheckBox - - name - CheckBox7 - - - text - Enable Recurrance - - - - - name - Spacer1 - - - orientation - Vertical - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - - - - CategorySelect -
qpe/categoryselect.h
- - -1 - -1 - - 0 - - 7 - 1 - - image0 -
-
- - - image0 - 789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758 - - - - - ckbStart - clicked() - TaskEditorOverView - slotStartChecked() - - - ckbDue - clicked() - TaskEditorOverView - slotDueChecked() - - - ckbComp - clicked() - TaskEditorOverView - slotCompletedChecked() - - slotCompletedChecked() - slotDueChecked() - slotStartChecked() - -
-- cgit v0.9.0.2