<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>KNewFileDlgDecl</class> <widget class="TQDialog"> <property name="name"> <cstring>kNewFileDlgDecl</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>546</width> <height>448</height> </rect> </property> <property name="caption"> <string>New File Dialog</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </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="TQLayoutWidget"> <property name="name"> <cstring>Layout10</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="TQLabel"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> <property name="text"> <string>Use this dialog to enter personal information about yourself. All information is optional and is provided to personalize your KMyMoney file.</string> </property> </widget> </hbox> </widget> <widget class="Line"> <property name="name"> <cstring>Line1</cstring> </property> <property name="frameShape"> <enum>HLine</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <property name="lineWidth"> <number>1</number> </property> <property name="orientation"> <enum>Horizontal</enum> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout20</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>County/State:</string> </property> </widget> <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>userNameEdit</cstring> </property> </widget> <widget class="TQLineEdit" row="3" column="1"> <property name="name"> <cstring>countyEdit</cstring> </property> </widget> <widget class="TQLineEdit" row="2" column="1"> <property name="name"> <cstring>townEdit</cstring> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>Street:</string> </property> </widget> <widget class="TQLineEdit" row="1" column="1"> <property name="name"> <cstring>streetEdit</cstring> </property> </widget> <widget class="TQLabel" row="6" column="0"> <property name="name"> <cstring>TextLabel7</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>Email:</string> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>Your name:</string> </property> </widget> <widget class="TQLabel" row="5" column="0"> <property name="name"> <cstring>TextLabel6</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>Telephone:</string> </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>TextLabel3</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>Town:</string> </property> </widget> <widget class="TQLineEdit" row="6" column="1"> <property name="name"> <cstring>emailEdit</cstring> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>TextLabel5</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="text"> <string>Postal Code:</string> </property> </widget> <widget class="TQLineEdit" row="5" column="1"> <property name="name"> <cstring>telephoneEdit</cstring> </property> </widget> <widget class="TQLineEdit" row="4" column="1"> <property name="name"> <cstring>postcodeEdit</cstring> </property> </widget> </grid> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout22</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KPushButton"> <property name="name"> <cstring>tdeabcBtn</cstring> </property> <property name="text"> <string>Load from Addressbook</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer11</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>305</width> <height>21</height> </size> </property> </spacer> </hbox> </widget> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout10</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>360</width> <height>16</height> </size> </property> </spacer> <widget class="KPushButton"> <property name="name"> <cstring>okBtn</cstring> </property> <property name="text"> <string>OK</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="KPushButton"> <property name="name"> <cstring>cancelBtn</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox> </widget> <tabstops> <tabstop>userNameEdit</tabstop> <tabstop>streetEdit</tabstop> <tabstop>townEdit</tabstop> <tabstop>countyEdit</tabstop> <tabstop>postcodeEdit</tabstop> <tabstop>telephoneEdit</tabstop> <tabstop>emailEdit</tabstop> <tabstop>tdeabcBtn</tabstop> <tabstop>okBtn</tabstop> <tabstop>cancelBtn</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> </UI>