Warning, /frameworks/kjsembed/examples/kjsconsole/jsconsole.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>KJSConsole</class>
0003  <widget class="QMainWindow" name="KJSConsole" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>800</width>
0009     <height>600</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>MainWindow</string>
0014   </property>
0015   <widget class="QWidget" name="centralWidget" >
0016    <layout class="QVBoxLayout" >
0017     <property name="margin" >
0018      <number>9</number>
0019     </property>
0020     <property name="spacing" >
0021      <number>6</number>
0022     </property>
0023     <item>
0024      <widget class="QSplitter" name="" >
0025       <property name="orientation" >
0026        <enum>Qt::Vertical</enum>
0027       </property>
0028       <widget class="QSplitter" name="" >
0029        <property name="sizePolicy" >
0030         <sizepolicy>
0031          <hsizetype>7</hsizetype>
0032          <vsizetype>5</vsizetype>
0033          <horstretch>0</horstretch>
0034          <verstretch>1</verstretch>
0035         </sizepolicy>
0036        </property>
0037        <property name="orientation" >
0038         <enum>Qt::Horizontal</enum>
0039        </property>
0040        <widget class="QTreeView" name="mObjectModel" >
0041         <property name="alternatingRowColors" >
0042          <bool>true</bool>
0043         </property>
0044         <property name="selectionMode" >
0045          <enum>QAbstractItemView::NoSelection</enum>
0046         </property>
0047        </widget>
0048        <widget class="NumberedTextView" name="mInput" >
0049         <property name="sizePolicy" >
0050          <sizepolicy>
0051           <hsizetype>5</hsizetype>
0052           <vsizetype>5</vsizetype>
0053           <horstretch>1</horstretch>
0054           <verstretch>1</verstretch>
0055          </sizepolicy>
0056         </property>
0057        </widget>
0058       </widget>
0059       <widget class="QTextBrowser" name="mConsole" >
0060        <property name="sizePolicy" >
0061         <sizepolicy>
0062          <hsizetype>7</hsizetype>
0063          <vsizetype>7</vsizetype>
0064          <horstretch>0</horstretch>
0065          <verstretch>0</verstretch>
0066         </sizepolicy>
0067        </property>
0068        <property name="frameShape" >
0069         <enum>QFrame::StyledPanel</enum>
0070        </property>
0071        <property name="frameShadow" >
0072         <enum>QFrame::Sunken</enum>
0073        </property>
0074       </widget>
0075      </widget>
0076     </item>
0077     <item>
0078      <layout class="QHBoxLayout" >
0079       <property name="margin" >
0080        <number>0</number>
0081       </property>
0082       <property name="spacing" >
0083        <number>6</number>
0084       </property>
0085       <item>
0086        <widget class="QComboBox" name="mCommand" >
0087         <property name="sizePolicy" >
0088          <sizepolicy>
0089           <hsizetype>1</hsizetype>
0090           <vsizetype>0</vsizetype>
0091           <horstretch>1</horstretch>
0092           <verstretch>0</verstretch>
0093          </sizepolicy>
0094         </property>
0095         <property name="editable" >
0096          <bool>true</bool>
0097         </property>
0098         <property name="duplicatesEnabled" >
0099          <bool>true</bool>
0100         </property>
0101        </widget>
0102       </item>
0103       <item>
0104        <widget class="QPushButton" name="mExecute" >
0105         <property name="text" >
0106          <string>Execute</string>
0107         </property>
0108        </widget>
0109       </item>
0110      </layout>
0111     </item>
0112    </layout>
0113   </widget>
0114   <widget class="QMenuBar" name="menuBar" >
0115    <property name="geometry" >
0116     <rect>
0117      <x>0</x>
0118      <y>0</y>
0119      <width>800</width>
0120      <height>26</height>
0121     </rect>
0122    </property>
0123    <widget class="QMenu" name="menuFile" >
0124     <property name="title" >
0125      <string>File</string>
0126     </property>
0127     <addaction name="actionOpenScript" />
0128     <addaction name="actionCloseScript" />
0129     <addaction name="separator" />
0130     <addaction name="actionQuit" />
0131    </widget>
0132    <addaction name="menuFile" />
0133   </widget>
0134   <widget class="QToolBar" name="mainToolBar" >
0135    <property name="movable" >
0136     <bool>false</bool>
0137    </property>
0138    <property name="orientation" >
0139     <enum>Qt::Horizontal</enum>
0140    </property>
0141    <property name="toolButtonStyle" >
0142     <enum>Qt::ToolButtonTextUnderIcon</enum>
0143    </property>
0144    <attribute name="toolBarArea" >
0145     <number>4</number>
0146    </attribute>
0147    <addaction name="actionRun" />
0148    <addaction name="actionRunTo" />
0149    <addaction name="actionStep" />
0150    <addaction name="actionStop" />
0151   </widget>
0152   <widget class="QStatusBar" name="statusBar" >
0153    <property name="geometry" >
0154     <rect>
0155      <x>0</x>
0156      <y>581</y>
0157      <width>800</width>
0158      <height>19</height>
0159     </rect>
0160    </property>
0161   </widget>
0162   <action name="actionOpenScript" >
0163    <property name="text" >
0164     <string>Open Script</string>
0165    </property>
0166    <property name="statusTip" >
0167     <string>Open a script...</string>
0168    </property>
0169    <property name="shortcut" >
0170     <string>Ctrl+O</string>
0171    </property>
0172   </action>
0173   <action name="actionCloseScript" >
0174    <property name="text" >
0175     <string>Close Script</string>
0176    </property>
0177    <property name="statusTip" >
0178     <string>Close script...</string>
0179    </property>
0180   </action>
0181   <action name="actionQuit" >
0182    <property name="text" >
0183     <string>Quit</string>
0184    </property>
0185    <property name="statusTip" >
0186     <string>Quit application...</string>
0187    </property>
0188   </action>
0189   <action name="actionRun" >
0190    <property name="icon" >
0191     <iconset resource="console.qrc" >:/images/start.png</iconset>
0192    </property>
0193    <property name="text" >
0194     <string>Run</string>
0195    </property>
0196    <property name="statusTip" >
0197     <string>Run script...</string>
0198    </property>
0199   </action>
0200   <action name="actionRunTo" >
0201    <property name="icon" >
0202     <iconset resource="console.qrc" >:/images/runto.png</iconset>
0203    </property>
0204    <property name="text" >
0205     <string>Run To...</string>
0206    </property>
0207    <property name="statusTip" >
0208     <string>Run to breakpoint...</string>
0209    </property>
0210   </action>
0211   <action name="actionStep" >
0212    <property name="icon" >
0213     <iconset resource="console.qrc" >:/images/step.png</iconset>
0214    </property>
0215    <property name="text" >
0216     <string>Step</string>
0217    </property>
0218    <property name="statusTip" >
0219     <string>Step to next line...</string>
0220    </property>
0221   </action>
0222   <action name="actionStop" >
0223    <property name="icon" >
0224     <iconset resource="console.qrc" >:/images/stop.png</iconset>
0225    </property>
0226    <property name="text" >
0227     <string>Stop</string>
0228    </property>
0229    <property name="statusTip" >
0230     <string>Step execution...</string>
0231    </property>
0232   </action>
0233  </widget>
0234  <customwidgets>
0235   <customwidget>
0236    <class>NumberedTextView</class>
0237    <extends>QFrame</extends>
0238    <header>numberedtextview.h</header>
0239    <container>0</container>
0240    <pixmap></pixmap>
0241   </customwidget>
0242  </customwidgets>
0243  <resources>
0244   <include location="console.qrc" />
0245  </resources>
0246  <connections/>
0247 </ui>