| | <?xml version="1.0" encoding="UTF-8"?> |
| | <ui version="4.0"> |
| | <class>QG_CommandWidget</class> |
| | <widget class="QWidget" name="QG_CommandWidget"> |
| | <property name="geometry"> |
| | <rect> |
| | <x>0</x> |
| | <y>0</y> |
| | <width>260</width> |
| | <height>241</height> |
| | </rect> |
| | </property> |
| | <property name="windowTitle"> |
| | <string>Command Line</string> |
| | </property> |
| | <layout class="QGridLayout" name="gridLayout" rowstretch="10,0,0"> |
| | <property name="leftMargin"> |
| | <number>2</number> |
| | </property> |
| | <property name="topMargin"> |
| | <number>1</number> |
| | </property> |
| | <property name="rightMargin"> |
| | <number>2</number> |
| | </property> |
| | <property name="bottomMargin"> |
| | <number>1</number> |
| | </property> |
| | <item row="2" column="0"> |
| | <widget class="QG_CommandEdit" name="leCommand"> |
| | <property name="minimumSize"> |
| | <size> |
| | <width>0</width> |
| | <height>23</height> |
| | </size> |
| | </property> |
| | <property name="baseSize"> |
| | <size> |
| | <width>0</width> |
| | <height>23</height> |
| | </size> |
| | </property> |
| | <property name="toolTip"> |
| | <string>Enter your command here</string> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="2" column="1"> |
| | <widget class="QToolButton" name="options_button"> |
| | <property name="toolTip"> |
| | <string>Click to see more options</string> |
| | </property> |
| | <property name="text"> |
| | <string>...</string> |
| | </property> |
| | <property name="icon"> |
| | <iconset resource="../../../../res/icons/icons.qrc"> |
| | <normaloff>:/icons/options.lci</normaloff>:/icons/options.lci</iconset> |
| | </property> |
| | <property name="iconSize"> |
| | <size> |
| | <width>12</width> |
| | <height>12</height> |
| | </size> |
| | </property> |
| | <property name="popupMode"> |
| | <enum>QToolButton::InstantPopup</enum> |
| | </property> |
| | <property name="toolButtonStyle"> |
| | <enum>Qt::ToolButtonIconOnly</enum> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="1" column="0" colspan="2"> |
| | <widget class="QLabel" name="lCommand"> |
| | <property name="text"> |
| | <string>Command:</string> |
| | </property> |
| | <property name="wordWrap"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="0" column="0" colspan="2"> |
| | <widget class="QG_CommandHistory" name="teHistory"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="minimumSize"> |
| | <size> |
| | <width>1</width> |
| | <height>1</height> |
| | </size> |
| | </property> |
| | <property name="focusPolicy"> |
| | <enum>Qt::NoFocus</enum> |
| | </property> |
| | <property name="toolTip"> |
| | <string>Command history and output</string> |
| | </property> |
| | <property name="lineWidth"> |
| | <number>0</number> |
| | </property> |
| | <property name="horizontalScrollBarPolicy"> |
| | <enum>Qt::ScrollBarAlwaysOff</enum> |
| | </property> |
| | <property name="documentTitle"> |
| | <string notr="true"/> |
| | </property> |
| | <property name="undoRedoEnabled"> |
| | <bool>false</bool> |
| | </property> |
| | <property name="readOnly"> |
| | <bool>true</bool> |
| | </property> |
| | <property name="html"> |
| | <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| | <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> |
| | p, li { white-space: pre-wrap; } |
| | hr { height: 1px; border-width: 0; } |
| | li.unchecked::marker { content: "\2610"; } |
| | li.checked::marker { content: "\2612"; } |
| | </style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> |
| | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;"><br /></p></body></html></string> |
| | </property> |
| | <property name="acceptRichText"> |
| | <bool>false</bool> |
| | </property> |
| | <property name="linkUnderline" stdset="0"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </widget> |
| | <layoutdefault spacing="6" margin="11"/> |
| | <customwidgets> |
| | <customwidget> |
| | <class>QG_CommandHistory</class> |
| | <extends>QTextEdit</extends> |
| | <header>qg_commandhistory.h</header> |
| | </customwidget> |
| | <customwidget> |
| | <class>QG_CommandEdit</class> |
| | <extends>QLineEdit</extends> |
| | <header>qg_commandedit.h</header> |
| | </customwidget> |
| | </customwidgets> |
| | <resources> |
| | <include location="../../../../res/icons/icons.qrc"/> |
| | <include location="../../../../res/icons/icons.qrc"/> |
| | </resources> |
| | <connections/> |
| | </ui> |
| |
|