Warning, /plasma/plasma-nm/libs/editor/settings/ui/team.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  <author>Lukáš Tinkl &lt;ltinkl@redhat.com&gt;</author>
0004  <class>TeamWidget</class>
0005  <widget class="QWidget" name="TeamWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>394</width>
0011     <height>436</height>
0012    </rect>
0013   </property>
0014   <layout class="QGridLayout" name="gridLayout_2">
0015    <item row="0" column="0">
0016     <widget class="QLabel" name="label">
0017      <property name="text">
0018       <string>Interface name:</string>
0019      </property>
0020      <property name="buddy">
0021       <cstring>ifaceName</cstring>
0022      </property>
0023     </widget>
0024    </item>
0025    <item row="0" column="1">
0026     <widget class="KLineEdit" name="ifaceName"/>
0027    </item>
0028    <item row="1" column="0">
0029     <widget class="QLabel" name="label_7">
0030      <property name="text">
0031       <string>Teamed connections:</string>
0032      </property>
0033      <property name="buddy">
0034       <cstring>teams</cstring>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="2" column="0" colspan="2">
0039     <layout class="QGridLayout" name="gridLayout">
0040      <item row="0" column="0" rowspan="4">
0041       <widget class="QListWidget" name="teams">
0042        <property name="editTriggers">
0043         <set>QAbstractItemView::NoEditTriggers</set>
0044        </property>
0045        <property name="alternatingRowColors">
0046         <bool>true</bool>
0047        </property>
0048        <property name="uniformItemSizes">
0049         <bool>true</bool>
0050        </property>
0051       </widget>
0052      </item>
0053      <item row="0" column="1">
0054       <widget class="QPushButton" name="btnAdd">
0055        <property name="text">
0056         <string>Add…</string>
0057        </property>
0058        <property name="icon">
0059         <iconset theme="list-add">
0060          <normaloff/>
0061         </iconset>
0062        </property>
0063       </widget>
0064      </item>
0065      <item row="1" column="1">
0066       <widget class="QPushButton" name="btnEdit">
0067        <property name="enabled">
0068         <bool>false</bool>
0069        </property>
0070        <property name="text">
0071         <string>Edit…</string>
0072        </property>
0073        <property name="icon">
0074         <iconset theme="configure">
0075          <normaloff/>
0076         </iconset>
0077        </property>
0078       </widget>
0079      </item>
0080      <item row="2" column="1">
0081       <widget class="QPushButton" name="btnDelete">
0082        <property name="enabled">
0083         <bool>false</bool>
0084        </property>
0085        <property name="text">
0086         <string>Delete</string>
0087        </property>
0088        <property name="icon">
0089         <iconset theme="edit-delete">
0090          <normaloff/>
0091         </iconset>
0092        </property>
0093       </widget>
0094      </item>
0095      <item row="3" column="1">
0096       <spacer name="verticalSpacer">
0097        <property name="orientation">
0098         <enum>Qt::Vertical</enum>
0099        </property>
0100        <property name="sizeHint" stdset="0">
0101         <size>
0102          <width>20</width>
0103          <height>40</height>
0104         </size>
0105        </property>
0106       </spacer>
0107      </item>
0108     </layout>
0109    </item>
0110    <item row="3" column="0">
0111     <widget class="QLabel" name="label_2">
0112      <property name="text">
0113       <string>JSON config:</string>
0114      </property>
0115     </widget>
0116    </item>
0117    <item row="4" column="0" colspan="2">
0118     <widget class="QPlainTextEdit" name="config"/>
0119    </item>
0120    <item row="5" column="0" colspan="2">
0121     <widget class="QPushButton" name="btnImport">
0122      <property name="text">
0123       <string>Import configuration from file…</string>
0124      </property>
0125     </widget>
0126    </item>
0127   </layout>
0128  </widget>
0129  <customwidgets>
0130   <customwidget>
0131    <class>KLineEdit</class>
0132    <extends>QLineEdit</extends>
0133    <header>klineedit.h</header>
0134   </customwidget>
0135  </customwidgets>
0136  <tabstops>
0137   <tabstop>ifaceName</tabstop>
0138   <tabstop>teams</tabstop>
0139   <tabstop>btnAdd</tabstop>
0140   <tabstop>btnEdit</tabstop>
0141   <tabstop>btnDelete</tabstop>
0142  </tabstops>
0143  <resources/>
0144  <connections/>
0145 </ui>