Bug#2862: Acknowledgement (Dialog Editor problem w/ QSpinBox)
Steven Suson
suson at TuckerEnergy.com
Mon Mar 20 22:50:00 UTC 2000
Attached is the problem .kdevdlg file.
Steven Suson
-------------- next part --------------
// KDevelop Dialog Editor File (.kdevdlg)
//
// Created by KDlgEdit Version 0.1alpha (C) 1999 by Pascal Krahmer
// Get KDevelop including KDlgEdit at "www.beast.de/kdevelop"
//
data Information
{
Filename="/home/suson/KProjects/kspecdisp/kspecdisp/quickscales.kdevdlg"
KDevelopVersion="1.1"
DlgEditVersion="0.1alpha"
LastChanged="Mon Mar 20 15:07:12 2000"
}
data SessionManagement
{
OpenedRoot_1="Appearance"
OpenedRoot_2="C++ Code"
OpenedRoot_3="General"
OpenedRoot_4="Geometry"
OpenedRootCount="4"
}
item QWidget
{
ToolTip="Quick scale set dialog"
Name="setscaledlg"
IsHidden="false"
IsEnabled="true"
VarName="this"
AcceptsDrops="false"
HasFocus="false"
X="0"
Y="0"
Width="490"
Height="130"
MinWidth="0"
MinHeight="0"
IsFixedSize="true"
item QLabel
{
Name="titlelbl"
IsHidden="false"
IsEnabled="true"
VarName="QLabel_1"
AcceptsDrops="false"
X="160"
Y="10"
Width="164"
Height="21"
MinWidth="0"
MinHeight="0"
Font=""lucidabright" "18" "75" "TRUE""
Text="Quick Set Scales"
isAutoResize="true"
}
item QLabel
{
Name="lowscalelbl"
IsHidden="false"
IsEnabled="true"
VarName="QLabel_2"
AcceptsDrops="false"
HasFocus="false"
X="10"
Y="40"
Width="100"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""lucidatypewriter" "14" "75" "TRUE""
Text="Low Scale"
Buddy="lowspinbox"
isAutoResize="false"
}
item QSpinBox
{
QuickHelp="Sets the low scale value\nfor both spectrum & analyzer"
ToolTip="Sets low scale"
Name="lowspinbox"
IsHidden="false"
IsEnabled="true"
VarName="QSpinBox_1"
AcceptsDrops="false"
HasFocus="false"
X="110"
Y="40"
Width="110"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""terminal" "16" "50" "FALSE""
Suffix=" CPS"
Value="0"
MinValue="-1"
MaxValue="990"
isWrapping="true"
SpecialValText="Auto"
}
item QLabel
{
Name="highscalelbl"
IsHidden="false"
IsEnabled="true"
VarName="QLabel_3"
AcceptsDrops="false"
HasFocus="false"
X="250"
Y="40"
Width="90"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""lucidatypewriter" "14" "75" "TRUE""
Text="High Scale"
Buddy="highspinbox"
isAutoResize="false"
}
item QSpinBox
{
QuickHelp="Sets the high scale value\nfor both spectrum & analyzer"
ToolTip="Sets low scale"
Name="highspinbox"
IsHidden="false"
IsEnabled="true"
VarName="QSpinBox_2"
AcceptsDrops="false"
HasFocus="false"
X="350"
Y="40"
Width="110"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""terminal" "16" "50" "FALSE""
Suffix=" CPS"
Value="500"
MinValue="9"
MaxValue="1000"
isWrapping="true"
SpecialValText="Auto"
}
item QPushButton
{
ToolTip="Completes dialog"
Name="okbtn"
IsHidden="false"
IsEnabled="true"
VarName="QPushButton_1"
AcceptsDrops="false"
HasFocus="false"
X="30"
Y="90"
Width="100"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""lucidatypewriter" "18" "75" "TRUE""
Text="OK"
isDefault="true"
isAutoDefault="true"
isToggleButton="false"
isMenuButton="false"
isAutoResize="false"
isAutoRepeat="false"
}
item QPushButton
{
ToolTip="Cancels dialog"
Name="cancelbtn"
IsHidden="false"
IsEnabled="true"
VarName="QPushButton_2"
AcceptsDrops="false"
HasFocus="false"
X="190"
Y="90"
Width="100"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""lucidatypewriter" "18" "75" "TRUE""
Text="Cancel"
isDefault="false"
isAutoDefault="false"
isToggleButton="false"
isMenuButton="false"
isAutoResize="false"
isAutoRepeat="false"
}
item QPushButton
{
ToolTip="Provides help for dialog"
Name="hlpbtn"
IsHidden="false"
IsEnabled="true"
VarName="QPushButton_3"
AcceptsDrops="false"
HasFocus="false"
X="360"
Y="90"
Width="100"
Height="30"
MinWidth="0"
MinHeight="0"
Font=""lucidatypewriter" "18" "75" "TRUE""
Text="Help"
isDefault="false"
isAutoDefault="false"
isToggleButton="false"
isMenuButton="false"
isAutoResize="false"
isAutoRepeat="false"
}
}
More information about the KDevelop-devel
mailing list