QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System All
  • Severity Low
  • Priority Very Low
  • Reported Version 3.5.1
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by Tamas TEVESZ - 21.05.2014
Last edited by Andrew - 21.05.2014

FS#1054 - About box ceased to work

e51f274, Linux x64, Qt 4.8.4, g++ 4.8.1, with the following diff present as per  FS#1050  for tests:

--- a/src/core/RS.cpp
+++ b/src/core/RS.cpp
@@ -36,6 +36,7 @@
 
 #if defined(Q_WS_X11)
 #include <X11/Xlib.h>
+#include "/.old.linux/usr/include/fixx11h.h"
 #endif
 
 const double RS::PointTolerance = 1.0e-9;

The Help→About dialog ceased to pop up or otherwise work; instead, there’s this debug message printed to the console:

Warning:  "QFormBuilder was unable to create a custom widget of the class 'QWebView'; defaulting to base class 'QWidget'." 
Warning:  "QFormBuilder was unable to create a custom widget of the class 'QWebView'; defaulting to base class 'QWidget'." 
Warning:  "QFormBuilder was unable to create a custom widget of the class 'QWebView'; defaulting to base class 'QWidget'." 
Warning:  "QFormBuilder was unable to create a custom widget of the class 'QWebView'; defaulting to base class 'QWidget'." 

This also pops up one time at application startup, as far as I can tell, just before the main window starts to get mapped.

Closed by  Andrew
21.05.2014 15:43
Reason for closing:  Not a bug
Admin
Andrew commented on 21.05.2014 15:04

I can hardly imagine these two things to be related.
Looks more like the QWebView plugin cannot be loaded (check for a file called '<QCAD dir>/plugins/designer/libqwebview.so').
This file should be copied automatically from the Qt directory, so it might not be present there either ('<Qt dir>/plugins/designer/libqwebview.so').

Tamas TEVESZ commented on 21.05.2014 15:39

Oh, Linux distro crown jewel Ubuntu has managed to omit this one from its packages.

Can be closed :-\

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing