Nothing happened.
I need to connect that signal to something?
Search found 38 matches
- Mon May 20, 2013 3:41 pm
- Forum: Beginners Help
- Topic: Problem with OnResize and QT
- Replies: 7
- Views: 2166
- Sun May 19, 2013 5:54 pm
- Forum: Beginners Help
- Topic: Problem with OnResize and QT
- Replies: 7
- Views: 2166
Re: Problem with OnResize and QT
Are you sure about the signal?
QWidget just have a resize function, not a signal.
QWidget just have a resize function, not a signal.
Code: Select all
error: use of undeclared identifier 'resized'; did you mean 'resize'?
emit resized(event);
^~~~~~~
resize
- Sun May 19, 2013 4:21 pm
- Forum: Beginners Help
- Topic: Problem with OnResize and QT
- Replies: 7
- Views: 2166
Re: Problem with OnResize and QT
just a guess, maybe you have to set the viewport?
http://irrlicht.sourceforge.net/docu/classirr_1_1video_1_1_i_video_driver.html#af03cf9b67bb7b43a8021bbe4baa78a08
I changed to it and nothing happened:
void QIrrlichtWidget::resizeEvent( QResizeEvent *event )
{
qDebug() << "QIrrlichtWidget ...
http://irrlicht.sourceforge.net/docu/classirr_1_1video_1_1_i_video_driver.html#af03cf9b67bb7b43a8021bbe4baa78a08
I changed to it and nothing happened:
void QIrrlichtWidget::resizeEvent( QResizeEvent *event )
{
qDebug() << "QIrrlichtWidget ...
- Sun May 19, 2013 6:53 am
- Forum: Beginners Help
- Topic: Problem with OnResize and QT
- Replies: 7
- Views: 2166
Problem with OnResize and QT
Hello everyone
I'm trying to use QT with Irrlicht and it worked well, but I still having problems to make it work when the screen has a resize event, the screen bugs and show a strange image. I'm not sure if it's a MAC only bug because everything went well sometime ago when I tried on Ubuntu.
I'm ...
I'm trying to use QT with Irrlicht and it worked well, but I still having problems to make it work when the screen has a resize event, the screen bugs and show a strange image. I'm not sure if it's a MAC only bug because everything went well sometime ago when I tried on Ubuntu.
I'm ...
- Fri Mar 26, 2010 4:46 am
- Forum: Beginners Help
- Topic: LuaBind and Irrlicht
- Replies: 4
- Views: 694
- Wed Mar 24, 2010 3:30 pm
- Forum: Beginners Help
- Topic: LuaBind and Irrlicht
- Replies: 4
- Views: 694
- Wed Mar 24, 2010 3:09 am
- Forum: Beginners Help
- Topic: LuaBind and Irrlicht
- Replies: 4
- Views: 694
- Tue Mar 23, 2010 2:25 am
- Forum: Beginners Help
- Topic: LuaBind and Irrlicht
- Replies: 4
- Views: 694
LuaBind and Irrlicht
Hello every one.
This time i'm trying to put a scripting language on my game engine, and i choice lua and luabind to work, but a some days i'm having problem to put the class ISceneNode on my scripts, when i do that:
ISceneNode * Node = irrWidget->getSceneManager()->getSceneNodeFromName("miku1 ...
This time i'm trying to put a scripting language on my game engine, and i choice lua and luabind to work, but a some days i'm having problem to put the class ISceneNode on my scripts, when i do that:
ISceneNode * Node = irrWidget->getSceneManager()->getSceneNodeFromName("miku1 ...
- Mon Dec 14, 2009 12:09 pm
- Forum: Project Announcements
- Topic: The Mage School
- Replies: 54
- Views: 17694
- Sat Dec 05, 2009 2:01 pm
- Forum: Project Announcements
- Topic: Paged-editable terrain
- Replies: 21
- Views: 8823
- Fri Nov 27, 2009 2:04 am
- Forum: Code Snippets
- Topic: Widget for embedding into Qt
- Replies: 13
- Views: 6239
- Sat Nov 07, 2009 8:15 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Unity 3d 2.6 goes free
- Replies: 14
- Views: 9777
- Sat Sep 26, 2009 1:14 pm
- Forum: Project Announcements
- Topic: Paged-editable terrain
- Replies: 21
- Views: 8823
- Wed Aug 26, 2009 1:56 pm
- Forum: Project Announcements
- Topic: Project Ostium (old)
- Replies: 57
- Views: 14363
- Tue Jul 28, 2009 2:58 am
- Forum: Beginners Help
- Topic: Problem Irrlicht and Bullet btKinematicCharacterController
- Replies: 1
- Views: 848