Warning, /multimedia/subtitlecomposer/src/scripting/scriptsmanager.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>ScriptsManager</class>
0004  <widget class="QDialog" name="ScriptsManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>800</width>
0010     <height>500</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Scripts Manager</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="horizontalLayout">
0017    <item>
0018     <layout class="QVBoxLayout" name="mainContent">
0019      <item>
0020       <widget class="QTreeView" name="scriptsView"/>
0021      </item>
0022     </layout>
0023    </item>
0024    <item>
0025     <layout class="QVBoxLayout" name="buttonBox">
0026      <item>
0027       <widget class="QPushButton" name="btnCreate">
0028        <property name="whatsThis">
0029         <string>Creates a new script file.</string>
0030        </property>
0031        <property name="text">
0032         <string>Create...</string>
0033        </property>
0034        <property name="icon">
0035         <iconset theme="document-new"/>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QPushButton" name="btnAdd">
0041        <property name="whatsThis">
0042         <string>Copies an existing script from a specified location.</string>
0043        </property>
0044        <property name="text">
0045         <string>Add...</string>
0046        </property>
0047        <property name="icon">
0048         <iconset theme="document-open"/>
0049        </property>
0050       </widget>
0051      </item>
0052      <item>
0053       <widget class="QPushButton" name="btnRemove">
0054        <property name="whatsThis">
0055         <string>Sends the selected script to the trash.</string>
0056        </property>
0057        <property name="text">
0058         <string>Remove</string>
0059        </property>
0060        <property name="icon">
0061         <iconset theme="user-trash"/>
0062        </property>
0063       </widget>
0064      </item>
0065      <item>
0066       <widget class="QPushButton" name="btnEdit">
0067        <property name="whatsThis">
0068         <string>Opens the selected script with an external editor.</string>
0069        </property>
0070        <property name="text">
0071         <string>Edit</string>
0072        </property>
0073        <property name="icon">
0074         <iconset theme="document-edit"/>
0075        </property>
0076       </widget>
0077      </item>
0078      <item>
0079       <spacer name="verticalSpacer">
0080        <property name="orientation">
0081         <enum>Qt::Vertical</enum>
0082        </property>
0083        <property name="sizeType">
0084         <enum>QSizePolicy::Maximum</enum>
0085        </property>
0086        <property name="sizeHint" stdset="0">
0087         <size>
0088          <width>20</width>
0089          <height>40</height>
0090         </size>
0091        </property>
0092       </spacer>
0093      </item>
0094      <item>
0095       <widget class="QPushButton" name="btnRun">
0096        <property name="whatsThis">
0097         <string>Executes the selected script.</string>
0098        </property>
0099        <property name="text">
0100         <string>Run</string>
0101        </property>
0102        <property name="icon">
0103         <iconset theme="media-playback-start"/>
0104        </property>
0105       </widget>
0106      </item>
0107      <item>
0108       <spacer name="verticalSpacer_2">
0109        <property name="orientation">
0110         <enum>Qt::Vertical</enum>
0111        </property>
0112        <property name="sizeType">
0113         <enum>QSizePolicy::Maximum</enum>
0114        </property>
0115        <property name="sizeHint" stdset="0">
0116         <size>
0117          <width>20</width>
0118          <height>40</height>
0119         </size>
0120        </property>
0121       </spacer>
0122      </item>
0123      <item>
0124       <widget class="QPushButton" name="btnRefresh">
0125        <property name="whatsThis">
0126         <string>Reloads the installed scripts list.</string>
0127        </property>
0128        <property name="text">
0129         <string>Refresh</string>
0130        </property>
0131        <property name="icon">
0132         <iconset theme="view-refresh"/>
0133        </property>
0134       </widget>
0135      </item>
0136      <item>
0137       <spacer name="verticalSpacer_3">
0138        <property name="orientation">
0139         <enum>Qt::Vertical</enum>
0140        </property>
0141        <property name="sizeHint" stdset="0">
0142         <size>
0143          <width>20</width>
0144          <height>40</height>
0145         </size>
0146        </property>
0147       </spacer>
0148      </item>
0149     </layout>
0150    </item>
0151   </layout>
0152  </widget>
0153  <resources/>
0154  <connections/>
0155 </ui>