You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kpilot/kpilot/dbFlagsEditor_base.ui

377 lines
14 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>DBFlagsEditorWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>DBFlagsEditorWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>465</width>
<height>353</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>fDBNameLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Database &amp;name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fDBName</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="3">
<property name="name">
<cstring>fCreatorLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Creator:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fCreator</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>fTypeLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Type:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fType</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>fType</cstring>
</property>
<property name="maxLength">
<number>4</number>
</property>
</widget>
<widget class="TQLineEdit" row="1" column="4" rowspan="1" colspan="2">
<property name="name">
<cstring>fCreator</cstring>
</property>
<property name="maxLength">
<number>4</number>
</property>
</widget>
<widget class="TQButtonGroup" row="2" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>fDBFlagsGroup</cstring>
</property>
<property name="title">
<string>Database Flags</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>fRessourceDB</cstring>
</property>
<property name="text">
<string>&amp;Ressource database</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>fReadOnly</cstring>
</property>
<property name="text">
<string>Rea&amp;d-only</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>fBackupDB</cstring>
</property>
<property name="text">
<string>Database is &amp;backed up</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>fCopyProtect</cstring>
</property>
<property name="text">
<string>Copy &amp;protected</string>
</property>
</widget>
<spacer row="4" column="0">
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQButtonGroup" row="2" column="5" rowspan="1" colspan="2">
<property name="name">
<cstring>fMiscFlagsGroup</cstring>
</property>
<property name="title">
<string>Misc Flags</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>60</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>fReset</cstring>
</property>
<property name="text">
<string>Reset after &amp;installation</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>fExcludeDB</cstring>
</property>
<property name="text">
<string>E&amp;xclude from sync</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox" row="3" column="0" rowspan="1" colspan="7">
<property name="name">
<cstring>fTimeStampGroup</cstring>
</property>
<property name="title">
<string>Time Stamps</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>fCreationLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Cr&amp;eation time:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fCreationDate</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>fModificationlabel</cstring>
</property>
<property name="text">
<string>&amp;Modification time:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fModificationDate</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>fBackupLabel</cstring>
</property>
<property name="text">
<string>Back&amp;up time:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fBackupDate</cstring>
</property>
</widget>
<widget class="KTimeWidget" row="0" column="2">
<property name="name">
<cstring>fCreationTime</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
<widget class="KTimeWidget" row="1" column="2">
<property name="name">
<cstring>fModificationTime</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
<widget class="KTimeWidget" row="2" column="2">
<property name="name">
<cstring>fBackupTime</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
<widget class="KDateWidget" row="2" column="1">
<property name="name">
<cstring>fBackupDate</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
<widget class="KDateWidget" row="1" column="1">
<property name="name">
<cstring>fModificationDate</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
<widget class="KDateWidget" row="0" column="1">
<property name="name">
<cstring>fCreationDate</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
</widget>
</grid>
</widget>
<spacer row="1" column="6">
<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>180</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQLineEdit" row="0" column="2" rowspan="1" colspan="5">
<property name="name">
<cstring>fDBName</cstring>
</property>
<property name="maxLength">
<number>34</number>
</property>
</widget>
<spacer row="4" column="5">
<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>31</width>
<height>70</height>
</size>
</property>
</spacer>
</grid>
</widget>
<tabstops>
<tabstop>fDBName</tabstop>
<tabstop>fType</tabstop>
<tabstop>fCreator</tabstop>
<tabstop>fRessourceDB</tabstop>
<tabstop>fReadOnly</tabstop>
<tabstop>fBackupDB</tabstop>
<tabstop>fCopyProtect</tabstop>
<tabstop>fReset</tabstop>
<tabstop>fExcludeDB</tabstop>
<tabstop>fCreationDate</tabstop>
<tabstop>fCreationTime</tabstop>
<tabstop>fModificationDate</tabstop>
<tabstop>fModificationTime</tabstop>
<tabstop>fBackupDate</tabstop>
<tabstop>fBackupTime</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in implementation">dbFlagsEditor_base.ui.h</include>
<include location="system" impldecl="in implementation">kdatewidget.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>