2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
2007-10-13 19:06:09 +00:00
|
|
|
<class>HyperlinkUi</class>
|
|
|
|
<widget class="QDialog" name="HyperlinkUi" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-02-20 14:12:19 +00:00
|
|
|
<width>426</width>
|
|
|
|
<height>177</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2007-11-02 04:36:25 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-11-01 17:37:43 +00:00
|
|
|
<item row="2" column="1" >
|
2007-11-01 17:49:17 +00:00
|
|
|
<widget class="QGroupBox" name="typeGB" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<property name="toolTip" >
|
2008-02-20 14:12:19 +00:00
|
|
|
<string>Specify the link target</string>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="title" >
|
|
|
|
<string>Link type</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2008-02-20 14:12:19 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
2007-11-02 04:36:25 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-02-20 14:12:19 +00:00
|
|
|
<item>
|
2007-11-01 17:49:17 +00:00
|
|
|
<widget class="QRadioButton" name="webRB" >
|
2007-11-01 17:37:43 +00:00
|
|
|
<property name="toolTip" >
|
2008-02-20 14:12:19 +00:00
|
|
|
<string>Link to the web or to every other target</string>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Web</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 14:12:19 +00:00
|
|
|
<item>
|
2007-11-01 17:49:17 +00:00
|
|
|
<widget class="QRadioButton" name="emailRB" >
|
2007-11-01 17:37:43 +00:00
|
|
|
<property name="toolTip" >
|
2008-02-20 14:12:19 +00:00
|
|
|
<string>Link to an email address</string>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Email</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 14:12:19 +00:00
|
|
|
<item>
|
2007-11-01 17:49:17 +00:00
|
|
|
<widget class="QRadioButton" name="fileRB" >
|
2007-11-01 17:37:43 +00:00
|
|
|
<property name="toolTip" >
|
2008-02-20 14:12:19 +00:00
|
|
|
<string>Link to a file</string>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-20 14:12:19 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLineEdit" name="targetED" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>URL</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QLineEdit" name="nameED" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Name associated with the URL</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="targetLA" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>URL</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Target:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>targetED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="nameLA" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Name associated with the URL</string>
|
2007-10-13 19:06:09 +00:00
|
|
|
</property>
|
2008-02-20 14:12:19 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>&Name:</string>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
2008-02-20 14:12:19 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>nameED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-11-01 17:37:43 +00:00
|
|
|
</item>
|
2008-02-20 14:12:19 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
2007-11-01 17:37:43 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
2007-11-02 04:36:25 +00:00
|
|
|
<property name="margin" >
|
2007-11-01 17:37:43 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2007-11-02 04:36:25 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-11-01 17:37:43 +00:00
|
|
|
</property>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2007-11-01 17:49:17 +00:00
|
|
|
<tabstop>targetED</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>nameED</tabstop>
|
2007-11-01 17:49:17 +00:00
|
|
|
<tabstop>webRB</tabstop>
|
|
|
|
<tabstop>emailRB</tabstop>
|
|
|
|
<tabstop>fileRB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2007-10-13 19:06:09 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-10-13 19:06:09 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|