Warning, /graphics/kst-plot/src/widgets/stringselector.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>StringSelector</class>
0004  <widget class="QWidget" name="StringSelector">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>296</width>
0010     <height>35</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="whatsThis">
0020    <string>Select a string to utilize.  If you wish to create a new string, select the icon to the right.</string>
0021   </property>
0022   <layout class="QHBoxLayout" name="horizontalLayout">
0023    <property name="margin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="Kst::ComboBox" name="_string">
0028      <property name="sizePolicy">
0029       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0030        <horstretch>0</horstretch>
0031        <verstretch>0</verstretch>
0032       </sizepolicy>
0033      </property>
0034      <property name="sizeAdjustPolicy">
0035       <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <widget class="QToolButton" name="_selectString">
0041      <property name="sizePolicy">
0042       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0043        <horstretch>0</horstretch>
0044        <verstretch>0</verstretch>
0045       </sizepolicy>
0046      </property>
0047      <property name="text">
0048       <string>...</string>
0049      </property>
0050     </widget>
0051    </item>
0052    <item>
0053     <widget class="QToolButton" name="_newString">
0054      <property name="sizePolicy">
0055       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0056        <horstretch>0</horstretch>
0057        <verstretch>0</verstretch>
0058       </sizepolicy>
0059      </property>
0060      <property name="toolTip">
0061       <string>Create a new string.</string>
0062      </property>
0063      <property name="text">
0064       <string/>
0065      </property>
0066     </widget>
0067    </item>
0068    <item>
0069     <widget class="QToolButton" name="_editString">
0070      <property name="enabled">
0071       <bool>false</bool>
0072      </property>
0073      <property name="sizePolicy">
0074       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0075        <horstretch>0</horstretch>
0076        <verstretch>0</verstretch>
0077       </sizepolicy>
0078      </property>
0079      <property name="toolTip">
0080       <string>Edit selected string.</string>
0081      </property>
0082      <property name="text">
0083       <string/>
0084      </property>
0085     </widget>
0086    </item>
0087   </layout>
0088  </widget>
0089  <layoutdefault spacing="6" margin="11"/>
0090  <customwidgets>
0091   <customwidget>
0092    <class>Kst::ComboBox</class>
0093    <extends>QComboBox</extends>
0094    <header>combobox.h</header>
0095   </customwidget>
0096  </customwidgets>
0097  <tabstops>
0098   <tabstop>_string</tabstop>
0099   <tabstop>_selectString</tabstop>
0100   <tabstop>_newString</tabstop>
0101   <tabstop>_editString</tabstop>
0102  </tabstops>
0103  <resources/>
0104  <connections/>
0105 </ui>