Warning, /graphics/kodaskanna/src/imagesource/imageselectwidget.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  <!--
0004   SPDX-FileCopyrightText: 2022 Friedrich W. H. Kossebau <kossebau@kde.org>
0005   SPDX-License-Identifier: LGPL-2.1-or-later
0006  -->
0007  <class>Kodaskanna::ImageSource::ImageSelectWidget</class>
0008  <widget class="QWidget" name="Kodaskanna::ImageSource::ImageSelectWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>317</width>
0014     <height>185</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout">
0018    <item>
0019     <spacer name="verticalSpacer">
0020      <property name="orientation">
0021       <enum>Qt::Vertical</enum>
0022      </property>
0023      <property name="sizeHint" stdset="0">
0024       <size>
0025        <width>20</width>
0026        <height>40</height>
0027       </size>
0028      </property>
0029     </spacer>
0030    </item>
0031    <item>
0032     <layout class="QHBoxLayout">
0033      <item>
0034       <spacer>
0035        <property name="orientation">
0036         <enum>Qt::Horizontal</enum>
0037        </property>
0038        <property name="sizeHint" stdset="0">
0039         <size>
0040          <width>40</width>
0041          <height>20</height>
0042         </size>
0043        </property>
0044       </spacer>
0045      </item>
0046      <item>
0047       <widget class="QPushButton" name="openFileButton">
0048        <property name="text">
0049         <string>Select a File</string>
0050        </property>
0051        <property name="icon">
0052         <iconset theme="document-open"/>
0053        </property>
0054       </widget>
0055      </item>
0056      <item>
0057       <spacer>
0058        <property name="orientation">
0059         <enum>Qt::Horizontal</enum>
0060        </property>
0061        <property name="sizeHint" stdset="0">
0062         <size>
0063          <width>40</width>
0064          <height>20</height>
0065         </size>
0066        </property>
0067       </spacer>
0068      </item>
0069     </layout>
0070    </item>
0071    <item>
0072     <layout class="QHBoxLayout">
0073      <item>
0074       <spacer>
0075        <property name="orientation">
0076         <enum>Qt::Horizontal</enum>
0077        </property>
0078        <property name="sizeHint" stdset="0">
0079         <size>
0080          <width>40</width>
0081          <height>20</height>
0082         </size>
0083        </property>
0084       </spacer>
0085      </item>
0086      <item>
0087       <widget class="QPushButton" name="pasteFromClipboardButton">
0088        <property name="text">
0089         <string>Paste from Clipboard</string>
0090        </property>
0091        <property name="icon">
0092         <iconset theme="edit-paste"/>
0093        </property>
0094       </widget>
0095      </item>
0096      <item>
0097       <spacer>
0098        <property name="orientation">
0099         <enum>Qt::Horizontal</enum>
0100        </property>
0101        <property name="sizeHint" stdset="0">
0102         <size>
0103          <width>40</width>
0104          <height>20</height>
0105         </size>
0106        </property>
0107       </spacer>
0108      </item>
0109     </layout>
0110    </item>
0111    <item alignment="Qt::AlignHCenter">
0112     <widget class="QLabel" name="label">
0113      <property name="text">
0114       <string>or</string>
0115      </property>
0116     </widget>
0117    </item>
0118    <item alignment="Qt::AlignHCenter">
0119     <widget class="QLabel" name="dropMessage">
0120      <property name="text">
0121       <string>Drop an image here</string>
0122      </property>
0123     </widget>
0124    </item>
0125    <item>
0126     <spacer name="verticalSpacer_2">
0127      <property name="orientation">
0128       <enum>Qt::Vertical</enum>
0129      </property>
0130      <property name="sizeHint" stdset="0">
0131       <size>
0132        <width>20</width>
0133        <height>40</height>
0134       </size>
0135      </property>
0136     </spacer>
0137    </item>
0138   </layout>
0139  </widget>
0140  <resources/>
0141  <connections/>
0142 </ui>