Warning, /kdevelop/kdevelop/plugins/perforce/ui/perforceimportmetadatawidget.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>PerforceImportMetadataWidget</class>
0004  <widget class="QWidget" name="PerforceImportMetadataWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>581</width>
0010     <height>339</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item row="0" column="0">
0027     <widget class="QLabel" name="labelUrl">
0028      <property name="text">
0029       <string comment="@label:textbox">Source directory:</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="0" column="1">
0034     <widget class="KUrlRequester" name="sourceLoc" native="true"/>
0035    </item>
0036    <item row="2" column="0">
0037     <widget class="QLabel" name="labelExec">
0038      <property name="text">
0039       <string comment="@label:textbox">P4 executable:</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="2" column="1">
0044     <widget class="KUrlRequester" name="executableLoc" native="true"/>
0045    </item>
0046    <item row="5" column="0">
0047     <widget class="QLabel" name="labelP4port">
0048      <property name="text">
0049       <string>P4 Port</string>
0050      </property>
0051     </widget>
0052    </item>
0053    <item row="5" column="1">
0054     <widget class="QLineEdit" name="p4portEdit">
0055      <property name="sizePolicy">
0056       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0057        <horstretch>0</horstretch>
0058        <verstretch>0</verstretch>
0059       </sizepolicy>
0060      </property>
0061      <property name="minimumSize">
0062       <size>
0063        <width>0</width>
0064        <height>0</height>
0065       </size>
0066      </property>
0067      <property name="toolTip">
0068       <string comment="@info:tooltip">The format of P4PORT for Perforce applications is protocol:host:port, or port by itself if both the Perforce application and versioning service are running on the same host. Port numbers must be in the range 1024 through 32767</string>
0069      </property>
0070      <property name="text">
0071       <string/>
0072      </property>
0073     </widget>
0074    </item>
0075    <item row="6" column="0">
0076     <widget class="QLabel" name="labelP4user">
0077      <property name="sizePolicy">
0078       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0079        <horstretch>0</horstretch>
0080        <verstretch>0</verstretch>
0081       </sizepolicy>
0082      </property>
0083      <property name="minimumSize">
0084       <size>
0085        <width>100</width>
0086        <height>0</height>
0087       </size>
0088      </property>
0089      <property name="text">
0090       <string>P4 User</string>
0091      </property>
0092     </widget>
0093    </item>
0094    <item row="6" column="1">
0095     <widget class="QLineEdit" name="p4userEdit">
0096      <property name="toolTip">
0097       <string comment="@info:tooltip">Current Perforce user name. By default, the Perforce username is the same as the OS username</string>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="7" column="0">
0102     <widget class="QLabel" name="labelP4client">
0103      <property name="text">
0104       <string>P4 Client</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item row="7" column="1">
0109     <widget class="KComboBox" name="p4clientEdit">
0110      <property name="toolTip">
0111       <string comment="@info:tooltip">Name of current client workspace on the Perforce server</string>
0112      </property>
0113     </widget>
0114    </item>
0115    <item row="8" column="0">
0116     <widget class="QLabel" name="labelP4config">
0117      <property name="text">
0118       <string>P4 Config</string>
0119      </property>
0120     </widget>
0121    </item>
0122    <item row="8" column="1">
0123     <widget class="QLineEdit" name="p4configEdit">
0124      <property name="enabled">
0125       <bool>false</bool>
0126      </property>
0127      <property name="toolTip">
0128       <string comment="@info:tooltip">Contains a file name without a path. The specified file is used to store other Perforce environment variables </string>
0129      </property>
0130     </widget>
0131    </item>
0132    <item row="9" column="1">
0133     <widget class="QPushButton" name="testP4setupButton">
0134      <property name="sizePolicy">
0135       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0136        <horstretch>50</horstretch>
0137        <verstretch>0</verstretch>
0138       </sizepolicy>
0139      </property>
0140      <property name="text">
0141       <string comment="@action:button">Test</string>
0142      </property>
0143     </widget>
0144    </item>
0145    <item row="10" column="1">
0146     <widget class="QTextBrowser" name="errorMsg">
0147      <property name="styleSheet">
0148       <string notr="true">* { background-color: rgba(0, 0, 0, 0); }</string>
0149      </property>
0150     </widget>
0151    </item>
0152    <item row="3" column="0" colspan="2">
0153     <widget class="QGroupBox" name="groupBox">
0154      <property name="enabled">
0155       <bool>true</bool>
0156      </property>
0157      <property name="sizePolicy">
0158       <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0159        <horstretch>0</horstretch>
0160        <verstretch>0</verstretch>
0161       </sizepolicy>
0162      </property>
0163      <property name="minimumSize">
0164       <size>
0165        <width>250</width>
0166        <height>0</height>
0167       </size>
0168      </property>
0169      <property name="layoutDirection">
0170       <enum>Qt::LeftToRight</enum>
0171      </property>
0172      <property name="autoFillBackground">
0173       <bool>false</bool>
0174      </property>
0175      <property name="title">
0176       <string/>
0177      </property>
0178      <property name="flat">
0179       <bool>true</bool>
0180      </property>
0181      <property name="checkable">
0182       <bool>false</bool>
0183      </property>
0184      <property name="checked">
0185       <bool>false</bool>
0186      </property>
0187      <widget class="QRadioButton" name="radioButtonConfig">
0188       <property name="geometry">
0189        <rect>
0190         <x>7</x>
0191         <y>10</y>
0192         <width>100</width>
0193         <height>30</height>
0194        </rect>
0195       </property>
0196       <property name="text">
0197        <string comment="@option:radio">Config File</string>
0198       </property>
0199       <property name="checked">
0200        <bool>true</bool>
0201       </property>
0202      </widget>
0203      <widget class="QRadioButton" name="radioButtonVariables">
0204       <property name="geometry">
0205        <rect>
0206         <x>115</x>
0207         <y>10</y>
0208         <width>140</width>
0209         <height>31</height>
0210        </rect>
0211       </property>
0212       <property name="text">
0213        <string comment="@option:radio">User/Port Config</string>
0214       </property>
0215      </widget>
0216     </widget>
0217    </item>
0218   </layout>
0219  </widget>
0220  <customwidgets>
0221   <customwidget>
0222    <class>KComboBox</class>
0223    <extends>QComboBox</extends>
0224    <header>KComboBox</header>
0225   </customwidget>
0226   <customwidget>
0227    <class>KUrlRequester</class>
0228    <extends>QWidget</extends>
0229    <header>KUrlRequester</header>
0230    <container>1</container>
0231   </customwidget>
0232  </customwidgets>
0233  <resources/>
0234  <connections/>
0235 </ui>