Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/imageselectordialog.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>ImageSelectorDialog</class>
0004  <widget class="QDialog" name="ImageSelectorDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>571</width>
0010     <height>519</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Open Image</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="image"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QLabel" name="label">
0022      <property name="text">
0023       <string>Address:</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QLineEdit" name="m_textEdit">
0029      <property name="placeholderText">
0030       <string>http://… https://… c:\… /home/…</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <layout class="QHBoxLayout" name="horizontalLayout">
0036      <item>
0037       <widget class="QToolButton" name="m_downloadPush">
0038        <property name="minimumSize">
0039         <size>
0040          <width>40</width>
0041          <height>40</height>
0042         </size>
0043        </property>
0044        <property name="text">
0045         <string>download</string>
0046        </property>
0047        <property name="icon">
0048         <iconset theme="emblem-downloads">
0049          <normaloff>.</normaloff>.</iconset>
0050        </property>
0051        <property name="iconSize">
0052         <size>
0053          <width>32</width>
0054          <height>32</height>
0055         </size>
0056        </property>
0057       </widget>
0058      </item>
0059      <item>
0060       <widget class="QToolButton" name="m_pasteBtn">
0061        <property name="text">
0062         <string>...</string>
0063        </property>
0064        <property name="icon">
0065         <iconset theme="edit-paste">
0066          <normaloff>.</normaloff>.</iconset>
0067        </property>
0068        <property name="iconSize">
0069         <size>
0070          <width>32</width>
0071          <height>32</height>
0072         </size>
0073        </property>
0074       </widget>
0075      </item>
0076      <item>
0077       <widget class="QToolButton" name="m_openBtn">
0078        <property name="text">
0079         <string>...</string>
0080        </property>
0081        <property name="icon">
0082         <iconset theme="document-open">
0083          <normaloff>.</normaloff>.</iconset>
0084        </property>
0085        <property name="iconSize">
0086         <size>
0087          <width>32</width>
0088          <height>32</height>
0089         </size>
0090        </property>
0091       </widget>
0092      </item>
0093      <item>
0094       <spacer name="horizontalSpacer">
0095        <property name="orientation">
0096         <enum>Qt::Horizontal</enum>
0097        </property>
0098        <property name="sizeHint" stdset="0">
0099         <size>
0100          <width>40</width>
0101          <height>20</height>
0102         </size>
0103        </property>
0104       </spacer>
0105      </item>
0106     </layout>
0107    </item>
0108    <item>
0109     <layout class="QHBoxLayout" name="horizontalLayout_2">
0110      <item>
0111       <widget class="QLabel" name="label_2">
0112        <property name="text">
0113         <string>Title:</string>
0114        </property>
0115       </widget>
0116      </item>
0117      <item>
0118       <widget class="QLineEdit" name="m_titleLineEdit"/>
0119      </item>
0120     </layout>
0121    </item>
0122    <item>
0123     <widget class="QScrollArea" name="scrollArea">
0124      <property name="verticalScrollBarPolicy">
0125       <enum>Qt::ScrollBarAlwaysOff</enum>
0126      </property>
0127      <property name="horizontalScrollBarPolicy">
0128       <enum>Qt::ScrollBarAlwaysOff</enum>
0129      </property>
0130      <property name="widgetResizable">
0131       <bool>false</bool>
0132      </property>
0133      <property name="alignment">
0134       <set>Qt::AlignCenter</set>
0135      </property>
0136      <widget class="QWidget" name="scrollAreaWidgetContents">
0137       <property name="geometry">
0138        <rect>
0139         <x>90</x>
0140         <y>46</y>
0141         <width>370</width>
0142         <height>241</height>
0143        </rect>
0144       </property>
0145       <layout class="QVBoxLayout" name="verticalLayout_2"/>
0146      </widget>
0147     </widget>
0148    </item>
0149    <item>
0150     <widget class="QDialogButtonBox" name="buttonBox">
0151      <property name="orientation">
0152       <enum>Qt::Horizontal</enum>
0153      </property>
0154      <property name="standardButtons">
0155       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0156      </property>
0157     </widget>
0158    </item>
0159   </layout>
0160   <action name="m_downloadAct">
0161    <property name="checkable">
0162     <bool>true</bool>
0163    </property>
0164    <property name="icon">
0165     <iconset theme="emblem-downloads">
0166      <normaloff>.</normaloff>.</iconset>
0167    </property>
0168    <property name="text">
0169     <string>Download</string>
0170    </property>
0171   </action>
0172   <action name="m_pasteAct">
0173    <property name="checkable">
0174     <bool>true</bool>
0175    </property>
0176    <property name="icon">
0177     <iconset theme="edit-paste">
0178      <normaloff>.</normaloff>.</iconset>
0179    </property>
0180    <property name="text">
0181     <string>Paste</string>
0182    </property>
0183    <property name="toolTip">
0184     <string>Paste from Clipboard</string>
0185    </property>
0186    <property name="shortcut">
0187     <string>Ctrl+V</string>
0188    </property>
0189   </action>
0190   <action name="m_openFileAct">
0191    <property name="checkable">
0192     <bool>true</bool>
0193    </property>
0194    <property name="icon">
0195     <iconset theme="document-open">
0196      <normaloff>.</normaloff>.</iconset>
0197    </property>
0198    <property name="text">
0199     <string>OpenFile</string>
0200    </property>
0201    <property name="toolTip">
0202     <string>Open file from your hard drive</string>
0203    </property>
0204   </action>
0205  </widget>
0206  <resources/>
0207  <connections/>
0208 </ui>