anyone know a way to select multiple cells and edit them, a la excel and
other packages? Do i need to write custom code, or is this supported?
--
CE
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo
Peter Jansen wrote:
> On Friday 20 January 2012, 20:38:33 Christopher Evans wrote:
> > QInput is designed to get a single input from a user.
> >
> > In my case, we are making a complex remapping dialog that takes two
> > ordered lists as input, allows the users to change the
, Phil Thompson wrote:
> On Fri, 20 Jan 2012 01:52:26 +0100, Christopher Evans
> wrote:
> > What's the best way to open a pyqt win and return user input?
> >
> > Kind of like with pyqt's built in simple windows (save, load, ok/cancel,
> > etc).
> >
>
What's the best way to open a pyqt win and return user input?
Kind of like with pyqt's built in simple windows (save, load, ok/cancel,
etc).
I would like to make a function that when run, pops a window open, then
when closed, the fn resumes and returns some info based on user input.
Thanks,
--
What's the best way to refresh/rebuild a treeWidget without blowing away
the user's depth traversal and framing?
Anyone have a small fn for this? I guess you query the state of all
leaves/branches of the treeWidget then reapply it?
--
CE
___
PyQt maili
I am wrapping a tool in a decorator which just sends a mail with some info
on throw, however, the UIC module doesn't seem to like this.
File
"J:\data\Production\TechArt\Builds\Latest\Tools\CryMayaTools\CryRigging\rigTools\rigTools.py",
line 29, in __init__
self.ui = uic.loadUi(uiPath)
File
"J:\dat
Anyone sourcing the pyqt libs from across a network (windows)?
We have some weird errors, mainly when loading a UIC via the UIC module.
# Error: : invalid syntax (, line 31)
# Traceback (most recent call last):
# File "", line 1, in
# File
"\\fs1\TECHART\Tools\CryMayaTools\CryAnimation\retarget
I would like to color specific characters in a tree widget item.
I looked around a bit, any ideas? I can change all the text, this is what I
am doing now, but I really need to just hilight different values int he
string.
--
CE
___
PyQt mailing list
Hi guys,
I have been using pyqt for years at many different jobs and many different
projects, however some things elude me. (I am a self-taught noob at heart)
I have written many tutorials for the community to help spread knowledge,
but this is one of the many things I myself have never found a g