mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
98 lines
2.4 KiB
Text
98 lines
2.4 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ChooseUri</class>
|
||
|
<widget class="QWidget" name="ChooseUri">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>409</width>
|
||
|
<height>252</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||
|
</property>
|
||
|
<property name="rowWrapPolicy">
|
||
|
<enum>QFormLayout::WrapLongRows</enum>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string comment="@label:textbox">Connection:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
|
<item>
|
||
|
<widget class="KLineEdit" name="addressLE"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="searchTB">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="2">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string comment="@info"><TABLE>
|
||
|
<TR>
|
||
|
<TD>Examples:
|
||
|
<PRE>
|
||
|
http://hostname:631/ipp/
|
||
|
http://hostname:631/ipp/port1
|
||
|
|
||
|
ipp://hostname/ipp/
|
||
|
ipp://hostname/ipp/port1
|
||
|
|
||
|
lpd://hostname/queue
|
||
|
|
||
|
socket://hostname
|
||
|
socket://hostname:9100
|
||
|
</PRE>
|
||
|
|
||
|
<P>See <A HREF="http://localhost:631/help/network.html" TARGET="_blank">"Network
|
||
|
Printers"</A> for the correct URI to use with your printer.</P>
|
||
|
</TD>
|
||
|
</TR>
|
||
|
</TABLE></string>
|
||
|
</property>
|
||
|
<property name="textFormat">
|
||
|
<enum>Qt::RichText</enum>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="openExternalLinks">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KLineEdit</class>
|
||
|
<extends>QLineEdit</extends>
|
||
|
<header>klineedit.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|