diff options
Diffstat (limited to 'kstars/kstars/details_links.ui')
-rw-r--r-- | kstars/kstars/details_links.ui | 188 |
1 files changed, 188 insertions, 0 deletions
diff --git a/kstars/kstars/details_links.ui b/kstars/kstars/details_links.ui new file mode 100644 index 00000000..dbe0b75e --- /dev/null +++ b/kstars/kstars/details_links.ui @@ -0,0 +1,188 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>DetailsLinksUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>DetailsLinksUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>512</width> + <height>617</height> + </rect> + </property> + <property name="caption"> + <string>Details - Resource Links</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout79</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>InfoTitle</cstring> + </property> + <property name="font"> + <font> + <bold>1</bold> + </font> + </property> + <property name="text"> + <string><p align="center">Information Links</p></string> + </property> + </widget> + <widget class="KListBox"> + <property name="name"> + <cstring>InfoList</cstring> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="lineWidth"> + <number>4</number> + </property> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer88</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout80</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>ImagesTitle</cstring> + </property> + <property name="font"> + <font> + <bold>1</bold> + </font> + </property> + <property name="text"> + <string><p align="center">Image Links</p></string> + </property> + </widget> + <widget class="KListBox"> + <property name="name"> + <cstring>ImagesList</cstring> + </property> + <property name="frameShape"> + <enum>StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="lineWidth"> + <number>4</number> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout91</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton"> + <property name="name"> + <cstring>ViewButton</cstring> + </property> + <property name="text"> + <string>View Resource</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>AddLinkButton</cstring> + </property> + <property name="text"> + <string>Add Link...</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>EditLinkButton</cstring> + </property> + <property name="text"> + <string>Edit Link...</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>RemoveLinkButton</cstring> + </property> + <property name="text"> + <string>Remove Link</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer53</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klistbox.h</includehint> + <includehint>klistbox.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |