📄 addressbook.ui
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>FormAddressBook</class><comment> * addressbookSub.ui * * Cross platform voip gui. * * Application name : CPhone * * Copyright (c) 2002 Indranet Technologies Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is CPhone * * The Original Author : Derek J Smithies, derek@indranet.co.nz * * The Initial Developer of the Original Code is Indranet Technologies Ltd * * Contributor(s): ______________________________________. * * * $Log: addressbook.ui,v $ * Revision 1.4 2003/04/11 01:08:35 dereksmithies * Add speed dial support for Quicknet cards. * * Revision 1.3 2003/04/04 04:42:33 dereksmithies * Remove ampersand character from .ui files. * * Revision 1.2 2003/04/04 04:37:49 dereksmithies * Major upgrade. * Ixj and microtelco support added. Fix threading issues. * * Revision 1.1.1.1 2002/05/12 22:55:02 dereksmithies * Initial release. * * * *</comment><widget class="QDialog"> <property name="name"> <cstring>FormAddressBook</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>386</width> <height>357</height> </rect> </property> <property name="caption"> <string>Address book</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QListView"> <column> <property name="text"> <string>Name</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Speed dial</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Address</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizeable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>ListViewAbAllNames</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>300</width> <height>0</height> </size> </property> <property name="lineWidth"> <number>2</number> </property> <property name="itemMargin"> <number>2</number> </property> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> </property> <property name="title"> <string></string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout9</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout8</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Name</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>LineEditAbName</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>5</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1</cstring>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -