PyKDE - Python Bindings for KDE
class KPropertiesDialog
Table of contents
Modules
kfile Classes
All Classes
Module
kfile
Class
KPropertiesDialog
Inherits
KDialogBase
methods
KPropertiesDialog
(item, parent = 0, name = 0, modal = 0, autoShow = 1)
returns
a KPropertiesDialog instance
Argument
Type
Default
item
KFileItem
parent
TQWidget
0
name
char
0
modal
bool
0
autoShow
bool
1
KPropertiesDialog
(_items, parent = 0, name = 0, modal = 0, autoShow = 1)
returns
a KPropertiesDialog instance
Argument
Type
Default
_items
KFileItemList
parent
TQWidget
0
name
char
0
modal
bool
0
autoShow
bool
1
KPropertiesDialog
(_url, _mode, parent = 0, name = 0, modal = 0, autoShow = 1)
returns
a KPropertiesDialog instance
Argument
Type
Default
_url
KURL
_mode
mode_t
parent
TQWidget
0
name
char
0
modal
bool
0
autoShow
bool
1
KPropertiesDialog
(_url, parent = 0, name = 0, modal = 0, autoShow = 1)
returns
a KPropertiesDialog instance
Argument
Type
Default
_url
KURL
parent
TQWidget
0
name
char
0
modal
bool
0
autoShow
bool
1
KPropertiesDialog
(_tempUrl, _currentDir, _defaultName, parent = 0, name = 0, modal = 0, autoShow = 1)
returns
a KPropertiesDialog instance
Argument
Type
Default
_tempUrl
KURL
_currentDir
KURL
_defaultName
TQString
parent
TQWidget
0
name
char
0
modal
bool
0
autoShow
bool
1
KPropertiesDialog
(title, parent = 0, name = 0, modal = 0)
returns
a KPropertiesDialog instance
Argument
Type
Default
title
TQString
parent
TQWidget
0
name
char
0
modal
bool
0
abortApplying
()
returns
nothing
applied
()
returns
nothing
canDisplay
(_items)
returns
(bool)
static
Argument
Type
Default
_items
KFileItemList
canceled
()
returns
nothing
currentDir
()
returns
(KURL)
defaultName
()
returns
(TQString)
dialog
()
returns
(KDialogBase)
insertPlugin
(plugin)
returns
nothing
Argument
Type
Default
plugin
KPropsDlgPlugin
item
()
returns
(KFileItem)
items
()
returns
(KFileItemList)
kurl
()
returns
(KURL)
propertiesClosed
()
returns
nothing
rename
(_name)
returns
nothing
Argument
Type
Default
_name
TQString
saveAs
(oldUrl, newUrl)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
oldUrl
KURL
newUrl
KURL
setFileNameReadOnly
(ro)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
ro
bool
setFileSharingPage
(page)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
page
TQWidget
showDialog
(item, parent = 0, name = 0, modal = 0)
returns
(bool)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
item
KFileItem
parent
TQWidget
0
name
char
0
modal
bool
0
showDialog
(_url, parent = 0, name = 0, modal = 0)
returns
(bool)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
_url
KURL
parent
TQWidget
0
name
char
0
modal
bool
0
showDialog
(_items, parent = 0, name = 0, modal = 0)
returns
(bool)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
_items
KFileItemList
parent
TQWidget
0
name
char
0
modal
bool
0
showFileSharingPage
()
returns
nothing
In versions KDE 3.1.0 and above only
slotCancel
()
returns
nothing
slotOk
()
returns
nothing
updateUrl
(_newUrl)
returns
nothing
Argument
Type
Default
_newUrl
KURL