Hi,
GNOME 3.28 has removed the system tray icons and introduced indicator
applets.
I am using Qt application to launch the application run in background and
show icon in system tray by using "QSystemTrayIcon" class.
Now in GNOME 3.28 it has been removed so can anyone suggest alternative in
Qt app
Hi Konstantin,
On Tue, Nov 21, 2017 at 2:52 PM, neel patel wrote:
> Hi,
>
> Yes. By using "_blank" - "createWindow" callback is getting called every
> time we click on link.
> You are right - We should use "_blank" instead of "_new" t
Hi,
Yes. By using "_blank" - "createWindow" callback is getting called every
time we click on link.
You are right - We should use "_blank" instead of "_new" target attribute
as didn't find any reference document.
Thanks for your valuable suggestion.
Hi,
I want to create new window in my QTabWidget when we get "target=_new" from
HTML file.
We are getting "createWindow" call from Qt when user click on any link with
attribute "target=_new" and I am handling that and open in new tab in
QTabWidget.
BUT when we close the opened tab and again clic
Hi,
Can anyone update on above thread or below link for an issue.
https://bugreports.qt.io/browse/QTBUG-64300
Thanks,
Neel Patel
On Mon, Nov 6, 2017 at 3:57 PM, neel patel wrote:
> Just for reference, issue reported here.
>
> https://github.com/annulen/webkit/issues/594
>
>
Just for reference, issue reported here.
https://github.com/annulen/webkit/issues/594
Thanks,
Neel Patel
On Mon, Nov 6, 2017 at 3:39 PM, neel patel wrote:
> Hi,
>
> I was just checking with HTML access key which was not working with MAC OS
> Qt 5.9 WebEngine. I have also checked
Hi,
I was just checking with HTML access key which was not working with MAC OS
Qt 5.9 WebEngine. I have also checked with Qt 5.5 with webkit in MAC and it
is not working.
Where HTML access key is working fine with Linux & Windows OS.
Can some-one guide me why HTML access key is not working with
Ok. Thank you.
On Mon, Jul 10, 2017 at 1:17 AM, Konstantin Tokarev
wrote:
>
>
> 08.07.2017, 11:02, "neel patel" :
> > Hi All,
> >
> > I am using "QAxWidget" for the ActiveQt with Qt 5.5.1 and we are using
> "setControl" to set the IWe
Hi All,
I am using "QAxWidget" for the ActiveQt with Qt 5.5.1 and we are using
"setControl" to set the IWebBrowser control in QAxWidget.
I used below code for reference.
m_activeX = new QAxWidget(this);
// Set ActiveX WebBrowser Control to QAxWidget.
m_activeX->setControl(QStringLiteral("{8856F9
it directly with its member functions:
> long QAxBase::queryInterface(const QUuid
> <http://doc.qt.io/qt-5/quuid.html> &*uuid*, void ***iface*) const
>
> - Michael.
>
>
>
>
>
>
>
> *From:* Interest [mailto:interest-bounces+sue=sf.mpg...@qt-project.org]
Hi,
How can we achieve Zoom In and Zoom Out with QAxWidget. As the web contents
are rendered properly but if user want to zoom in and zoom out the content
of QAxWidget then how to do that ?
As for the QWebView - method "setZoomFactor" is available but with this
QAxWidget there is no method availa
Yes. It is HTTP proxy. Thank you Thiago for the information.
Thanks
On Mon, Jul 3, 2017 at 10:04 PM, Thiago Macieira
wrote:
> On segunda-feira, 3 de julho de 2017 03:14:32 PDT neel patel wrote:
> > Hi,
> >
> > I am just finding the free available random port using below c
Hi,
I am just finding the free available random port using below code in
windows OS. ( Using Qt 5.9.1 ).
*quint16 port = 0L;*
*QTcpSocket socket;*
*socket.bind(0, QTcpSocket::ShareAddress);*
*port = socket.localPort();*
Windows OS - When the proxy server is not configured then above cod
constructor. See http://doc.qt.io/qt-5/dnd.html#dropping
>
> On 29.06.17 12:36, neel patel wrote:
>
> Hi,
>
> I have subclass QAxWidget and re-implemented drag/drop Events as below but
> wherever we drag some widget to this area then no events are generated.
>
>
>
Hi,
I have subclass QAxWidget and re-implemented drag/drop Events as below but
wherever we drag some widget to this area then no events are generated.
class WebAxWidget : public QAxWidget
{
public:
WebAxWidget(QWidget* parent = 0, Qt::WindowFlags f = 0)
: QAxWidget(parent, f)
{
15 matches
Mail list logo