Questions tagged [outliner]

25 questions
1
vote
2 answers

Maya Outliner in Pyqt doesn't charge

Well I'm trying to use a outliner in maya with Pyqt4 and python, My outliner is in a Qsplitter with other two panels, it seems the code is ok, but when I run the code sometimes the Outliner appears, sometimes doesn't appear this is the code where I…
0
votes
0 answers

Periodic Outlier Pattern Detection

Hi I need to find periodic outliners in time series data with python. I searched a long time but all the outliner-finding techniques I found would only find one outliner and not recurrent ones. I would realy appreciate if you could give me a hint…
Paul
  • 17
  • 1
0
votes
1 answer

Visual Studio 2017: Event-call when user changes tab

I'm trying to write an outliner for XML code in VS (an extension using their SDK from a VSIX template) and I would like to get an event-call whenever the user changes to a different codeview/document. Then, I plan to check the document type, create…
TheLogan
  • 33
  • 1
  • 9
0
votes
1 answer

HTML5 outline questions - sections and differentiating header/footer

I am looking at HTML5 tags properly for the first time really and have come up with this page structure (for a blog site):
Sarah
  • 744
  • 2
  • 9
  • 26
0
votes
1 answer

Differentiate current and new items in outliner

Is it possible to store the current Items in the Outliner as well as the new Items too? def main(): setupRenderGlobals() importItems() frameViewport() global app app=QtGui.qApp global form form = MainWindow() …
yan
  • 631
  • 9
  • 30
0
votes
1 answer

Multi-level numbered headings in HTML5 for outlining the document

So I am writing a manual in html5, and it's going to need numbering. The headings will need to be numbered eg "Section 4: Some Stuff" Some subheadings will need to be numbered eg "4.01: the first point you need to know about some stuff" Just to be…
user54636
  • 1
  • 1
0
votes
0 answers

Code outlining bug with templates resulting in >>

Has anyone noticed that when the C++ editor encounters >> brackets that close a template parameter list, the C++ editor code outliner stops working for all code beyond this line? The only solution that works so far is to put a space between the >>…
Darren Evans
  • 665
  • 10
  • 17
0
votes
1 answer

HTML5 Outliner Issue (Small site, don't worry)

When I check the outline of my website, an h2 tag from down in the footer named "contact form" is getting top bill, whereas an h1 right at the beginning is getting tucked underneath. Any idea why this is? http://www.windupwebdesign.com
Brimby
  • 847
  • 8
  • 25
-1
votes
2 answers

Problem while trying to replace outliers in pandas

Okay, so I've trying to clean data for the Machine Learning project. I'm using Z-Score for the outliers detection. Database contains different types of glass (from 1-7) and I want to go through each glass type, find the outliers and replace them…
Nero515
  • 21
  • 6
-1
votes
1 answer

How to create an outliner and parent it to a widget using PySide in Maya?

I have a ui which was created using "Qt Designer". Then pysideuic.compileUi() was used to convert the ".ui" file to ".py" file. It successfully loads in Maya. How to parent a new outliner to one of its widget. I think this is an example using PyQt…
Ehsan
  • 23
  • 2
1
2