
Treeview Company
Founded Year
2001About Treeview Company
Treeview Company manufactures electronic products. The company provides smart televisions, light-emitting diodes (LED), home audio, and accessories. It was founded in 2001 and is based in Bangkok, Thailand.
Missing: Treeview Company's Product Demo & Case Studies
Promote your product offering to tech buyers.
Reach 1000s of buyers who use CB Insights to identify vendors, demo products, and make purchasing decisions.
Missing: Treeview Company's Product & Differentiators
Don’t let your products get skipped. Buyers use our vendor rankings to shortlist companies and drive requests for proposals (RFPs).
Latest Treeview Company News
Sep 9, 2022
09/09/2022 | 05:20am EDT Message : Introduction A substantial amount of work has gone into improving TableView and TreeView in Qt 6.3 and 6.4, and more is also in the works. In this post I'll give a quick overview over what has been done so far. TreeView TreeView was finally added to Qt Quick in Qt 6.3, after a short stay in Marketplace which caused some negative buzz. Understandably, most see it as an essential item view that naturally belongs together with the others, such as ListView, TableView and GridView. If nothing else, that delay gave us some time to revise the API, before the final version landed in Qt Quick. And the API changed quite a bit. While TreeView in Marketplace is an independent component with its own styling API, the version in Qt Quick is integrated with the styling API in Qt Quick Controls. It's therefore split in two: the TreeView itself, which lives in Qt Quick together with the other item views, and a TreeViewDelegate , which lives in Qt Quick Controls. TreeView contains the API and the logic, but the drawing is outsourced to the TreeViewDelegate (or your own custom delegate, if you wish), and follows the application style. TreeView inherits TableView. This means that anything you can do with a TableView, you can do with a TreeView (including e.g selection support and cell navigation - more on that below). TreeView basically flattens the tree model into a table model internally, and offers an API that lets you map between table cells and tree model indices, or expand and collapse nodes. In Qt 6.4, support for expanding and collapsing nodes recursively has also been added. Selection support One of the long-missing features in TableView, that got implemented in Qt 6.3, was support for selecting cells. This means that you can now assign an ItemSelectionModel to TableView, which contains an API for creating and manipulating selections programmatically. Quick Controls has a styled SelectionRectangle , which lets you do standard mouse-drag selection, or alternatively, press-and-hold with selection handles on touch-based platforms. As of Qt 6.4, you can also set the selectionBehavior , to control whether the user should select individual cells, rows or columns. New in Qt 6.4 is also the possibility to move the currentIndex around, and select cells with the keyboard. A couple of new properties have been added, keyNavigationEnabled and pointerNavigationEnabled , in case your application needs to disable or override the default navigation behavior from QML. The rendering of a selection, as well as showing a cell as current, is left to the delegate. To know if a delegate is selected or current, you can simply add the properties selectedand currentto it, which TableView will then keep in sync with the ItemSelectionModel. Putting it all together, a QML snippet that lets you select cells could end up like this: TableView { id: tableView selectionBehavior: TableView.SelectRows delegate: Rectangle { required property bool selected required property bool current color: selected || current ? "lightblue" : "white" Text { text: row + ", " + column } }}SelectionRectangle { target: tableView } Several other selection-related properties have also been added in Qt 6.4, like currentRow , currentColumn , and alternatingRows . Positioning TableView has a function positionViewAtCell(point cell, PositionMode mode, point offset, rect subRect) . It flicks the content item so that a specific cell becomes visible, based on the bounding rectangle of the whole cell. New in Qt 6.4 is that you can now also specify a fourth argument: subRect. This rect can be used to describe an area inside the cell that should be used, rather than its bounding rectangle. This is useful if you operate with really large cells, where a cell might be larger than the view itself, and you want to make sure that a specific part of the cell is shown inside the view. In PdfMultiPageView , for example, a page in the document gets rendered into a single cell in a TableView. And when you jump to a specific heading in the document, a subRect is used to make sure that the heading, rather than the whole page, ends up being aligned to the top of the view. In addition to the fourth argument, two new enum values have been added to PositionMode: Visible and Contain. Those can be used to flick the content item so that the cell ends up fully inside the view, if the cell is not considered to be inside already. The difference is when they consider a cell to be inside. With Visible, it's enough that just a pixel of the cell is visible in the viewport. With Contain, the whole bounding rectangle must overlap. And only if the cell is not considered to be inside, will the content item be flicked. If you also specify a subRect, that rectangle will be used instead of the bounding rectangle, both to decide whether the cell is inside, and to flick so that only the sub rectangle will end up fully visible, and not necessarily the whole cell. Further work There is still quite some work left with item views in QML, to reach feature parity with widgets and completeness for desktop-centric UIs. The next task that we hope to have ready for Qt 6.5 is to implement support for resizing and reordering rows and columns by dragging on the cells in a HeaderView . We also hope to implement improved support for editing table cells, by offering an edit delegate property in TableView. And lastly, we aim to fix some minor issues in DelegateChooser , and move it out of Qt.labs into QtQuick. Share with your friends
Treeview Company Frequently Asked Questions (FAQ)
When was Treeview Company founded?
Treeview Company was founded in 2001.
Where is Treeview Company's headquarters?
Treeview Company's headquarters is located at 22nd Floor, CTI Tower 191/40 Ratchadapisek New Road, Bangkok.
Who are Treeview Company's competitors?
Competitors of Treeview Company include pureLiFi and 4 more.
Compare Treeview Company to Competitors
Advanced View Technology develops materials, parts, and equipment for the commercialization of micro-light-emitting diode (LED) displays. The company's products include an ultra-fine sub-micron light-emitting diode (LED) device. It was founded in 2019 and is based in Ansan, South Korea.
pureLiFi technologies use modulated LED light to provide wireless communications. It uses the visible light spectrum instead of radio frequencies to deliver high-speed wireless data communication and Internet access. The company was founded in 2012 and is based in Edinburgh, Scotland.
Goldfinch Global is an electronics company. It designs, develops, and sells products such as mobile phones, light-emitting diode (LED) TVs, air conditioners, tablets, home appliances, car accessories, smartwatches, and more. The company is based in Seoul, South Korea.

Brelyon develops a headset-free, virtual display for gaming and enterprise applications. The technology uses physics with optical and computational techniques to create true depth and panorama, replicating a cinema-like experience in a 32” monitor form factor. The company's goal is to provide display solutions that amplify a user's computer experience. Brelyon was founded in 2019 and is based in San Mateo, California.

Oledcomm aims to connect objects and people by manipulating the Light Fidelity (LiFi) function in smartphones, tablets, and connected objects into a secure communications network. Oledcomm offers industry solutions for LiFi in a plane, LiFi in a classroom, LiFi in space, and more. The company was founded in 2012 and is based in Velizy-Villacoublay, France.

Velmenni is a new wireless communication technology using visible light to transfer data securely at speeds 10 times faster than WiFi. The company's technology brings future a brighter look at internet issues in crowded places like conferences, festivals, airports and so much more.
Discover the right solution for your team
The CB Insights tech market intelligence platform analyzes millions of data points on vendors, products, partnerships, and patents to help your team find their next technology solution.