Questions tagged [smoke]

SMOKE is a introspective wrapper around the Qt and KDE frameworks.

SMOKE is a introspective wrapper around the Qt and KDE frameworks. The main purpose of SMOKE is making it easier to write bindings from scripting languages to Qt and KDE.

See http://techbase.kde.org/Development/Languages/Smoke

13 questions
6
votes
1 answer

How to use KDE's Smoke?

I can't get what the Smoke is. I've been expecting that smoke will generate C wrappers for C++ code and create header file with generated functions. But running smokegen on C++ headers gives me tiny header, which just exports pointer to some Smoke…
arrowd
  • 33,231
  • 8
  • 79
  • 110
4
votes
1 answer

How can in achieve full background smoke effect in Javascript or CSS

im trying to use this code: http://codepen.io/MIML/pen/iBKyC canvas { position:absolute; margin-left : 50%; left: -150px; } To put some smoke at the bottom of my page, but im searching how can i put it using 100% width! You know, all…
Rodrigo
  • 63
  • 2
  • 9
3
votes
0 answers

Qtools and qwt curve plot: how to add points?

I'm trying to create a QT4/qwt5 curve plot using Common Lisp and the Qtools library. Here's a stripped down version of what I got so far: (define-widget main-window (QWidget) ()) (define-subwidget (main-window plot) (q+:make-qwtplot…
NTC
  • 56
  • 3
2
votes
1 answer

Three.js - How to create smoke with Three.js?

I want to create brown smoke blowing up in the sky. How can I create this?
Ramón Wilhelm
  • 967
  • 2
  • 18
  • 39
1
vote
1 answer

How to add custom rules in SMOKE js validation plugin?

I don't know how to add custom rules in SMOKE validation plugin. For example I want to add validate username. I know that how to validate username. But, I want to know that how to add that rules in that plugin. this is the code I've…
1
vote
0 answers

smoke JS with OK and Cancel

does anyone know how make a smoke.js return a value. For example if I select "OK" the value should return true, and if I select Cancel, the value should be false. function check() { if (smoke.confirm("Are you sure?", function (e) { })) { …
Rey Norbert Besmonte
  • 791
  • 2
  • 12
  • 29
1
vote
1 answer

Dart Polymer: binding html files to scripts results in broken bootstrap.dart containing "%5C" characters

After doing a Pub Get and Pub Upgrade my custom-PolymerElements don't work anymore. It seems to me that the is interpreted incorrectly. In my index.html_bootstrap.dart it is listed as:…
Tim Rasim
  • 655
  • 7
  • 20
1
vote
0 answers

Using C, how to pass a string to the Smoke C++ API

Smoke provides an introspective C++ API wrapper to the Qt framework. https://techbase.kde.org/Development/Languages/Smoke https://techbase.kde.org/Development/Languages/Smoke/API_Documentation SmokeC wraps the the Smoke wrapper with C functions to…
pw222
  • 815
  • 1
  • 6
  • 11
1
vote
1 answer

What is the difference between mobile application testing and web application testing

please friends help me out 1) what is the difference between mobile application testing and web application testing? 2) what is adhoc testing? 3) differences between sanity and smoke testing
user3197241
  • 45
  • 1
  • 2
  • 5
0
votes
1 answer

Using CAS with redirect Failed asserting that the Response status code is 200

There is an application that worked before including CAS, but now that the CAS performs the redirection, the smoke test does not find where to do the test we expect a return code of 200 to process, however the actual return code is an error: status…
euroluar
  • 13
  • 3
0
votes
1 answer

Regarding regression suite and smoke test suite implementation in Nunit Framework : C# Selenium

We have been using Nunit Framework for our Test Automation Project. Programming Language : C# Automation IDE : Visual Studio, Selenium Libraries Currently we are running all tests in a single namespace and class file. We have got a requirement to…
0
votes
0 answers

What DLL is sw_find_class in?

When something is undefined, such as sw_find_class, which is probably supposed to be in a DLL, how do you find out what DLL it's supposed to be in? I think sw_find_class might have something to do with Smoke or QT. Is there a program to search all…
Mr E
  • 33
  • 6
-1
votes
2 answers

Javascript letters created out of smoke particles

I would like to have my title heading be created from a smoke animation using javascript. Like here this type of smoke moving to create letters but how would i be able to manipulate the smoke here?: http://jsfiddle.net/Ujz4P/1563/ How do I for…
john
  • 19
  • 4