Warning, /rolisteam/rolisteam/src/libraries/rwidgets/mediacontainers/webview.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>WebView</class>
0004  <widget class="QWidget" name="WebView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>566</width>
0010     <height>557</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Form</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
0017    <property name="spacing">
0018     <number>2</number>
0019    </property>
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>0</number>
0031    </property>
0032    <item>
0033     <layout class="QHBoxLayout" name="m_toolBarLayout">
0034      <item>
0035       <widget class="QToolButton" name="m_previousBtn">
0036        <property name="text">
0037         <string>...</string>
0038        </property>
0039        <property name="autoRaise">
0040         <bool>true</bool>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <widget class="QToolButton" name="m_nextBtn">
0046        <property name="text">
0047         <string>...</string>
0048        </property>
0049        <property name="autoRaise">
0050         <bool>true</bool>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QToolButton" name="m_reloadBtn">
0056        <property name="text">
0057         <string>...</string>
0058        </property>
0059        <property name="autoRaise">
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <widget class="QLineEdit" name="m_addressEdit"/>
0066      </item>
0067      <item>
0068       <widget class="QToolButton" name="m_hideAddressBtn">
0069        <property name="text">
0070         <string>...</string>
0071        </property>
0072        <property name="autoRaise">
0073         <bool>true</bool>
0074        </property>
0075       </widget>
0076      </item>
0077      <item>
0078       <widget class="QToolButton" name="m_shareBtn">
0079        <property name="text">
0080         <string>...</string>
0081        </property>
0082        <property name="autoRaise">
0083         <bool>true</bool>
0084        </property>
0085       </widget>
0086      </item>
0087      <item>
0088       <widget class="QToolButton" name="m_htmlShareBtn">
0089        <property name="text">
0090         <string>...</string>
0091        </property>
0092        <property name="autoRaise">
0093         <bool>true</bool>
0094        </property>
0095       </widget>
0096      </item>
0097      <item>
0098       <widget class="QCheckBox" name="m_keepSharing">
0099        <property name="text">
0100         <string>Keep Sharing</string>
0101        </property>
0102       </widget>
0103      </item>
0104     </layout>
0105    </item>
0106    <item>
0107     <widget class="QWebEngineView" name="m_webview" native="true">
0108      <property name="url" stdset="0">
0109       <url>
0110        <string>about:blank</string>
0111       </url>
0112      </property>
0113     </widget>
0114    </item>
0115   </layout>
0116   <action name="m_previousAct">
0117    <property name="text">
0118     <string>Previous</string>
0119    </property>
0120   </action>
0121   <action name="m_nextAct">
0122    <property name="text">
0123     <string>Next</string>
0124    </property>
0125   </action>
0126   <action name="m_reloadAct">
0127    <property name="text">
0128     <string>Reload</string>
0129    </property>
0130   </action>
0131   <action name="m_hideAddressAct">
0132    <property name="checkable">
0133     <bool>true</bool>
0134    </property>
0135    <property name="icon">
0136     <iconset resource="../../../rolisteam.qrc">
0137      <normaloff>:/resources/rolistheme/mask.png</normaloff>:/resources/rolistheme/mask.png</iconset>
0138    </property>
0139    <property name="text">
0140     <string>Hide Address</string>
0141    </property>
0142   </action>
0143   <action name="m_shareAct">
0144    <property name="checkable">
0145     <bool>true</bool>
0146    </property>
0147    <property name="icon">
0148     <iconset resource="../../../rolisteam.qrc">
0149      <normaloff>:/resources/rolistheme/document-share.svg</normaloff>:/resources/rolistheme/document-share.svg</iconset>
0150    </property>
0151    <property name="text">
0152     <string>Share</string>
0153    </property>
0154   </action>
0155   <action name="m_htmlShareAct">
0156    <property name="checkable">
0157     <bool>true</bool>
0158    </property>
0159    <property name="text">
0160     <string>Share Html</string>
0161    </property>
0162   </action>
0163  </widget>
0164  <customwidgets>
0165   <customwidget>
0166    <class>QWebEngineView</class>
0167    <extends>QWidget</extends>
0168    <header location="global">QtWebEngineWidgets/QWebEngineView</header>
0169   </customwidget>
0170  </customwidgets>
0171  <resources>
0172   <include location="../../../rolisteam.qrc"/>
0173  </resources>
0174  <connections/>
0175 </ui>