summaryrefslogtreecommitdiffstats
path: root/gammarayversion.ui
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <nicolas@kdab.com>2012-02-04 17:15:04 +0100
committerNicolas Arnaud-Cormos <nicolas@kdab.com>2012-02-04 17:15:04 +0100
commitd2139f1a4b0f43d27a3a40d43a1f9e9da1d33fb8 (patch)
tree51fb16fed1f37fd8dc659e1dc7df6503998780b7 /gammarayversion.ui
Initialize the GammaRay plugin
Diffstat (limited to 'gammarayversion.ui')
-rw-r--r--gammarayversion.ui60
1 files changed, 60 insertions, 0 deletions
diff --git a/gammarayversion.ui b/gammarayversion.ui
new file mode 100644
index 0000000..b68da48
--- /dev/null
+++ b/gammarayversion.ui
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Gammaray::Internal::GammarayVersion</class>
+ <widget class="QWidget" name="Gammaray::Internal::GammarayVersion">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>275</width>
+ <height>53</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QFormLayout" name="formLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_2">
+ <property name="text">
+ <string>Qt version name:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLabel" name="qtVersionName">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_3">
+ <property name="text">
+ <string>gammaray location:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="Utils::PathChooser" name="gammarayExeChooser" native="true">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>Utils::PathChooser</class>
+ <extends>QWidget</extends>
+ <header location="global">utils/pathchooser.h</header>
+ <container>1</container>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>