From 140d28d0fd72015616351702f085ca9f0c9a959c Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 02 Oct 2002 12:26:54 +0000 Subject: UI Files --- (limited to 'noncore/apps/opie-console') diff --git a/noncore/apps/opie-console/configurebase.ui b/noncore/apps/opie-console/configurebase.ui new file mode 100644 index 0000000..1af270c --- a/dev/null +++ b/noncore/apps/opie-console/configurebase.ui @@ -0,0 +1,127 @@ + +ConfigureBase + + QDialog + + name + ConfigDialog + + + geometry + + 0 + 0 + 276 + 306 + + + + caption + Configure + + + + margin + 11 + + + spacing + 6 + + + QListView + + + text + Profile Name + + + clickable + true + + + resizeable + true + + + + name + lstView + + + + QLayoutWidget + + name + Layout1 + + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + pbAdd + + + text + &Add + + + + QPushButton + + name + pbEdit + + + text + &Edit + + + + QPushButton + + name + pbRemove + + + text + &Remove + + + + + + + + + pbAdd + clicked() + ConfigDialog + slotAdd() + + + pbEdit + clicked() + ConfigDialog + slotEdit() + + + pbRemove + clicked() + ConfigDialog + slotRemove() + + slotRemove() + slotAdd() + slotEdit() + + diff --git a/noncore/apps/opie-console/editbase.ui b/noncore/apps/opie-console/editbase.ui new file mode 100644 index 0000000..8318d2d --- a/dev/null +++ b/noncore/apps/opie-console/editbase.ui @@ -0,0 +1,304 @@ + +EditBase + + QWidget + + name + EditBase + + + geometry + + 0 + 0 + 357 + 352 + + + + caption + Editor Base + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout2 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + txtEmu + + + text + Terminal Emulation: + + + + QComboBox + + name + cmbEmu + + + + + + QLayoutWidget + + name + Layout1 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + txtIO + + + text + IO Layer: + + + + QComboBox + + name + cmbIO + + + + + + QGroupBox + + name + grpLook + + + title + Look + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout3 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + txtFore + + + text + Foreground: + + + + QComboBox + + + text + Black + + + + + text + White + + + + + text + Gray + + + + name + cmbFore + + + + + + QLayoutWidget + + name + Layout4 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + txtBackground + + + text + Background: + + + + QComboBox + + + text + Black + + + + + text + White + + + + + text + Gray + + + + name + cmbBack + + + + + + QLayoutWidget + + name + Layout5 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + txtFont + + + text + Font: + + + + QComboBox + + + text + Micro + + + + + text + Small + + + + + text + Medium + + + + name + cmbFont + + + + + + + + + name + Spacer1 + + + orientation + Vertical + + + sizeType + Fixed + + + sizeHint + + 20 + 20 + + + + + + -- cgit v0.9.0.2