Warning, /utilities/krename/src/scriptpluginwidget.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>ScriptPluginWidget</class>
0004  <widget class="QWidget" name="ScriptPluginWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>534</width>
0010     <height>552</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_5">
0014    <item>
0015     <widget class="QSplitter" name="splitter">
0016      <property name="orientation">
0017       <enum>Qt::Vertical</enum>
0018      </property>
0019      <property name="childrenCollapsible">
0020       <bool>false</bool>
0021      </property>
0022      <widget class="QGroupBox" name="groupBox">
0023       <property name="title">
0024        <string>&amp;Variables</string>
0025       </property>
0026       <layout class="QVBoxLayout" name="verticalLayout_2">
0027        <item>
0028         <widget class="QLabel" name="labelDescVariables">
0029          <property name="text">
0030           <string>Declare global variables that can be used from within your functions:</string>
0031          </property>
0032         </widget>
0033        </item>
0034        <item>
0035         <layout class="QHBoxLayout" name="horizontalLayout">
0036          <item>
0037           <widget class="QTreeWidget" name="listVariables">
0038            <property name="editTriggers">
0039             <set>QAbstractItemView::NoEditTriggers</set>
0040            </property>
0041            <property name="alternatingRowColors">
0042             <bool>true</bool>
0043            </property>
0044            <property name="selectionMode">
0045             <enum>QAbstractItemView::SingleSelection</enum>
0046            </property>
0047            <property name="rootIsDecorated">
0048             <bool>false</bool>
0049            </property>
0050            <property name="itemsExpandable">
0051             <bool>false</bool>
0052            </property>
0053            <property name="allColumnsShowFocus">
0054             <bool>true</bool>
0055            </property>
0056            <column>
0057             <property name="text">
0058              <string>1</string>
0059             </property>
0060            </column>
0061           </widget>
0062          </item>
0063          <item>
0064           <layout class="QVBoxLayout" name="verticalLayout">
0065            <item>
0066             <widget class="QPushButton" name="buttonAdd">
0067              <property name="text">
0068               <string>&amp;Add...</string>
0069              </property>
0070             </widget>
0071            </item>
0072            <item>
0073             <widget class="QPushButton" name="buttonRemove">
0074              <property name="text">
0075               <string>&amp;Delete</string>
0076              </property>
0077             </widget>
0078            </item>
0079            <item>
0080             <spacer name="verticalSpacer">
0081              <property name="orientation">
0082               <enum>Qt::Vertical</enum>
0083              </property>
0084              <property name="sizeHint" stdset="0">
0085               <size>
0086                <width>20</width>
0087                <height>40</height>
0088               </size>
0089              </property>
0090             </spacer>
0091            </item>
0092           </layout>
0093          </item>
0094         </layout>
0095        </item>
0096       </layout>
0097      </widget>
0098      <widget class="QGroupBox" name="groupBox_2">
0099       <property name="title">
0100        <string>&amp;Definitions</string>
0101       </property>
0102       <layout class="QVBoxLayout" name="verticalLayout_4">
0103        <item>
0104         <widget class="QLabel" name="labelDescDef">
0105          <property name="text">
0106           <string>Define functions that can be used from KRename templates:</string>
0107          </property>
0108         </widget>
0109        </item>
0110        <item>
0111         <layout class="QHBoxLayout" name="horizontalLayout_2">
0112          <item>
0113           <widget class="QTextEdit" name="textCode">
0114            <property name="lineWrapMode">
0115             <enum>QTextEdit::NoWrap</enum>
0116            </property>
0117            <property name="acceptRichText">
0118             <bool>false</bool>
0119            </property>
0120           </widget>
0121          </item>
0122          <item>
0123           <layout class="QVBoxLayout" name="verticalLayout_3">
0124            <item>
0125             <widget class="QPushButton" name="buttonSave">
0126              <property name="text">
0127               <string>&amp;Save to File...</string>
0128              </property>
0129             </widget>
0130            </item>
0131            <item>
0132             <widget class="QPushButton" name="buttonLoad">
0133              <property name="text">
0134               <string>&amp;Load from File...</string>
0135              </property>
0136             </widget>
0137            </item>
0138            <item>
0139             <widget class="QPushButton" name="buttonInsert">
0140              <property name="text">
0141               <string>&amp;Insert Variable</string>
0142              </property>
0143              <property name="checkable">
0144               <bool>false</bool>
0145              </property>
0146             </widget>
0147            </item>
0148            <item>
0149             <spacer name="verticalSpacer_2">
0150              <property name="orientation">
0151               <enum>Qt::Vertical</enum>
0152              </property>
0153              <property name="sizeHint" stdset="0">
0154               <size>
0155                <width>20</width>
0156                <height>40</height>
0157               </size>
0158              </property>
0159             </spacer>
0160            </item>
0161            <item>
0162             <widget class="QPushButton" name="buttonTest">
0163              <property name="text">
0164               <string>&amp;Test...</string>
0165              </property>
0166             </widget>
0167            </item>
0168           </layout>
0169          </item>
0170         </layout>
0171        </item>
0172       </layout>
0173      </widget>
0174     </widget>
0175    </item>
0176   </layout>
0177  </widget>
0178  <resources/>
0179  <connections/>
0180 </ui>