Warning, /kdevelop/kdevelop/plugins/git/gitnameemaildialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>GitNameEmailDialog</class>
0004  <widget class="QDialog" name="GitNameEmailDialog">
0005   <property name="windowModality">
0006    <enum>Qt::WindowModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>446</width>
0013     <height>282</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string comment="@title:window">Configure Name and Email for Git</string>
0018   </property>
0019   <layout class="QVBoxLayout" name="_2">
0020    <item>
0021     <widget class="QLabel" name="descriptionLabel">
0022      <property name="text">
0023       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You have not yet configured the name and email to be associated with your Git commits.&lt;br/&gt;The values you enter here will be written to the Git configuration, either locally for the current project only, or globally for all Git projects.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0024      </property>
0025      <property name="wordWrap">
0026       <bool>true</bool>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <layout class="QFormLayout" name="formLayout">
0032      <item row="0" column="0">
0033       <widget class="QLabel" name="label">
0034        <property name="text">
0035         <string comment="@label:textbox">&amp;Name:</string>
0036        </property>
0037        <property name="buddy">
0038         <cstring>nameEdit</cstring>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="0" column="1">
0043       <widget class="QLineEdit" name="nameEdit"/>
0044      </item>
0045      <item row="1" column="0">
0046       <widget class="QLabel" name="label_2">
0047        <property name="text">
0048         <string comment="@label:textbox">Emai&amp;l:</string>
0049        </property>
0050        <property name="buddy">
0051         <cstring>emailEdit</cstring>
0052        </property>
0053       </widget>
0054      </item>
0055      <item row="1" column="1">
0056       <widget class="QLineEdit" name="emailEdit"/>
0057      </item>
0058     </layout>
0059    </item>
0060    <item>
0061     <spacer name="verticalSpacer">
0062      <property name="orientation">
0063       <enum>Qt::Vertical</enum>
0064      </property>
0065      <property name="sizeHint" stdset="0">
0066       <size>
0067        <width>20</width>
0068        <height>40</height>
0069       </size>
0070      </property>
0071     </spacer>
0072    </item>
0073    <item>
0074     <layout class="QHBoxLayout" name="horizontalLayout">
0075      <item>
0076       <widget class="QCheckBox" name="globalCheckBox">
0077        <property name="text">
0078         <string comment="@option:check">Write to global config</string>
0079        </property>
0080       </widget>
0081      </item>
0082      <item>
0083       <spacer name="horizontalSpacer">
0084        <property name="orientation">
0085         <enum>Qt::Horizontal</enum>
0086        </property>
0087        <property name="sizeHint" stdset="0">
0088         <size>
0089          <width>40</width>
0090          <height>1</height>
0091         </size>
0092        </property>
0093       </spacer>
0094      </item>
0095      <item>
0096       <widget class="QDialogButtonBox" name="buttonBox">
0097        <property name="standardButtons">
0098         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
0099        </property>
0100       </widget>
0101      </item>
0102     </layout>
0103    </item>
0104   </layout>
0105  </widget>
0106  <resources/>
0107  <connections/>
0108 </ui>