From d23a43b32b1bffd2e59fa649edc1ea8336e7cfc7 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 2 Dec 2000 16:14:19 +0000 Subject: [PATCH] Just added a modify button and a slot (slotModify) that it is connected to. Just added ModifyButton, slotModify and a connection between them.. --- ui/mainwindowbase.ui | 363 ++++++++++++++++++++++--------------------- 1 file changed, 182 insertions(+), 181 deletions(-) diff --git a/ui/mainwindowbase.ui b/ui/mainwindowbase.ui index 25d0a24..cfd266e 100644 --- a/ui/mainwindowbase.ui +++ b/ui/mainwindowbase.ui @@ -12,7 +12,7 @@ 0 0 - 538 + 534 398 @@ -30,190 +30,91 @@ 6 - QLayoutWidget + QListView + + + text + Num + + + clickable + true + + + resizeable + true + + + + + text + Efternamn + + + clickable + true + + + resizeable + true + + + + + text + Förnamn + + + clickable + true + + + resizeable + true + + + + + text + Adress + + + clickable + true + + + resizeable + true + + + + + text + Telefonnummer + + + clickable + true + + + resizeable + true + + name - Layout4 + ContactView + + + frameShadow + Sunken + + + frameShape + StyledPanel - - - margin - 0 - - - spacing - 6 - - - QListView - - - text - Num - - - clickable - true - - - resizeable - true - - - - - text - Efternamn - - - clickable - true - - - resizeable - true - - - - - text - Förnamn - - - clickable - true - - - resizeable - true - - - - - text - Adress - - - clickable - true - - - resizeable - true - - - - - text - Telefonnummer - - - clickable - true - - - resizeable - true - - - - name - ContactView - - - frameShadow - Sunken - - - frameShape - StyledPanel - - - - QLayoutWidget - - name - Layout3 - - - - margin - 0 - - - spacing - 6 - - - QPushButton - - name - LoadButton - - - text - &Ladda fil - - - - QPushButton - - name - SaveButton - - - text - &Spara - - - - - name - Spacer1 - - - orientation - Vertical - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton - - name - AddButton - - - text - &Ny kontakt - - - - QPushButton - - name - DelButton - - - text - &Ta bort - - - - - - + QGroupBox name @@ -351,6 +252,99 @@ + + QLayoutWidget + + name + Layout13 + + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + LoadButton + + + text + &Ladda fil + + + + QPushButton + + name + SaveButton + + + text + &Spara + + + + + name + Spacer1 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + AddButton + + + text + &Ny kontakt + + + + QPushButton + + name + ModifyButton + + + text + &Modifera kontakt + + + + QPushButton + + name + DelButton + + + text + &Ta bort + + + + @@ -390,6 +384,13 @@ unnamed slotModify(QListViewItem*) + + ModifyButton + clicked() + unnamed + slotModify() + + slotModify() slotAdd() slotDel() slotLoad() -- 2.39.2