[Kde-bindings] Qyoto - adding QTextEdit as centralWidget does not end app on closing main window

Dimitar Dobrev dpldobrev at yahoo.com
Wed Feb 1 10:27:04 UTC 2012


The ArchLinux qyoto package maybe a version built from the obsolete Qyoto repo and assemblygen may have some flaw compared to it. It'd be best if you mailed your stack trace here.
I failed to take a look at your example because I'm working on a quite large Qyoto feature. I will check it tonight. 



________________________________
 From: Cvetoslav Ludmiloff <ludmiloff at gmail.com>
To: kde-bindings at kde.org 
Sent: Wednesday, February 1, 2012 12:13 PM
Subject: [Kde-bindings] Qyoto - adding QTextEdit as centralWidget does not end app on closing main window
 

That's very odd.
I've installed qyoto package at home - ArchLinux (package is same as published here ftp://ftp.kde.org/pub/kde/stable/4.8.0/src/) and all works.
If assemblygen is used  then is even worse - I can not create instance of MainWindow, - segfault, later I can put traces here.
If assemblygen is used and code is simplified to the next statement everything is ok:

using System;
using Qyoto;
public class Test {
public static int Main(String[] args)
{
new QApplication(args);
QMainWindow w = new QMainWindow();
w.SetCentralWidget(new QTextEdit());
QApplication.Exec();
Console.WriteLine("exiting");
return 0;
}
}

btw, in Arch Linux I have Qt 4.8 installed
In ubuntu (Qt 4.7.2) there is no segfault and the situation is same as my previous message, regardless what sources I use for compiling smokegen, smokeqt and qyoto.
I  have not tested Ubuntu repos for the moment.

Cvetoslav Ludmiloff
http://archstable.blogspot.com/


_______________________________________________
Kde-bindings mailing list
Kde-bindings at kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20120201/d23aa055/attachment.html>


More information about the Kde-bindings mailing list