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.
tdevelop/vcs/cvsservice/cvsoptionswidgetbase.ui

231 lines
9.1 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>CvsOptionsWidgetBase</class>
<widget class="QWidget">
<property name="name">
<cstring>cvsOptionsWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>507</height>
</rect>
</property>
<property name="caption">
<string>CVS Options</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox4</cstring>
</property>
<property name="title">
<string>Common Settings</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>m_rshLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Remote shell (CVS_RSH environment variable):</string>
</property>
<property name="buddy" stdset="0">
<cstring>cvsRshEnvVarEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>cvsRshEnvVarEdit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>sets the CVS_RSH variable</string>
</property>
<property name="whatsThis" stdset="0">
<string>Set this option to "ssh" to use ssh as remote shell for CVS. Note that you need password-less login (see the ssh documentation for how to generate a public/private key pair) otherwise CVS will just hang forever.</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>CVS server &amp;location:</string>
</property>
<property name="buddy" stdset="0">
<cstring>serverLocationEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>serverLocationEdit</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>When Updating</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>createNewDirWhenUpdateCheck</cstring>
</property>
<property name="text">
<string>Create &amp;new directories (if any)</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>pruneEmptyDirWhenUpdateCheck</cstring>
</property>
<property name="text">
<string>&amp;Prune empty directories</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>recursiveWhenUpdateCheck</cstring>
</property>
<property name="text">
<string>&amp;Update subdirectories too</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>When Committing/Removing</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>recursiveWhenCommitRemoveCheck</cstring>
</property>
<property name="text">
<string>&amp;Be recursive</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>When Creating Diffs</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit" row="1" column="0">
<property name="name">
<cstring>diffOptionsEdit</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>m_diffLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Use these e&amp;xtra options:</string>
</property>
<property name="buddy" stdset="0">
<cstring>diffOptionsEdit</cstring>
</property>
</widget>
<widget class="KIntNumInput" row="1" column="1">
<property name="name">
<cstring>contextLinesInput</cstring>
</property>
<property name="value">
<number>3</number>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>65535</number>
</property>
</widget>
<widget class="QLabel" row="0" column="1">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Con&amp;text lines:</string>
</property>
<property name="buddy" stdset="0">
<cstring>contextLinesInput</cstring>
</property>
</widget>
</grid>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
</includehints>
</UI>