| Summary: | usability improvements to datasource config UIs | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
| Component: | general | Assignee: | George Staikos <staikos> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Brisset
2004-11-07 00:24:47 UTC
#2 is WONTFIX (redundant, and the embedding idea is too slow) CVS commit by staikos:
move the configure button down one row
FEATURE: 92833
M +38 -36 datawizard.ui 1.68
--- kdeextragear-2/kst/kst/datawizard.ui #1.67:1.68
@@ -80,5 +80,5 @@
</property>
</spacer>
- <widget class="KURLRequester" row="2" column="1">
+ <widget class="KURLRequester" row="2" column="1" colspan="2" rowspan="1">
<property name="name">
<cstring>_url</cstring>
@@ -93,23 +93,4 @@
</property>
</widget>
- <widget class="QPushButton" row="2" column="2">
- <property name="name">
- <cstring>_configureSource</cstring>
- </property>
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Con&figure...</string>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>1</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
<spacer row="2" column="3">
<property name="name">
@@ -129,20 +110,41 @@
</property>
</spacer>
- <widget class="QLabel" row="3" column="1" colspan="2" rowspan="1">
- <property name="name">
- <cstring>_fileType</cstring>
- </property>
- <property name="alignment">
- <set>WordBreak|AlignTop</set>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>1</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
+ <hbox row="3" column="1" colspan="2" rowspan="1">
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>_fileType</cstring>
+ </property>
+ <property name="alignment">
+ <set>WordBreak|AlignTop</set>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>2</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>_configureSource</cstring>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Con&figure...</string>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </hbox>
<spacer row="4" column="1">
<property name="name">
|