18#include <QtCore/private/qglobal_p.h>
22#ifdef QT_NO_NATIVE_POLL
29 short events, revents;
32typedef unsigned long int nfds_t;
40#define POLLRDNORM 0x040
41#define POLLRDBAND 0x080
42#define POLLWRNORM 0x100
43#define POLLWRBAND 0x200
Combined button and popup list for selecting options.