Displaying 6 results from an estimated 6 matches for "qtgui".
Did you mean:
ptgui
2011 Sep 11
5
Link between Qt GUI and R
hi,
i want to build a Qt front-end GUI which communicates with R, and i am not
sure what i should use for the interface. There seems to be many ways:
R.dll, Rinside, Rcpp, RQt, Rtools... . what is the best way? please advice.
basically what i want to do is that, the Qt GUI will allow users to make
selection and enter numbers, these inputs will be fed to R, already written
.R files will perform
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
...xample is:
joaquin@CUARTO ~/.wine/drive_c/Qt/4.0.1/examples/tutorial/t1 $ /opt/xmingw/bin/i386-mingw32msvc-g++
main.cpp -o t1.exe -DQT_EDITION=QT_EDITION_DESKTOP -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_THREAD_SUPPORT -pipe -O2 -w -I../../../mkspecs/linux-g++ -I. -I../../../include/QtGui
-I../../../include/QtCore -I../../../include -I../../../include/ActiveQt -I.
-L/home/joaquin/.wine/drive_c/Qt/4.0.1/lib -lQtCore4 -lQtGui4
And the content of program is:
#include <QApplication>
#include <QPushButton>
int main(int argc, char *argv[])
{
QApplication app(argc, ar...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
...ous=false) at ../../src/gui/kernel/qwidget.h:473
#40 0xb6a1d7e1 in QWidgetPrivate::show_helper (this=0x818a310) at
kernel/qwidget.cpp:6703
#41 0xb6a1dee3 in QWidget::setVisible (this=0x81891d8, visible=true) at
kernel/qwidget.cpp:6975
#42 0x08051db6 in main (argc=1, argv=0xbf8bd964) at
/usr/include/QtGui/qwidget.h:473
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
2020 Nov 19
1
Learning to build applications
...NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/libxml2 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -Imoc -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o obj/exception.o src/exception.cpp In file included from src/exception.cpp:18:0: src/exception.h:41:11: error: ?underlying_type_t? in namespace ?std? does not...
2018 Jun 15
2
CentOS7/Mate Qt bugs/features?
...own menu is fine)
Anyone have any idea what the problem(s) might be and how to fix it/them ?
Thanks
James Pearson
Python script:
#!/usr/bin/python
#
# gsettings set org.mate.Marco.general compositing-manager true
#
# gsettings set org.mate.Marco.general compositing-manager false
from PyQt4.QtGui import *
from PyQt4 import QtCore
import sys
class MyWidget(QFrame):
def __init__(self, parent=None):
super(MyWidget, self).__init__(parent)
self.setAttribute(QtCore.Qt.WA_TranslucentBackground)
self.state = 1
self.com...
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845
Summary: checking for LIBNFNETLINK... configure: error: Package
requirements (libnfnetlink >= 0.0.41) were not met:
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal